1. 7 Event Dataset
ElaneGlobal
  • 1 AIS Dataset
    • 1.1 Vessel Position
      • 1.1.1 Single Vessel Position
      • 1.1.2 Multi-vessel Position
      • 1.1.3 Fleet Position
    • 1.2 Vessel Search
      GET
    • 1.3 Vessels Nearby
      GET
    • 1.4 Vessels in Zone
      GET
    • 1.5 Vessel Flag Information
      GET
  • 2 Voyage Dataset
    • 2.1 Port Information
      GET
    • 2.2 Currently Berthed Vessels
      GET
    • 2.3 Currently Anchored Vessels
      GET
    • 2.4 Inbound / Expected Arrivals
      GET
  • 3 History Dataset
    • 3.1 Vessel History Track
      GET
    • 3.2 Ship-to-Ship (STS) Events
      GET
    • 3.3 Vessel Port Call History
      GET
    • 3.4 Vessel Port Call Records at Specific Port
      GET
    • 3.5 Vessel Current Port Call
      GET
    • 3.6 Port Calls Records for Port
      GET
  • 4 Prediction Dataset
    • 4.1 Point-to-Point Route Planning
      GET
    • 4.2 Port-to-Port Route Planning
      GET
    • 4.3 ETA Query
      GET
  • 5 Meteorology Dataset
    • 5.1 Global Tropical Cyclone
      • 5.1.1 Global Tropical Cyclones List
      • 5.1.2 Tropical Cyclone Details by Point
    • 5.2 Global Port Tide Predictions
      • 5.2.1 Request parameters for Global Tide Gauge Stations List
      • 5.2.2 Query Single Tide Gauge Station Details
    • 5.3 Global Marine Weather
  • 6 China Region Coastline Warning Dataset
    • 6.1 China Region Navigational Warnings
  • 7 Event Dataset
    • 7.1 Monitored Fleet Management
      • 7.1.1 Create Fleet
      • 7.1.2 Update Fleet Information
      • 7.1.3 Query Fleet
      • 7.1.4 Delete Fleet
      • 7.1.5 Add Vessels to Fleet
      • 7.1.6 Batch Update Vessels in Fleet
      • 7.1.7 Remove Vessels from Fleet
    • 7.2 Geofence Monitoring Push
      • 7.2.1 Geofence Creation
      • 7.2.2 Geofence Update
      • 7.2.3 Geofence Query
      • 7.2.4 Geofence Deletion
      • 7.2.5 Geofence Monitoring Push
    • 7.3 Vessel Speed Alert Push
      • 7.3.1 Add Vessel Speed Alert Subscription
      • 7.3.2 Delete Vessel Speed Alert Subscription
      • 7.3.3 Query Vessel Speed Alert Subscription List
      • 7.3.4 Vessel Speed Anomaly Push
    • 7.4 Real-time Vessel Position Push
      POST
    • 7.5 Arrival/Departure Event Push
      POST
    • 7.6 Vessel Dynamic ETA Push
      POST
    • 7.7 Vessel AIS Signal Loss Event Push
      POST
    • 7.8 Vessel STS Event Push
      POST
  • Appendix
    • Vessel Type Comparison Table
    • Service Return Code
    • Sea Area Reference Table
    • Navigation Status Comparison Table
    • Deviation Node List
    • Aids to Navigation (AtoN) Type Table
  1. 7 Event Dataset

7.4 Real-time Vessel Position Push

Developing
POST
Configure Data Receiving URL in the Dashboard

Description#

The Real-time Vessel Position Push service allows you to configure vessels in your monitored fleets. The system automatically monitors the real-time position of your fleet vessels and pushes one packet of real-time position data every 10 minutes. The data format is largely consistent with the Real-time Vessel Positioning API.
You must first create fleets and bind vessels in the Dashboard, or create fleets via the Monitored Fleet Management API. Binding will fail if the number of vessels exceeds your permission quota. You may replace the vessel list within your authorized quota.

Use Cases#

Freight Logistics & Vessel Management#

Cargo Tracking & Supply Chain Management
Shippers and logistics companies can use real-time vessel position data to accurately track vessel location, navigation status, estimated time of arrival and other key information. This allows better planning of subsequent logistics steps such as port handling, warehousing and transportation, optimizing supply chain management and improving the timeliness and accuracy of cargo delivery.
Route Optimization & Scheduling
Shipping companies can dynamically adjust vessel routes and speed based on real-time position data combined with weather, typhoon, tide and other maritime information. This helps vessels avoid severe weather and congested waterways, select optimal routes, improve transportation efficiency and reduce operating costs.
Vessel Operation Management
Ship owners and vessel management companies can monitor their fleet’s status in real time, including position, speed and heading. Abnormal situations such as off-course sailing or unusual speed can be detected and handled promptly to ensure normal operation.
By analyzing vessel position data, companies can further optimize scheduling and properly arrange vessel tasks and port calls.

Request Limit#

This is a premium service that requires advanced permission application prior to use.
An API key must be created in the Dashboard before using this service. The corresponding monitored fleet vessels and push receiving URL must be configured under the API key.
Your current service access permissions can be viewed in the Dashboard. Please contact our support team to activate service permissions.

Endpoint#

Query TypeEndpointHTTP Method
Real-time Vessel Position PushConfigure Data Receiving URL in the DashboardPOST

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'Configure Data Receiving URL in the Dashboard'

Responses

⚪0success
application/json
Body

Example
{
    "data": [
        {
            "mmsi": 563018400,
            "imo": 9761463,
            "call_sign": "9V3642",
            "ship_name": "XIN LONG YANG",
            "ship_cnname": null,
            "data_source": 0,
            "last_time": 1748330914,
            "lat": 31.375355,
            "lng": 121.687177,
            "ship_type": 80,
            "length": 333,
            "width": 60,
            "left": 37,
            "trail": 56,
            "draught": 5.6,
            "dest": "CXD",
            "destcode": "",
            "eta": 1746979200,
            "navistat": 5,
            "sog": 0,
            "cog": 360,
            "hdg": 118,
            "rot": 0
        },
        {
            "mmsi": 538007628,
            "imo": 9334143,
            "call_sign": "V7VR3",
            "ship_name": "MATSON LANAI",
            "ship_cnname": null,
            "data_source": 1,
            "last_time": 1748329979,
            "lat": 48.37769,
            "lng": 171.07297,
            "ship_type": 70,
            "length": 260,
            "width": 32,
            "left": 17,
            "trail": 68,
            "draught": 10.2,
            "dest": "LONG BEACH,US",
            "destcode": "USLGB",
            "eta": 1748881800,
            "navistat": 0,
            "sog": 22.2198448,
            "cog": 80.6,
            "hdg": 82,
            "rot": 0
        }
    ]
}
Previous
7.3.4 Vessel Speed Anomaly Push
Next
7.5 Arrival/Departure Event Push
Built with