object

CountryDetail

Provides details about a country.
Fields
currency
String
Details about the country’s currency, including code, name, and symbol (e.g., {"code": "USD", "name": "United States Dollar", "symbol": "$"}).
display_name
String
User-friendly version of the geographical data, which may be more descriptive or formatted differently.
Address-related information in a country.
Levels within the country (e.g., states, cities) and their slugs (e.g., [{"name": "State", "slug": "state"}, {"name": "City", "slug": "city"}]).
Unique identifier for the country.
iso2
String
Two-letter ISO code representing the country.
iso3
String
Three-letter ISO code representing the country.
name
String
The name of the packaging.
phone_code
String
International 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"]).
sub_type
String
Indicates the type of object (e.g., "country").