获取国家码列表

更新时间:2023-06-20 12:39:04下载pdf

本文介绍获取国家码列表的 API。

接口描述

根据语言获取所有的国家列表,国家码详情参照 维基百科

接口地址

GET: /v3.0/iot-03/all-countries

请求参数

参数名类型参数位置是否必填说明
langStringquerytrue语言包

返回参数

参数名类型说明
resultList响应结果

result 说明

参数名类型说明
country_codeString国家码
national_numberString国家区号
country_nameString国家名称
country_phonetic_alphabetString国家的拼音

请求示例

GET: /v3.0/iot-03/all-countries?lang=zh

返回示例

[
    {
        "country_phonetic_alphabet": "afuhan",
        "national_number": "93",
        "country_code": "AF",
        "country_name": "阿富汗"
    },
    {
        "country_phonetic_alphabet": "aerbaniya",
        "national_number": "355",
        "country_code": "AL",
        "country_name": "阿尔巴尼亚"
    }
]

错误码

参考 错误码

错误码描述
7004国家城市信息查询服务到期