← Back to catalog
opentopodata.ocean
mock data$0.001 / callOpen Topo Data — Ocean Depth (Bathymetry)
Get ocean floor depth (metres, negative values below sea level) at a lat/lon coordinate using the GEBCO 2020 global bathymetric dataset (450m resolution). Returns depth in metres; negative values indicate depth below sea level, positive values indicate land elevation above sea level. Use for marine navigation planning, submarine cable routing, oceanographic research, and coastal engineering. MIT licence, no auth, no upstream cost.
Input schema
latrequired
numberLatitude of the ocean/sea point (-90 to 90)
lonrequired
numberLongitude of the ocean/sea point (-180 to 180)
interpolation
stringInterpolation method: bilinear (default) or nearest
Call via REST
curl -X POST https://unifyapi.pro/api/call/opentopodata.ocean \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"interpolation":"<interpolation>"}'