Stop building AIS scrapers. Get vessel positions, fleet data, port congestion, and IMO CII emissions — one API key, consistent JSON, any language.
18 endpoints · 17 try free below
From live AIS position to fleet-wide emissions — one key, one base URL. Premium /vessel/live-position is documented separately.
Live AIS position by IMO — the starting point for most maritime integrations.
Position history (up to 168h), active route, and recent port calls in one call.
Find vessels by name before you track them. Paginated catalog for search UIs.
Up to 100 vessels in one POST. Built for fleet dashboards and enterprise monitoring.
Congestion, expected arrivals, and in-port activity — six port endpoints for supply chain visibility.
NEWIMO CII rating (A–E) from AIS data — growing ESG demand. CO₂ tons and g/nm for sustainability reports.
Try it now
Send real requests against our REST API — no signup required.
17 endpoints available in the demo
(everything except /vessel/live-position, premium AIS feed).
You get 5 free demo calls per device.
Start with Vessel position or pick any endpoint above.
Quick start
Sign up, verify your email, and copy your API key from the dashboard. No waiting.
Pass X-API-Key: YOUR_KEY to any request. No OAuth, no tokens.
Every response follows the same {status, success, data} envelope. Ship on day one.
# Get IMO CII emissions rating for any vessel
curl -H "X-API-Key: YOUR_API_KEY" \
"https://vessels-api.com/api/V1/vessels/green?mmsi=258785000&period=30d"
# Response
{
"data": {
"name": "ATLANTIC STAR",
"distance_nm": 4200,
"estimated_emissions": {
"co2_tons": 1850.3,
"co2_per_nm": 0.44
},
"cii": {
"score": 13.2,
"rating": "C",
"regulation_reference": "IMO CII"
}
}
}
Pricing
All plans include a 7-day free trial.
Billed monthly
$16.67/mo · billed annually 2 months free
Billed monthly
$25.00/mo · billed annually 2 months free
Billed monthly
$50.00/mo · billed annually 2 months free
Billed monthly
$83.33/mo · billed annually 2 months free
Billed monthly
$166.67/mo · billed annually 2 months free
Custom plans for teams that outgrow standard tiers — tailored limits, support, and integrations.
FAQ
Sign up, grab your key, make a request. No OAuth, no SDKs, no sales call. If it doesn't fit your stack, cancel before the trial ends — no charge.