Get details of a country code.

GET {{baseUrl}}/country_codes/:country_code

For a given country code, you can retrieve the details of that country code, that is the name, other codes and official currencies.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"name":"ITALY","iso_2a_code":"IT","iso_3a_code":"ITA","iso_3n_code":"380","currencies":[{"iso_3a_code":"EUR","iso_3n_code":"978","name":"EURO"}]}