← Geo og vær

Søk i land

GET /countrydata/search

Søk i land etter navn med fuzzy-matching. Returnerer fullstendige landsprofiler for hvert treff, inkludert hovedstad, befolkning, region, språk og valuta. Nyttig for å bygge autofullfør-landssøkefelt og stedvelgere der brukere kan skrive delvise eller omtrentlige landsnavn.

Parametere

q påkrevd

Search query

Eksempelforespørsler

Grunnleggende bruk
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
}