Skip to main content
GET
/
v1
/
countries
cURL
curl --request GET \
  --url https://api.nomod.com/v1/countries \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "code": "<string>",
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://nomod-26.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings

Query Parameters

code
string

country code

id
string<uuid>

id of country

Response

200 - application/json
id
string<uuid>
required
read-only
code
string
required
read-only
name
string
required
read-only