API Documentation of Contry Code List

Description

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.

Endpoint

GET /country-code-list

Example Usage

curl -X GET https://api.riseoxyai.com/country-code-list

Response

The API returns a JSON array containing objects with the following fields:

Example response:

[
    {
        "code": "+1",
        "name": "United States"
    },
    {
        "code": "+44",
        "name": "United Kingdom"
    },
    ...
]

Response Codes: