1. 1 AIS 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
      GET
  • 6 China Region Coastline Warning Dataset
    • 6.1 China Region Navigational Warnings
      GET
  • 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. 1 AIS Dataset

1.3 Vessels Nearby

GET
https://api.elaneglobal.com/v1/AIS/VesselsNearby

Description#

The Vessels Nearby retrieves vessel data within a 10 nautical mile radius circular area centered on the position of a target vessel by querying the vessel’s MMSI. The returned vessel dataset is sorted by distance in ascending order (from nearest to farthest).
The response includes IMO number, call sign, vessel name , vessel type, length and breadth. It also contains the latest real time AIS updates: vessel position, navigation status, destination port, speed over ground, estimated time of arrival at the destination port, vessel heading, course over ground and other standard AIS parameters.

Use Cases#

1.
Offshore Construction Safety Monitoring
Centered on construction vessels, the service returns a list of vessels within a 10 nautical mile radius to monitor their positions and trajectories. If any vessel approaches the construction zone, the construction team can issue timely warnings or adjust construction plans accordingly.
2.
Maritime Collision Avoidance Early Warning
Centered on underway vessels, the service monitors the positions and courses of nearby vessels to assess collision risks. If potential collision risks are detected, the vessel operator can implement immediate collision avoidance maneuvers.
3.
Maritime Emergency Search and Rescue
Centered on distressed vessels, the service locates and coordinates nearby vessels to conduct search and rescue (SAR) operations.

Request Limits#

An API key must be created before using this service. API calls are subject to quota restrictions according to your permission type. To view your current service access permissions, please contact our support team: support@elaneglobal.com.

Endpoint#

EndpointHTTP Method
https://api.elaneglobal.com/v1/AIS/VesselsNearbyGET

Example API Call#

https://api.elaneglobal.com/v1/AIS/VesselsNearby?key=1F6D701272402D1E7D8D316CCE519123&mmsi=413881597
Note:
The key 1F6D701272402D1E7D8D316CCE519123 is the official key of elaneglobal.com, bound to the domain api.elaneglobal.com.
Users are not authorized to use this key for data access—utilizing it will return a status code 14, indicating an error in the source domain.
To trial the service, please contact our support team: support@elaneglobal.com.

Request

Query Params

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 GET 'https://api.elaneglobal.com/v1/AIS/VesselsNearby?key=1F6D701272402D1E7D8D316CCE519123&mmsi=413149000'

Responses

⚪0success
application/json
Body

Example
{
  "status": 0,
  "msg": "",
  "total": 221,
  "data": [
    {
      "mmsi": 413761246,
      "imo": 0,
      "call_sign": "YR0",
      "ship_name": "PINGNANHONGSHUN3778",
      "ship_cnname": "平南宏顺3778",
      "data_source": 0,
      "last_time": 1747292158,
      "lat": 23.453682,
      "lng": 110.52463,
      "ship_type": 70,
      "length": 81,
      "width": 16,
      "left": 10,
      "trail": 5,
      "draught": 4.3,
      "dest": "GUANGZHOU,CN",
      "destcode": "CNGZG",
      "eta": 1744896600,
      "navistat": 1,
      "sog": 0,
      "cog": 0,
      "hdg": 0,
      "rot": 0
    },
    {
      "mmsi": 413761521,
      "imo": 0,
      "call_sign": "YR7",
      "ship_name": "PINGNANRONGDA333",
      "ship_cnname": "平南荣达333",
      "data_source": 0,
      "last_time": 1747292207,
      "lat": 23.472812,
      "lng": 110.50188,
      "ship_type": 70,
      "length": 82,
      "width": 16,
      "left": 7,
      "trail": 9,
      "draught": 1.2,
      "dest": "XZ                  ",
      "destcode": "",
      "eta": 1748394000,
      "navistat": 1,
      "sog": 0,
      "cog": 0,
      "hdg": 0,
      "rot": 0
    },
    {
      "mmsi": 413762746,
      "imo": 0,
      "call_sign": "JKKKJK",
      "ship_name": "GUIPINGHANGKAI3358",
      "ship_cnname": "桂平航凯3358",
      "data_source": 0,
      "last_time": 1747292077,
      "lat": 23.468075,
      "lng": 110.513635,
      "ship_type": 70,
      "length": 61,
      "width": 13,
      "left": 7,
      "trail": 8,
      "draught": 0,
      "dest": "",
      "destcode": "",
      "eta": 0,
      "navistat": 255,
      "sog": 0,
      "cog": 18.2,
      "hdg": 511,
      "rot": -2.77
    }
  ]
}
Previous
1.2 Vessel Search
Next
1.4 Vessels in Zone
Built with