Execute a State level geo-targeting request using proxy credentials.

Example Use Case:

If you need to geo-target requests at the state level, simply append -state-<state-name> after the <username>-country-<country-code>.

Note that you can not target state and city at the same time.

Example Request:

curl -x "http://proxy.geonode.io:9000" \
     -U "username123-country-US-state-alabama:password123" \
     --url "http://ip-api.com/json"
Language