Download geo

GET https://geonix.com/personal/api/v1/{apiKey}/resident/geo

This endpoint lets you download a ZIP archive with the geo.json file, which contains available locations for residential proxies, making it easier to select specific geographic targets.

Headers

Name
Value

Accept

application/octet-stream

Path parameters

Name
Type
Description

apiKey*

string

API key to authorize requests

Request examples

curl -X GET "https://geonix.com/personal/api/v1/YOUR_API_KEY_HERE/resident/geo" \
     -H "Accept: application/octet-stream" \
     -O -J

Last updated