REST API · AIS data · 18 endpoints · Free 7-day trial

The vessel tracking API
developers
actually use.

Stop building AIS scrapers. Get vessel positions, fleet data, port congestion, and IMO CII emissions — one API key, consistent JSON, any language.

7-day free trial 18 endpoints
18 endpoints 248+ ports JSON REST API 7-day free trial

Try it now

Test the API on this page

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.

/ free calls left
Request

Free demo limit reached. Sign up for a 7-day trial with more API calls.

Response

                        

Start with Vessel position or pick any endpoint above.

Quick start

Integrate in minutes

1

Get your API key

Sign up, verify your email, and copy your API key from the dashboard. No waiting.

2

Add the header

Pass X-API-Key: YOUR_KEY to any request. No OAuth, no tokens.

3

Parse JSON

Every response follows the same {status, success, data} envelope. Ship on day one.

cii-score.sh
# 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

Simple, transparent pricing

All plans include a 7-day free trial.

Starter

$19.99 /mo
$199.99 /yr

Billed monthly

$16.67/mo · billed annually 2 months free

  • 2,500 requests / month
  • 60 requests / minute
  • 1 API Key
  • Vessel Search & Tracking
  • Vessel Position (real-time)
  • Port Intelligence Suite
  • Fleet Monitoring
  • Green Shipping / CII
  • AIS live endpoint
Start free trial

Basic

$29.99 /mo
$299.99 /yr

Billed monthly

$25.00/mo · billed annually 2 months free

  • 10,000 requests / month
  • 60 requests / minute
  • 2 API Keys
  • Everything in Starter
  • Vessel Route & ETA
  • Expected Arrivals
  • Port Congestion & Visits
  • Vessel Analytics
  • AIS live endpoint
Start free trial

Business

$99.99 /mo
$999.99 /yr

Billed monthly

$83.33/mo · billed annually 2 months free

  • 60,000 requests / month
  • 90 requests / minute
  • 5 API Keys
  • Everything in Professional
  • 400 AIS live endpoint / month (official feed)
Start free trial

Scale

$199.99 /mo
$1,999.99 /yr

Billed monthly

$166.67/mo · billed annually 2 months free

  • 120,000 requests / month
  • 120 requests / minute
  • Unlimited API Keys
  • Everything in Business
  • 1,500 AIS live endpoint / month (official feed)
Start free trial
Enterprise

Need more volume?

Custom plans for teams that outgrow standard tiers — tailored limits, support, and integrations.

  • Custom volumeTailored API request limits
  • Priority support24/7 technical assistance
  • Dedicated account managerHands-on guidance for your team
  • SLA & custom integrationsUptime targets and advanced implementation support
Talk to sales

FAQ

Frequently asked questions

AIS positions are sourced from a network of terrestrial and satellite AIS receivers, enriched with voyage data from multiple maritime data providers. Port data covers 248+ ports worldwide through aggregated port authority and maritime intelligence feeds.
CII (Carbon Intensity Indicator) is an IMO regulation (MEPC.339(76)) that rates vessels A–E based on CO₂ emitted per capacity-mile sailed. Our /vessels/green endpoint computes the score from AIS distance data and vessel type emission factors — no onboard sensors required.
Positions are refreshed continuously. Position history via /vessels/track goes back up to 168 hours (7 days). If a vessel's position is older than our freshness threshold, the API fetches a live scrape automatically.
Any language that can make HTTP requests: Python, Node.js, Go, PHP, Ruby, Java, curl — whatever your stack. No SDK required, responses are plain JSON.
Yes. All paid plans start with a 7-day free trial.
Yes — the /vessels/green endpoint is purpose-built for ESG workflows. It returns CO₂ tons, grams-per-nm, and a formal IMO CII rating (A–E) that you can include directly in sustainability reports.
18 endpoints — free 7-day trial

Your first API call, in under 5 minutes.

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.

Cancel anytime JSON responses, any language