/country/{iso3}, /country/{iso3}/{variable}, /top, or /compare to confirm the exact ISO3 codes and variable spelling. Published under CC BY 4.0 with attribution to Penn World Table (Feenstra, Inklaar & Timmer, University of Groningen).x-api-key: ********************curl --location '/api/v1/research/pwt/catalog?version=pwt1100' \
--header 'x-api-key: <api-key>'{
"data": {
"version": "pwt1100",
"label": "string",
"base_year": "string",
"doi": "string",
"release_time": "string",
"country_count": 185,
"year_range": {
"max": 2023,
"min": 1950
},
"variable_count": 47,
"variables": [
"string"
],
"countries": [
{
"countrycode": "USA",
"country": "string",
"currency_unit": "string",
"first_year": 0,
"last_year": 0,
"observations": 74
}
],
"attribution": "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
}
}