Nomod
Lookup Data/Get Countries

Get Countries

gethttps://api.nomod.com/v1/countries

Fetch all countries sorted by name.

curl -X GET 'https://api.nomod.com/v1/countries' \
  -H 'X-API-KEY: $NOMOD_API_KEY' \
  -H 'Content-Type: application/json'

Query parameters

codestring

country code

idstring <uuid>

id of country

Responses

Example response

[
  {
    "id": "00000000-0000-0000-0000-000000000000",
    "code": "string",
    "name": "string"
  }
]