Periods
The Periods API provides access to time period data from BPS (Badan Pusat Statistik) Indonesia. Periods represent temporal points for which statistical data is available and are essential for querying dynamic tables. Each period typically corresponds to a specific year or time frame in the BPS data collection system.
Understanding Periods
Periods are fundamental components in the dynamic data architecture:
- Temporal Reference: Each period represents a specific time point for data collection
- Variable Association: Periods are linked to specific variables, indicating when data was collected
- Dynamic Table Filtering: Used as filter parameters when retrieving dynamic table data
- Multi-year Analysis: Enable time-series analysis by querying data across multiple periods
Parameters
| Parameter | Type | Description |
|---|---|---|
domain | String | Domain code (region) for retrieving periods (required) |
lang | DataLanguage | Language for period data (default: DataLanguage.id) |
page | int | Page number for pagination (default: 1) |
variableID | int? | Filter periods for a specific variable (optional) |