Dim1 / Dim2 / Dim3), and both machine-readable (NumericValue, Low, High) and display-friendly (Value) forms. Upstream caps $top at 1000 rows per request; this endpoint mirrors that ceiling.x-api-key: ********************curl --location '/api/v1/health/who/data/MDG_0000000007?country=USA&year_start=2010&year_end=2022&sex=both&age_group=AGEGROUP_YEARSUNDER5®ion=AMR&limit=100&offset=0' \
--header 'x-api-key: <api-key>'{
"data": {
"code": "string",
"rows": [
{
"Id": 0,
"IndicatorCode": "string",
"SpatialDimType": "string",
"SpatialDim": "string",
"ParentLocationCode": "string",
"ParentLocation": "string",
"TimeDimType": "string",
"TimeDim": 0,
"Dim1Type": "string",
"Dim1": "string",
"Dim2Type": "string",
"Dim2": "string",
"Dim3Type": "string",
"Dim3": "string",
"DataSourceDimType": "string",
"DataSourceDim": "string",
"Value": "string",
"NumericValue": 0,
"Low": 0,
"High": 0,
"Comments": "string",
"Date": "string",
"TimeDimensionValue": "string",
"TimeDimensionBegin": "string",
"TimeDimensionEnd": "string"
}
],
"count": 0,
"limit": 0,
"offset": 0,
"filters": {
"property1": "string",
"property2": "string"
}
},
"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
}
}