← Geo og vejr

Søg lande

GET /countrydata/search

Søg lande efter navn med fuzzy matching. Returnerer fulde landeprofiler for hvert match, inkl. hovedstad, befolkning, region, sprog og valuta. Nyttigt til opbygning af autofuldførelses-landesøgefelter og stedvælgere, hvor brugere kan skrive delvise eller omtrentlige landenavne.

Parametre

q påkrævet

Search query

Eksempelforespørgsler

Grundlæggende brug
curl "https://nordapi.ee/api/v1/countrydata/search?q=norway"
Search for Norway
curl "https://nordapi.ee/api/v1/countrydata/search?q=norway"
Search for countries with 'united'
curl "https://nordapi.ee/api/v1/countrydata/search?q=united"
Search for island nations
curl "https://nordapi.ee/api/v1/countrydata/search?q=island"

Livesvar

HTTP 502: {
  "error": "This API version has been deprecated. Please visit https://restcountries.com/docs/countries/legacy-api-deprecation to migrate to our new version (v5).",
  "success": false
}