← Back to Dashboard

AIS Hub

TransportationActiveUnknownAuth: API KeyDoc: HTML
Visit Website ↗

Description

Real-time data of any marine and inland vessel equipped with AIS tracking system

✨ AI Summary

AIS Hub provides real-time AIS data for marine and inland vessels via API in XML, JSON, or CSV formats.

Code Example

import requests

url = "https://data.aishub.net/ws.php"
params = {
    "authkey": "YOUR_API_KEY",
    "format": "json"
}

response = requests.get(url, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)