Geo-Targetting
Perform State Targeting
Execute a State level geo-targeting request using proxy credentials.
How to Specify State
If you need to geo-target requests at the state level, simply append
-state-<state_name>
after the
<geonode_username>-country-<country_code>
.
Response
200
application/json
Successful response from Geo-Targeting API.
Indicates the status of the request.
Example:
"success"
The name of the continent.
Example:
"North America"
The two-letter continent code.
Example:
"NA"
The full name of the country.
Example:
"Canada"
The two-letter country code.
Example:
"CA"
The region code.
Example:
"QC"
The full name of the region.
Example:
"Quebec"
The name of the city.
Example:
"Granby"
The district name, if available.
Example:
""
The postal code associated with the IP.
Example:
"J2H"
The queried IP address.
Example:
"192.168.1.1"