← Fjármál og gjaldmiðlar

Alþjóðleg röðun

GET /economics/rankings/:indicator

Raðaðu countries worldwide by hvaða ... sem er hagvísi, from GDP á mann to inflation rate to unemployment. Skilar ranked results with landakóðas and values, stillanleg allt að 50 results. Fullkomið til að byggja global leaderboard visualizations, identifying top-performing economies, and creating educational content about where countries stand on key economic metrics.

Breytur

indicator nauðsynlegt

Indicator key

limit valfrjálst sjálfgefið: 50

Number of results

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/economics/rankings/gdp_per_capita?limit=10"
Top 10 countries by GDP per capita
curl "https://nordapi.ee/api/v1/economics/rankings/gdp_per_capita?limit=10"
Top 20 countries by lowest unemployment
curl "https://nordapi.ee/api/v1/economics/rankings/unemployment?limit=20"
Top 50 by GDP (default limit)
curl "https://nordapi.ee/api/v1/economics/rankings/gdp"

Lifandi svar

{
  "count": 10,
  "data": [
    {
      "country": "LU",
      "rank": 1,
      "value": 137781.6817,
      "year": 2024
    },
    {
      "country": "IE",
      "rank": 2,
      "value": 112894.9532,
      "year": 2024
    },
    {
      "country": "CH",
      "rank": 3,
      "value": 103998.1867,
      "year": 2024
    },
    {
      "country": "SG",
      "rank": 4,
      "value": 90674.0666,
      "year": 2024
    },
    {
      "country": "NO",
      "rank": 5,
      "value": 86785.4334,
      "year": 2024
    },
    {
      "country": "IS",
      "rank": 6,
      "value": 86040.531,
      "year": 2024
    },
    {
      "country": "US",
      "rank": 7,
      "value": 84534.0408,
      "year": 2024
    },
    {
      "country": "DK",
      "rank": 8,
      "value": 71026.4832,
      "year": 2024
    },
    {
      "country": "NL",
      "rank": 9,
      "value": 67520.4219,
      "year": 2024
    },
    {
      "country": "AU",
      "rank": 10,
      "value": 64603.9856,
      "year": 2024
    }
  ],
  "indicator": "gdp_per_capita",
  "indicator_name": "GDP per capita (current US$)",
  "success": true
}

Dæmi um svar

{"success":true,"data":[{"rank":1,"country":"LU","value":137781.68},{"rank":2,"country":"IE","value":112894.95}]}