object

CountryDetails

Provides details about a country.
Fields
Country currency info (code, name, 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.
Location hierarchy within the country (e.g., states, cities) and their slugs (e.g., [{"name": "State", "slug": "state"}, {"name": "City", "slug": "city"}]).
iso2
String
Two-letter ISO code representing the country (e.g., "US").
iso3
String
Three-letter ISO code representing the country (e.g., "USA").
name
String
The name of the country (e.g., "United States").
phone_code
String
Country dialing code (e.g., "+91" for India, "+1" for US).
timezones
[String]
List of time zones used in the country (e.g., ["America/New_York", "America/Los_Angeles"]).
Unique identifier for the country.
latitude
String
Geographical latitude of the country (e.g., "37.7749").
longitude
String
Geographical longitude of the country (e.g., "-122.4194").
type
String
Indicates the type of object.