Shipwrecked API

Shipwrecked API v1.0.0

Build scalable applications with our powerful RESTful API designed for maritime logistics and real-time ship tracking.

Reliable Endpoints

Robust, production-ready APIs for maritime logistics, fleet management, and cargo tracking with 99.95% uptime SLA.

Real-time Data

Access GPS, fuel levels, and maintenance alerts in real-time through WebSockets and REST streams.

Open Standards

Swagger-compliant API with OpenAPI 3.0 and JSON:API support for seamless integration.

Getting Started

curl.sh
Try It
curl -X GET "https://api.shipwrecked.co/v1/vessels/12345" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
// Response { "id": "12345", "name": "MV Seagull", "location": {"lat": -33.494, "lng": -70.669}, "speed_knots": 14.2, "fuel_level_percent": 68 }

API Reference

Explore all endpoints

Development Guides

Tutorial series

CLI Toolkit

Command-line tools

Authentication

API keys & OAuth2