Find closest sea point at location

Given a point as a coordinates pair, this endpoint checks if it is on sea or not. If on sea, it returns the coordinate pair {longitude},{latitude} as GeoJSON. If on land, it returns the closest coordinate pair on sea.

The field 'valid' tells whether the given point is on sea or not.

The response also contains information about the point : isSeca if the point is in an ECA zone and isCoastal if the point is close to the coast.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to 14.27621841430664,40.84464176925914

A pair longitude,latitude. Longitude should be between -180 and 180 degrees, and latitude between -90 and 90 degrees.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json