The Country Code List API provides a comprehensive list of country codes, facilitating seamless integration for global communication systems. By accessing this API, developers can effortlessly retrieve up-to-date country code data in JSON format.
GET /country-code-list
curl -X GET https://api.riseoxyai.com/country-code-list
The API returns a JSON array containing objects with the following fields:
Example response:
[
{
"code": "+1",
"name": "United States"
},
{
"code": "+44",
"name": "United Kingdom"
},
...
]
The data provided by this API is sourced from reputable sources and is made available under the terms of the Open Database License (ODbL).
For any inquiries or issues regarding the Country Code List API, please contact support@riseoxyai.com.