/country/{iso3}. Published under CC BY 4.0 by Bolt and van Zanden at the University of Groningen.x-api-key: ********************curl --location '/api/v1/research/maddison/population?iso3=USA&start_year=1820&end_year=2022' \
--header 'x-api-key: <api-key>'{
"data": {
"iso3": "USA",
"country": "string",
"region": "string",
"region_slug": "string",
"unit": "thousands of people",
"observations": [
{
"year": 2022,
"population_thousands": 334805
}
],
"count": 100,
"start_year": 0,
"end_year": 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
}
}