v1
latestOpenAPI 3.1.02026-07-243613262.4 KBClosest coordinates
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.
get/geocoding/v2/sea/{coordinates}
Path parameters
coordinatesstring required
Example:14.27621841430664,40.84464176925914
A pair longitude,latitude. Longitude should be between -180 and 180 degrees, and latitude between -90 and 90 degrees.
Response
OK