v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Lookups

Get Countries

Retrieves a list of countries, optionally filtered by CountryID or DialCode.

get/v1/countries

Query parameters

CountryIDinteger

The unique identifier of the country to filter the results.

DialCodeinteger

The dialing code of the country to filter the results.

Response

A list of countries matching the specified criteria.

CountryIDinteger nullable

The unique identifier of the country.

CountryCodestring nullable

The ISO 3166-1 alpha-2 code of the country (e.g., "US" for the United States).

CountryNamestring nullable

The full name of the country.

CountryDialingCodeinteger nullable

The international dialing code for the country (e.g., 1 for the United States).

CountryReferenceinteger nullable

An internal reference number associated with the country.

CountryISONumericCodeinteger nullable

The ISO 3166-1 numeric code of the country (e.g., 840 for the United States).