Fields
country_code
StringThe ISO 3166-1 alpha-2 code representing the country (e.g., "IN" for India, "US" for the United States).
isd_code
StringThe 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
StringTwo-letter ISO code representing the country.
iso3
StringThree-letter ISO code representing the country.
currency
CurrencyObjectDetails about the currency associated with the country.
phone_code
StringInternational dialing code for the country (e.g., "+1").
parent_id
StringIdentifier for the parent of the current locality.
zone
StringGeographical 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.
hierarchy
[CountryHierarchy]Levels within the country (e.g., states, cities) and their slugs (e.g., [{"name": "State", "slug": "state"}, {"name": "City", "slug": "city"}]).
latitude
StringGeographical latitude of the country (e.g., "37.0902").
longitude
StringGeographical longitude of the country (e.g., "-95.7129").
Was this section helpful?