Country Code Map Documentation


API for retrieving a current list of country codes and their respective country names. Does not require an API key. Requests are rate limited to once per five seconds.

Request Formatting

This API allows you to retrieve a map of country codes to country names to convert from a two character country code into a full country name. There are two versions of this list available: json and raw. Example request:


Example raw request:

Below is an example of the JSON response. The raw response is similar, but uses a new line delimited colon seperated list instead.

Example Response
Example Code