POSThttps://api.dataify.com/api/open/geo/countries{
"country": "US"
}| 字段 | 类型 | 说明 |
|---|---|---|
| country_name | string | 国家名称 |
| country_code | string | 国家代码 |
| max_port | int | 最大端口 |
| min_port | int | 最小端口 |
| domain | string | 代理域名 |
| acc_domain | string | 账号模式域名 |
{
"code": 200,
"data": [
{
"state": "CA",
"state_show": "California"
}
],
"message": "success",
"timestamp": 1710000001
}max_port 与 min_port 为该国家支持的代理端口范围。domain 为常规代理访问域名,acc_domain 为账号模式访问域名。