← Geo & Weather

Countries by Region

GET /countrydata/region/:region

Get all countries within a geographic region (e.g., Europe, Asia, Africa, Americas, Oceania). Returns full country profiles for each nation in the region. Useful for building region-filtered views, geographic analysis tools, and educational apps that explore the world by continent.

Parameters

region required

Region name

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/countrydata/region/europe
All European countries
curl https://nordapi.ee/api/v1/countrydata/region/europe
All Asian countries
curl https://nordapi.ee/api/v1/countrydata/region/asia
All African countries
curl https://nordapi.ee/api/v1/countrydata/region/africa

Live Response

HTTP 502: {
  "error": "HTTP 200",
  "success": false
}