Get all ISP codes
This request shows you how to retrieve list of all available ISP codes.
Endpoint:
GET
https://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/geo/isp
Example:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/geo/isp
Response:
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
},
...
Path parameters:
Name
Value
Description
Authorization
<Your_API_Key>
Your personal API key
Last updated