/Series/Data. Pagination is 1-indexed; default page_size is 1000, maximum 10000. Per-row source carries custodian attribution (World Bank, WHO, etc.) - preserve in downstream display. Envelope codelists are omitted to keep payloads lean; per-row attributes and dimensions dicts are preserved.x-api-key: ********************curl --location '/api/v1/un-sdg/series/SI_POV_DAY1/data?area=840&time_period=2022%2C2023&page=1&page_size=1000' \
--header 'x-api-key: <api-key>'{
"data": {
"series_code": "string",
"data": [
{
"goal": [
"string"
],
"target": [
"string"
],
"indicator": [
"string"
],
"series": "string",
"geoAreaCode": "string",
"geoAreaName": "string",
"timePeriodStart": 0,
"value": 0,
"time_detail": "string",
"time_coverage": "string",
"upper_bound": 0,
"lower_bound": 0,
"base_period": "string",
"source": "string",
"footnotes": [
"string"
],
"attributes": {
"property1": "string",
"property2": "string"
},
"dimensions": {
"property1": "string",
"property2": "string"
}
}
],
"pagination": {
"page": 0,
"page_size": 0,
"total_pages": 0,
"total_elements": 0
},
"count": 0
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}