← Tiedusteluyhdistelmät

Maatiedustelu

GET /mashup/country/:code

Hae kattava tiedusteluraportti mille tahansa maalle yhdistämällä tiedot useista NordAPI-lähteistä yhteen vastaukseen. Sisältää talousindikaattorit (BKT, inflaatio, työttömyys), nykyisen sään pääkaupungissa, tulevat juhlapyhät, terveystilastot, valuuttatiedot ja maantieteelliset tiedot. Säästää sinut tekemästä yli kuutta erillistä API-kutsua. Ihanteellinen maaprofiilisivuille, matkatutkimustyökaluille ja markkinoille pääsyn analyysinäkymille.

Parametrit

code pakollinen

Country code

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/mashup/country/NO
Norway country intelligence
curl https://nordapi.ee/api/v1/mashup/country/NO
Japan country intelligence
curl https://nordapi.ee/api/v1/mashup/country/JP
Brazil country intelligence
curl https://nordapi.ee/api/v1/mashup/country/BR

Reaaliaikainen vastaus

{
  "capital_conditions": {
    "air_quality": null,
    "sun": null,
    "weather": null
  },
  "country": {
    "area_km2": null,
    "borders": null,
    "capital": null,
    "code": null,
    "flag_svg": null,
    "languages": null,
    "name": null,
    "official_name": null,
    "population": null,
    "region": null,
    "subregion": null,
    "timezones": null
  },
  "economy": {
    "currency": {
      "code": "NOK",
      "name": "Norway"
    },
    "exchange_rates": {
      "EUR": 0.08873902,
      "GBP": 0.07606709,
      "USD": 0.10158843
    },
    "indicators": {
      "exports": {
        "value": 229666413338.504,
        "year": 2024
      },
      "fdi_inflows": {
        "value": 12044176872.556,
        "year": 2024
      },
      "gdp": {
        "value": 483592648313.301,
        "year": 2024
      },
      "gdp_per_capita": {
        "value": 86785.4334,
        "year": 2024
      },
      "gni_per_capita": {
        "value": 98170.0,
        "year": 2024
      },
      "imports": {
        "value": 163801535478.868,
        "year": 2024
      },
      "inflation": {
        "value": 3.1453,
        "year": 2024
      },
      "interest_rate": {
        "value": 6.3915,
        "year": 2024
      },
      "life_expectancy": {
        "value": 83.1122,
        "year": 2023
      },
      "population": {
        "value": 5572279.0,
        "year": 2024
      },
      "ppp_conversion": {
        "value": 9.1421,
        "year": 2024
      },
      "trade_balance": {
        "value": 65864877859.6357,
        "year": 2024
      },
      "unemployment": {
        "value": 4.637,
        "year": 2025
      }
    },
    "vat": {
      "reduced_rate": 15.0,
      "standard_rate": 25.0
    }
  },
  "generated_at": "2026-07-05T22:17:17.792385Z",
  "success": true,
  "universities": [
    {
      "country": "Brazil",
      "country_code": "BR",
      "domains": [
        "fho.edu.br"
      ],
      "name": "Fundação Hermínio Ometto",
      "state_province": "São Paulo",
      "web_pages": [
        "https://www.fho.edu.br/"
      ]
    },
    {
      "country": "Greece",
      "country_code": "GR",
      "domains": [
        "noah.edu.gr"
      ],
      "name": "Hellenic College of Noah",
      "state_province": "Macedonia",
      "web_pages": [
        "https://noah.edu.gr/"
      ]
    },
    {
      "country": "Colombia",
      "country_code": "CO",
      "domains": [
        "uan.edu.co"
      ],
      "name": "Antonio Nariño University",
      "state_province": null,
      "web_pages": [
        "https://uan.edu.co/"
      ]
    },
    {
      "country": "Australia",
      "country_code": "AU",
      "domains": [
        "student.eit.edu.au"
      ],
      "name": "Engineering Institute of Technology",
      "state_province": null,
      "web_pages": [
        "https://www.eit.edu.au/"
      ]
    },
    {
      "country": "Indonesia",
      "country_code": "ID",
      "domains": [
        "nusaputra.ac.id"
      ],
      "name": "Universitas Nusa Putra",
      "state_province": null,
      "web_pages": [
        "https://nusaputra.ac.id/"
      ]
    }
  ],
  "upcoming_holidays": [
    {
      "date": "2026-12-25",
      "local_name": "Første juledag",
      "name": "Christmas Day"
    },
    {
      "date": "2026-12-26",
      "local_name": "Andre juledag",
      "name": "St. Stephen's Day"
    },
    {
      "date": "2027-01-01",
      "local_name": "Første nyttårsdag",
      "name": "New Year's Day"
    },
    {
      "date": "2027-03-25",
      "local_name": "Skjærtorsdag",
      "name": "Maundy Thursday"
    },
    {
      "date": "2027-03-26",
      "local_name": "Langfredag",
      "name": "Good Friday"
    }
  ]
}