更新时间:2023-06-20 12:39:04下载pdf
本文介绍获取国家码列表的 API。
根据语言获取所有的国家列表,国家码详情参照 维基百科。
GET: /v3.0/iot-03/all-countries
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
lang | String | query | true | 语言包 |
参数名 | 类型 | 说明 |
---|---|---|
result | List | 响应结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
country_code | String | 国家码 |
national_number | String | 国家区号 |
country_name | String | 国家名称 |
country_phonetic_alphabet | String | 国家的拼音 |
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 | 国家城市信息查询服务到期 |
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈