/Series/{seriesCode}/GeoArea/{geoAreaCode}/DataSlice. This is the leanest call for the common 'give me poverty rate in Brazil' question. Use /geo-areas to translate country names to M49 codes, or use the ISO3->M49 helper in helpers/un_sdg_client.py.x-api-key: ********************curl --location '/api/v1/un-sdg/country/840/series/SI_POV_DAY1' \
--header 'x-api-key: <api-key>'{
"data": {
"series_code": "string",
"geo_area_code": "string",
"geo_area_name": "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"
}
}
],
"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
}
}