Skip to Content

CountryResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the country.[default to null]
nameStringName of the country.[default to null]
iso2StringISO 3166-1 alpha-2 country code (e.g., “US”, “GB”, “IN”).[optional] [default to null]
phone_codeStringInternational dialing code (e.g., “+1”, “+44”, “+91”).[optional] [default to null]
default_timezoneStringDefault timezone of the country.[optional] [default to null]
currency_codeStringCurrency code of the country (e.g., “USD”, “EUR”).[optional] [default to null]
currency_symbolStringCurrency symbol of the country (e.g., ”$”, ”€”).[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]