Cronblocks API Documentation – GeoIP

HTTP Method: GET
URL: http://api.cronblocks.com/geoip.html
Input Parameters:
	api_key (required)
	ip (required, valid_ip)
	data_type (optional, defaults to JSON)

Output:
	country_code
	region
	city

The GeoIP method is used to fetch a geographic location from a given IP. The number of allowed requests per month depends on the caller’s plan:

Plan Requests/month
Free 1000
Silver 10000
Gold 50000
Platinum Unlimited

If the maximum number of requests is reached, an ERROR response with the appropriate message will be returned.

Example:

http://api.cronblocks.com/geoip.html?api_key=1234567890abcdef&ip=210.210.210.210&data_type=json

This entry was posted in API Documentation and tagged , permalink. Trackbacks are closed, but you can post a comment.

Post a Comment

Your email is never published nor shared.

You may use these HTML tags and attributes <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*