Population-only isolated time series for one country
Returns a lean population-only time series for one ISO 3166-1 alpha-3 coded country. Population is in thousands of people (multiply by 1000 for persons). Rows with no population observation are omitted, so every returned row has a non-null value. For the paired GDP-per-capita + population series use /country/{iso3}. Published under CC BY 4.0 by Bolt and van Zanden at the University of Groningen.
Query parameters
ISO 3166-1 alpha-3 country code. Case-insensitive; normalised to uppercase.
ISO 3166-1 alpha-3 country code. Case-insensitive; normalised to uppercase.
Inclusive start year (integer).
Inclusive start year (integer).
Inclusive end year (integer). Defaults to 2022.
Inclusive end year (integer). Defaults to 2022.
Response
Year-ordered population observations (thousands) for one country.
Example response
{
"data": {
"iso3": "USA",
"country": "United States",
"region": "Western Offshoots",
"region_slug": "western-offshoots",
"observations": [
{
"year": 2022,
"population_thousands": 334805
}
],
"count": 100,
"start_year": 1820,
"end_year": 2022
},
"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",
"data_age_days": 8.532,
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
],
"period": "2026-Q1",
"notes": "the UKMTO report behind these counts is dated 2026-08-21 and is 11 days old"
}
}Changes
Changed in 1 of the 22 revisions of this API.12
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the429statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the503statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the401statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the429statusresponse-optional-property-added
- ○
added the optional property
hintto the response with the503statusresponse-optional-property-added
- ○
added the optional property
planto the response with the401statusresponse-optional-property-added
- ○
added the optional property
planto the response with the429statusresponse-optional-property-added
- ○
added the optional property
planto the response with the503statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the401statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the429statusresponse-optional-property-added
- ○
added the optional property
reasonto the response with the503statusresponse-optional-property-added
- ○
Of the 22 revisions, 1 has no diff computed.