Skip to main content
GET
/
api
/
data
/
country
Get countries available
curl --request GET \
  --url https://anyip.io/api/data/country \
  --header 'api-key: <api-key>'
[
  {
    "name": "<string>",
    "value": "<string>"
  }
]

Authorizations

api-key
string
header
required

Value for the api-key header parameter.

Response

Successful response

name
string
value
string