Geotools API Reference
#
GeocodingThe Geocoding API takes an address as an input, and returns a set of objects which pinpoint a Latitude/Longitude of all the matches of the given address.
Send a POST
request to https://console.datasutram.com/apis/geocode
. The request body has only one address
parameter.
Response:
#
Reverse GeocodingThe Reverse Geocoding API takes a Latitude and Longitude as an input and returns an object containing the State, District, City, Pincode mapping along with the address string.
Send a POST
request to https://console.datasutram.com/apis/reverse-geocode
. The request body has two parameters, latitude
and longitude
.
Response: