CDN
ISP List
Endpoint
Request URL: base/info/isp (GET)
API Host:
cdn.api.edgenext.comAPI Version:
v2
Description
Retrieves the list of Internet Service Providers (ISPs) supported by the service.
Note: Rate limits are specified in the response headers.
Request Parameters
The following list only includes API-specific request parameters. Common request parameters must also be included for production calls. Common parameters: Tokens can be obtained from the on-call team.
Example
For GET requests, the -d parameter is omitted and parameters are appended to the URL.
curl -X GET "https://cdn.api.edgenext.com/v2/base/info/isp?token=xxx"
Response Example
JSON format:
{
"code": 0,
"data": [
{
"id": "1",
"name": "China Telecom",
"code": "dx"
},
{
"id": "2",
"name": "China Unicom",
"code": "lt"
},
{
"id": "3",
"name": "China Mobile",
"code": "yd"
},
{
"id": "4",
"name": "China Tietong",
"code": "tt"
},
{
"id": "5",
"name": "Great Wall Broadband",
"code": "ck"
},
{
"id": "6",
"name": "China Broadcasting Network",
"code": "gd"
},
{
"id": "7",
"name": "CERNET",
"code": "jyw"
},
{
"id": "8",
"name": "E-Home Broadband",
"code": "eh"
},
{
"id": "9",
"name": "Other",
"code": "other"
},
{
"id": "10",
"name": "BGP",
"code": "bgp"
},
{
"id": "11",
"name": "Wasu",
"code": "hs"
},
{
"id": "12",
"name": "Gehua",
"code": "gh"
},
{
"id": "13",
"name": "Youchi",
"code": "yc"
},
{
"id": "14",
"name": "PCCW",
"code": "pccw"
},
{
"id": "15",
"name": "CITIC",
"code": "zx"
},
{
"id": "16",
"name": "Aipu",
"code": "aipu"
},
{
"id": "17",
"name": "Founder",
"code": "fz"
}
]
}
Response Headers
HTTP/1.0 200 OK
Api-Id: 563
Content-Type: application/json; charset=utf-8
X-Ratelimit-Grad: minute // Rate limit granularity (minute/hour/day)
X-Ratelimit-Limit: 300 // Requests per minute limit
X-Ratelimit-Remaining: 300 // Remaining requests this minute
X-Retry-After: 53 // Seconds until the current rate limit window resets
HTTP Status Codes
| Status Code | Description |
|---|---|
| 404 | The requested URL is invalid |
| 401 | Authentication error — your token may be incorrect or lacks permission |
| 400 | Invalid request parameters |
| 200 | Request succeeded, data returned |
| 5xx | Please contact the on-call team |
Need help? Contact our support team at support@edgenext.com.
Back to documentation home