Container Intelligence API
Container Intelligence API is a REST API for working with ISO 6346 shipping container identifiers. It helps logistics software, internal validation pipelines, ERP integrations, customs and compliance tooling, and operational dashboards parse container numbers, validate structure and check digits, normalize messy input, and compute expected check digits from valid stems. The API currently…
Container Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validation | ||
| POST |
validateContainerNumber /validate |
Normalize a submitted container number conservatively, validate it against the ISO 6346 structure and check-digit rules, and return the business result directly in the response… |
| POST |
validateContainerNumbersBulk /validate/bulk |
Validate multiple container identifiers in a single request. Results preserve input ordering, and duplicate inputs are returned as duplicate output items. |
| Utilities | ||
| POST |
computeCheckDigit /check-digit |
Compute the expected ISO 6346 check digit for a container identifier stem. This endpoint expects the 10-character stem rather than a full 11-character container number. |
| Operations | ||
| GET |
getVersion /version |
Return the currently deployed public API version string. |
| GET |
getHealth /health |
Return a minimal operational health signal for uptime checks and monitoring. |
Container Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|