Query IACS class status, survey dates, and compliance info by IMO number. Stop maintaining scrapers — start shipping.
# Fetch vessel classification by IMO curl -X POST https://vessel-class-finder-production.up.railway.app/vessels \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"imos": [9200079]}' # Response [{ "imo": 9200079, "vessel_name": "NORDIC AURORA", "class": "DNV", "status": "In Class", "date_of_survey": "15/06/2025", "date_of_next_survey": "15/06/2028", "date_of_latest_status": "01/01/2024", "reason_for_status": "" }]
We aggregate and structure IACS vessel classification data so your engineering team doesn't have to.
Register and receive your API key instantly. Free tier includes 100 lookups per month.
Send a POST with one or more IMO numbers. Get structured JSON back with full classification details.
Data is automatically refreshed weekly from IACS member societies. No stale records, no maintenance on your end.
Structured data from IACS member societies, covering the global commercial fleet.
Authenticate with an API key header. All responses are JSON.
/register
Create an account
/login
Get JWT token + API key
/vessels
Query vessels by IMO numbers
/subscription
Check subscription status
/subscribe
Activate subscription
/api-keys
List your API keys
/api-keys/:key
Revoke an API key
No credit card required. Upgrade when you need more lookups.
100 lookups per month. No credit card required.
By signing up you agree to our Terms of Service & Privacy Policy.