Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

CargoSmart Vessels API

Vessel position and schedule

CargoSmart Vessels API is one of 5 APIs that CargoSmart publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Vessels. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an AsyncAPI specification.

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.cargosmart.com.

2 operations 2 paths 4 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.cargosmart.com
Authentication
API Key, OAuth 2.0
Contact
Resource Areas
1

Authentication & Security 2

CargoSmart Vessels API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (apiKey). It supports OAuth 2.0 (oauth2) using the clientCredentials flow, exposing 4 scopes. By default, every request must be authenticated.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Vessels 2

Vessel position and schedule

GET
/vessels/v1/schedules
Search vessel schedules
searchVesselSchedules 6 params → 200
GET
/vessels/v1/{vesselIMO}/position
Get vessel position
getVesselPosition 1 param → 200

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are VesselSchedule (9 properties), VesselPosition (9 properties), Port (4 properties), VesselScheduleList (1 property). Each schema is shown below with its type and property counts.

Port
object
4 properties
VesselPosition
object
9 properties
VesselSchedule
object
9 properties
VesselScheduleList
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cargosmart-vessels-api-openapi.yml Raw ↑

Other APIs CargoSmart publishes across the network.

CargoSmart Bookings API
CargoSmart Containers API
CargoSmart Documents API
CargoSmart Shipments API