API Container Tracking
Number of APIs: 4
Compatibility guidelines
The HTTP API is versioned with a single number, which is currently 2
This number symbolizes the major version number. New features can be added to the API in the same version number if there is no breaking change.
The version number is present in the url, for instance /container-tracking/api/v2 for the current version.
Documentation, Pricing and Key generation
You can find the complete documentation for our API at Developers Platform.
Create an account to receive your FREE key in under a minute!
Additionally, explore our pricing plans, access support, view detailed documentation, and follow our comprehensive tutorials.
Authentication
Every endpoints of this API require authentication using an API key.
If you don't have an API Key and you need to use the Container Tracking API, you need to ask Sinay to have one.
To use the API Key, you must add a header named API_KEY with your API Key as a value.
Release note
2.1.0
- Fix null entries
2.0.2
- Set route and ais fields as default true in shipment request parameters
2.0.0
Replace all existing tracking endpoints with a single one
Add additional information such as: vessel, facilities or route segments
-
shipment - get Shipment Detail GET https://api.sinay.ai/container-tracking/api/v2/shipment?shipmentNumber=<string>&sealine=<string>&shipmentType=CT&route=<boolean>&ais=<boolean>
-
sealines - get Sea Line Details GET https://api.sinay.ai/container-tracking/api/v2/sealines
-
usages - Retrieve your monthly usages GET https://api.sinay.ai/container-tracking/api/v2/usages?startTime=<dateTime>&endTime=<dateTime>
-
shipment-usage - Retrieve list of shipments called with the API, that usages have a minimum resolution of a month (you cant select the usage for one week for example, the usage will automatically be for the month of the week provided) GET https://api.sinay.ai/container-tracking/api/v2/shipment-usage?startTime=<dateTime>&endTime=<dateTime>&periodicity=DAILY