Track ships worldwide with our powerful AIS-based API. Get real-time positions, vessel details, and historical data with a simple REST interface.
Get vessel positions updated every few seconds with our low-latency WebSocket and REST APIs.
Track vessels in all major shipping lanes, ports, and coastal areas worldwide.
Clean REST API with comprehensive documentation. Get started in minutes.
Access vessel track history and analyze shipping patterns over time.
Get comprehensive vessel information: name, type, dimensions, flag, and more.
Enterprise-grade infrastructure with 99.9% uptime SLA and secure API authentication.
// Get vessels in a bounding box
const response = await fetch(
'https://api.vesselfinder.io/v1/vessels?' +
'min_lat=51.0&max_lat=52.0&min_lng=3.0&max_lng=5.0',
{
headers: {
'X-API-Key': 'your_api_key'
}
}
);
const { vessels, total } = await response.json();
console.log(`Found ${total} vessels`);Start free, scale as you grow
For growing businesses
For large scale operations
Create your free account and start tracking vessels in minutes.
Start Free Trial