Get all locations

This request shows you how to retrieve all available locations.

GET https://proxy-seller.com/api/v1/{YourApiKey}/resident/geo

Example:

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/resident/geo

Path parameters:

NameValueDescription

Authorization

<Your_API_Key>

Your personal API key

Click the 'Save and download' button to download a ZIP file containing JSON and the list of GEO data with all relevant information

Response:

You will see in downloaded JSON file all information about GEO:

[
    {
        "code": "AD",
        "name": "Andorra",
        "regions": [
            {
                "name": "Andorra la Vella",
                "cities": [
                    {
                        "name": "Andorra la Vella",
                        "isps": [
                            "GSL Networks",
                            "Andorra Telecom, S.a.u.",
                            "Cyberzone"
                        ]
                    }
                ]
            },
            {
                "name": "XX",
                "cities": [
                    {
                        "name": "unknown",
                        "isps": [
                            "Andorra Telecom, S.a.u."
                        ]
                    }
                ]
            }
        ]
    },
    {
        "code": "AE",
        "name": "United Arab Emirates",
...

Last updated