Usage
The API accepts a latitude and longitude and returns JSON.
A free tier of this API is available for smaller projects. We charge a small monthly fee for folks who need higher usage capacity of the API. See more pricing details here.
Request
curl 'https://isitwater-com.p.rapidapi.com/?latitude=41.9029192&longitude=-70.2652276&rapidapi-key=YOUR-X-RAPIDAPI-KEY'
Response
{ "water": true, "latitude": 41.9029192, "longitude": -70.2652276 }