AIS
AIS
destinationstring
rawDestinationstring
timestring
navStatestring
etastring
latitudenumber
longitudenumber
draftnumber
headingnumber
speednumber
The AIS section provides access to data from the Automatic Identification System, allowing users to retrieve real-time information on maritime vessel locations and movements. With this API section, users can track ships, monitor traffic patterns, and enhance maritime navigation and security operations.
1
2
3
4
5
6
7
8
9
10
11
12
{
"destination": "Tianjin",
"rawDestination": "TIANJIN",
"time": "2025-03-04T07:38:22+00:00",
"navState": "Ship draught is limiting its movement",
"eta": "2025-03-02T05:40:00+00:00",
"latitude": 38.9772,
"longitude": 117.7661,
"draft": 18.4,
"heading": 355,
"speed": 5.2
}