Vessel Operations
Get Vessels by Area
Find all vessels within a specified circular area. Based on terrestrial AIS data only. Costs 10 credits per request. Rate limit: 50 requests/min.
GET
Get Vessels by Area
Find all vessels within a specified circular geographic area.
Credits: 10 credits per request
Parameters
Define a circular search area using:latitude: Center point latitude (up to 1 decimal place)longitude: Center point longitude (up to 1 decimal place)circle_radius: Search radius in kilometers (maximum 50km)
Example
Search for vessels within 50km of coordinates 45.0, -9.0:Response
Returns avessels array. Each entry contains:
mmsi— Maritime Mobile Service Identityname— Vessel namelatitude,longitude— Current positionspeed— Speed over groundcourse— Course over ground (nullable)heading— Heading (nullable)typeSpecific— Specific vessel type (e.g.Bulk Carrier,Container Ship)
Authorizations
Your personal API key found in your profile dashboard at https://datadocked.com/dashboard/my_keys
Query Parameters
The center latitude coordinate for the search area (up to 1 decimal place).
The center longitude coordinate for the search area (up to 1 decimal place).
The search radius in kilometers (maximum 50km).
Required range:
x <= 50Response
Successful response with vessels in area
Get Vessels by Area