/Goal/Data. Filter guard: requesting a goal without area or time_period AND page_size > 500 returns HTTP 400 (goal 1 alone exposes 132,644 rows). Provide at least one filter, or reduce page_size to paginate deliberately.x-api-key: ********************curl --location '/api/v1/un-sdg/goal/1/data?area=840&time_period=2022&page=1&page_size=1000' \
--header 'x-api-key: <api-key>'{
"data": {
"goal_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
}
}