rgdpo), highest TFP level (ctfp), largest capital stock (cn), highest human capital index (hc), biggest labor share (labsh). The variable must be a Penn World Table column name. Call /api/v1/research/pwt/definitions for the full variable dictionary with descriptions and units. 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/top?variable=rgdpo&year=2020&limit=20&version=pwt1100' \
--header 'x-api-key: <api-key>'{
"data": {
"version": "pwt1100",
"variable": "rgdpo",
"description": "string",
"type": "string",
"year": 2020,
"limit": 20,
"ranking": [
{
"rank": 1,
"countrycode": "USA",
"country": "United States",
"value": 0
}
],
"count": 20,
"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
}
}