Reverse Geocoding API Documentation:



The GeoBulk API is as simple as it gets.

Issue a HTTP GET or POST to http://api.geobulk.com/json.php and we'll return your results as a JSON object.
  • Format:

    http://api.geobulk.com/json.php?api_key={your_api_key}&lat={latitude}&lng={longitude}
  • Example HTTP GET:

    http://api.geobulk.com/json.php?api_key=3a9a9...48367&lat=33.4463927&lng=-112.0684947
  • Example Response:

    {
    	"address_range":"400-424",
    	"address_approximate":"414",
    	"street":"E Jefferson St ",
    	"city":"Phoenix",
    	"state":"AZ",
    	"zipcode":"85004",
    	"success":1,
    	"error":""
    }