Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 658 Bytes

Is It Wet

An API for determine if it's on the water according to a point's coordinates.

Send coordinates parameter to index.php as GET method.

Example

Request

/index.php?coordinates=40.362804,27.980187

Response

{
	"latitude": 40.362804,
	"longitude": 27.980187,
	"is_wet": true
}