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

Example Use Case:

If you need to geo-target requests at the city level, simply append -city-<city-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-city-newyork:123" \
     --url "http://ip-api.com/json" 
Language