Intro
The List API provides convenient methods for retrieving lists of data resources from the BPS API based on the type of data needed. To use the List API, you can access it using the following code:
final list = StadataFlutter.instance.list;
Available Data Types
The List API supports the following data types:
Geographic and Administrative Data
- Domains: Regional domains (provinces, regencies, etc.)
Statistical Content
- Publications: Statistical publications and reports
- Static Tables: Pre-compiled statistical tables
- Infographics: Visual statistical presentations
- Press Releases: Official statistical announcements
- News: Statistical news and updates
- News Categories: Categories for news content
Census Data ⭐ New
- Census: Comprehensive census data including:
- Population Census (Sensus Penduduk)
- Agricultural Census (Sensus Pertanian)
- Economic Census (Sensus Ekonomi)
Classification and Categorization
- Statistic Classifications: KBLI and KBKI classifications
- Subject Categories: Statistical subject categorizations
- Subjects: Statistical subjects and topics
- Strategic Indicators: Key performance indicators
Data Structure and Metadata
- Units: Data measurement units
- Variables: Statistical variables
- Vertical Variables: Hierarchical variable structures
Each data type provides methods to retrieve paginated lists with comprehensive filtering and search capabilities.