Edit help
  • Logistics Explorer
  • Vendor dashboard
  • General
  • test prod
  • Vendor tools
  • Tracking System
  • Tools
  • Vendor package
  • Pricing & Payments
  • Load Calculator
  • Logistics Map
  • Virtual Office
  • Digital Freight Alliance
  • Distance & Time
  • For Carriers
  • Searates Enterprise
  • Ship Schedules
  • Smart Documents
  • Route Planner
  • SeaRates guides
  • Demurrage & Storage
  • Digital
  • Administrative
  • Logistics
  • Creative
  • DFA
  • Marketing
  • IT

How can I determine the total number of API calls I have available as well as how many I have used in a month?

You have two ways that you can use to know the total number of API calls as well as the number of API requests that were used in that month:

1. Navigate to the Virtual Office, then choose the Apps tab located in the sidebar, and finally select the General tab. On that page, you may find out when your tariff plan expires, how many API calls are still available, and how much you have used in that month.

2. Please request metadata via the following link:
 
https://tracking.searates.com/tracking?type=CT&number=***********&sealine=****&api_key=********
 
The metadata includes the following: the sealine SCAC code, container number, the last response update, total number of API calls, used calls, and remaining calls:
 
example
metadata: {
"type": "CT",
"number": "CAIU4891549",
"sealine": "MSCU",
"updated_at": "2021-07-02 11:47:57",
"api_calls": {
"total": 500000
"used": 18382,
"remaining": 481618