Subscriptions
- Do you offer any refunds?
- How do I change my subscription?
- Is there a trial period available for the monthly or yearly subscriptions?
Website
- What is the best way to get in touch with TankerTrackers.com?
- What products and services are available?
Account
API
- API Usage and Response Details
- Endpoint: Departing Vessels Per Country Per Month
- Endpoint: Fleet Listing
- Endpoint: Fleet View
- Endpoint: Impostors and Zombies
- Endpoint: Lost And Found
- Endpoint: Notifications
- Endpoint: Polygon Listing
- Endpoint: STS Sessions
- Endpoint: Sanctioned Vessel Listing
- Endpoint: Shoreside Vessel Photography
- Endpoint: Tagged Satellite Locations
- Endpoint: Total Exports Per Country Per Month
- Endpoint: Vessel Details and History
- Endpoint: Violator Listing
General / Other
Endpoint: Fleet View
Please note: This API Endpoint is only available to subscribers of our Corporate plan. If you or your corporation are interested in a Corporate subscription to gain API access to the data that TankerTrackers.com, Inc. collects, please contact us for a quote.
This API endpoint returns the contents of a fleet as requested by its ID value. Various details about the vessels in the fleet are provided
Endpoint URL:
https://tankertrackers.com/api/fv/v1/[API Key]?[parameters]
URL Parameters:
| Parameter | Description |
|---|---|
[API Key] | The Unique API Key as indicated on the Account Management page. |
[id] | The ID of the fleet you wish to see the details for. |
The resulting output is a JSON array containing one JSON object per vessel in the fleet, with additional details available for context.
Response Keys:
In the response, the data object will contain the following keys:
| JSON Key Name | JSON Value Type | Nullable? | Description |
|---|---|---|---|
name | string | false | The current name of the vessel according to the best of our understanding. |
previous_names | array | true | Previous names this vessel has used. |
imo | integer | false | The IMO of the vessel. |
labels | array | true. | A list of labels and the date the label was applied. |
mmsi | integer | true | The current MMSI of the vessel. |
callsign | string | true | The current callsign of the vessel. |
flag | string | false | The flag that the vessel is currently sailing under. |
deadweight | integer | true | The deadweight of the vessel. |
gross_tonnage | integer | true | The gross tonnage of the vessel. |
type | string | false | The type of vessel. |
size_class | string | false | The size class of the vessel. |
latest_locations.ais.latitude | float | true | The last known latitude of the vessel. |
latest_locations.ais.longitude | float | true | The last known longitude of the vessel. |
latest_locations.ais.timestamp | string | true | An UTC date/time string in the format YYYY-MM-DD HH:MM:SS. |
latest_locations.ais.area | string | true | A description of the geographical area in question. |
latest_locations.satellite.latitude | float | true | The last known latitude of the vessel. |
latest_locations.satellite.longitude | float | true | The last known longitude of the vessel. |
latest_locations.satellite.timestamp | string | true | An UTC date/time string in the format YYYY-MM-DD HH:MM:SS. |
latest_locations.satellite.area | string | true | A description of the geographical area in question. |
latest_locations.shoreside.latitude | float | true | The last known latitude of the vessel. |
latest_locations.shoreside.longitude | float | true | The last known longitude of the vessel. |
latest_locations.shoreside.timestamp | string | true | An UTC date/time string in the format YYYY-MM-DD HH:MM:SS. |
latest_locations.shoreside.area | string | true | A description of the geographical area in question. |
Still need help? Contact us
Subscriptions
- Do you offer any refunds?
- How do I change my subscription?
- Is there a trial period available for the monthly or yearly subscriptions?
Website
- What is the best way to get in touch with TankerTrackers.com?
- What products and services are available?
Account
API
- API Usage and Response Details
- Endpoint: Departing Vessels Per Country Per Month
- Endpoint: Fleet Listing
- Endpoint: Fleet View
- Endpoint: Impostors and Zombies
- Endpoint: Lost And Found
- Endpoint: Notifications
- Endpoint: Polygon Listing
- Endpoint: STS Sessions
- Endpoint: Sanctioned Vessel Listing
- Endpoint: Shoreside Vessel Photography
- Endpoint: Tagged Satellite Locations
- Endpoint: Total Exports Per Country Per Month
- Endpoint: Vessel Details and History
- Endpoint: Violator Listing