Beta Feature — This guide covers the Infer Number
API, currently
in beta. The API is stable for production use, but features may expand based
on feedback.
Already using the Terminal49 Dashboard?
You’ve seen this feature in action — when you enter a number, Terminal49 auto-suggests
the carrier. Now this same intelligence is available via API.
Why SCAC matters
To track a shipment or container, Terminal49 needs to know which shipping line to ask (also called the vessel-operating common carrier (VOCC)). The SCAC (Standard Carrier Alpha Code) used here is the shipping line SCAC for tracking — that is, the carrier operating the move you’re querying for events and shipment data.Without the correct shipping line SCAC (VOCC SCAC), your tracking request can fail even if the
number is valid. The Infer API predicts the shipping line SCAC + number type to
increase the likelihood your tracking request succeeds.
How the Infer API helps
Submit any tracking number, and the API returns:- The predicted shipping line (SCAC) — so you don’t have to guess
- The number type — container, bill of lading, or booking
- Validation results — catches typos and invalid formats before you submit
You submit a tracking number
Just the number — no need to specify the shipping line or type
We analyze the pattern
Our system uses machine learning and historical data from millions of
shipments to predict the shipping line.
You get the SCAC and confidence score
Use high-confidence results automatically, or prompt users to confirm
Create a successful tracking request
With the right SCAC, your tracking request is far more likely to succeed
Examples by number type
- Container Number
- Bill of Lading
- Booking Number
Container numbers follow the ISO 6346 format. While the first three letters (owner code) often indicate the owner, the container might be moved by a different shipping line (VOCC).Our system analyzes the number against tens of millions of historical records to predict which shipping line is moving the container.Example Input: What to do next:
MSCU1234567Understanding the response
Decision Types Explained
Decision Types Explained
The
decision field tells you how confident the prediction is and what action to take:Validation Fields
Validation Fields
The API validates numbers before returning predictions:
Invalid numbers may still return a carrier prediction, but you should validate
the format before creating a tracking request.
Full Response Schema
Full Response Schema
See the API Reference for complete schema details.
Integration guide
For developers implementing this API, here are code examples in different languages:- JavaScript
- Python
- cURL
Rate limits
What’s next?
Infer Number API Reference
Full API specification with request/response schemas and try it in the
playground
Create a Tracking Request
Use the detected SCAC to start tracking your shipment
Supported Carriers
See which carriers Terminal49 supports and their data availability
Tracking Request Lifecycle
Learn what happens after you submit a tracking request