Data360 Get Data
data360_get_dataFetch observations for one Data360 series. DATABASE_ID selects the source database (e.g. WB_WDI), INDICATOR is the code from data360_search_indicators (e.g. WB_WDI_SP_POP_TOTL), REF_AREA is an ISO3 country code (e.g. BRA, USA). Returns SDMX-style records with OBS_VALUE, TIME_PERIOD, UNIT_MEASURE and disaggregation attributes (SEX, AGE, etc.). Omit TIME_PERIOD for the full series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max observations to return (default 100). | |
| skip | No | Offset for pagination (default 0). | |
| REF_AREA | Yes | ISO3 country/region code, e.g. "BRA", "USA", "WLD". | |
| INDICATOR | Yes | Indicator code, e.g. "WB_WDI_SP_POP_TOTL". | |
| DATABASE_ID | Yes | Source database ID, e.g. "WB_WDI". | |
| TIME_PERIOD | No | Optional single year, e.g. "2020". |