Get details about a particular country and its address format customized for different business scenarios.
Arguments
countryIsoCode
String!Required
The ISO 3166-1 alpha-2 code representing the country (e.g., "IN" for India, "US" for the United States).
Response
currency
CountryCurrencyInfoDetails about the country’s currency, including code, name, and symbol (e.g., {"code": "USD", "name": "United States Dollar", "symbol": "$"}).
display_name
StringUser-friendly version of the geographical data, which may be more descriptive or formatted differently.
fields
CountryFieldsAddress-related information in a country.
hierarchy
[CountryHierarchy]Levels within the country (e.g., states, cities) and their slugs (e.g., [{"name": "State", "slug": "state"}, {"name": "City", "slug": "city"}]).
iso2
StringTwo-letter ISO code representing the country.
iso3
StringThree-letter ISO code representing the country.
name
StringThe name of the packaging.
phone_code
StringInternational dialing code for the country (e.g., "+1").
timezones
[String]List of time zones used in the country (e.g., ["America/New_York", "America/Los_Angeles"]).
id
StringUnique identifier for the country.
latitude
StringGeographical latitude of the country.
longitude
StringGeographical longitude of the country.
type
StringIndicates the type of object.
Query
Try it
Input Variables
Response
Was this section helpful?