← Intelligence Mashups

Country Intelligence

GET /mashup/country/:code

Get a comprehensive intelligence report for any country, combining data from multiple NordAPI sources into a single response. Includes economic indicators (GDP, inflation, unemployment), current weather in the capital, upcoming public holidays, health statistics, currency information, and geographic data. Saves you from making 6+ separate API calls. Ideal for country profile pages, travel research tools, and market entry analysis dashboards.

Parameters

code required

Country code

Example Requests

Basic usage
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

Live Response

{
  "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": null,
    "exchange_rates": {},
    "indicators": {},
    "vat": null
  },
  "generated_at": "2026-07-05T16:39:48.842493Z",
  "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": []
}