Real-time data of any marine and inland vessel equipped with AIS tracking system
AIS Hub provides real-time AIS data for marine and inland vessels via API in XML, JSON, or CSV formats.
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())Last 50 checks (10 min intervals)