모든 ISP 코드 가져오기
엔드포인트:
GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/geo/isp
경로 매개변수
이름 | 가치 | 설명 |
|---|---|---|
권한 부여 |
| 개인 API 키 |
예
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/geo/isp응답
You will see in downloaded JSON file all information about ISP GEO:
[
{
"isp": "001 IT Complex",
"code": 23
},
{
"isp": "01 System Srl",
"code": 24
},
{
"isp": "01 Telecom Ltd",
"code": 25
},
...You will see in downloaded JSON file:
{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}You will see in downloaded JSON file:
{
"status": "error",
"data": null,
"errors": [
{
"message": "IP not allowed",
"code": 503,
"customData": null
}
]
}