object

CountryMetaResponse

Provides metadata about a country.
Fields
country_code
String
The ISO 3166-1 alpha-2 code representing the country (e.g., "IN" for India, "US" for the United States).
isd_code
String
The International Subscriber Dialing (ISD) code, also known as the country dialing code, used for making international phone calls to the country (e.g., "+91" for India, "+1" for the United States).
iso2
String
Two-letter ISO code representing the country.
iso3
String
Three-letter ISO code representing the country.
Details about the currency associated with the country.
phone_code
String
International dialing code for the country (e.g., "+1").
parent_id
String
Identifier for the parent of the current locality.
zone
String
Geographical region to which the locality belongs, often used to categorize or group regions for regional management or postal purposes.
deliverables
[String]
List of deliverables associated with the locality.
Levels within the country (e.g., states, cities) and their slugs (e.g., [{"name": "State", "slug": "state"}, {"name": "City", "slug": "city"}]).
latitude
String
Geographical latitude of the country (e.g., "37.0902").
longitude
String
Geographical longitude of the country (e.g., "-95.7129").