Container Number Validator API avatar

Container Number Validator API

Pricing

from $1.00 / 1,000 api calls

Go to Apify Store
Container Number Validator API

Container Number Validator API

Validate ISO 6346 shipping container numbers. Checks format and check digit, returns owner code, category, and serial.

Pricing

from $1.00 / 1,000 api calls

Rating

0.0

(0)

Developer

Fatih Şahinbaş

Fatih Şahinbaş

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Container Number Validator API — ISO 6346 Check Digit

The Container Number Validator API validates shipping container numbers against the ISO 6346 standard, including the check-digit algorithm. It decodes the owner prefix, equipment category and serial number, and returns clean JSON — a fast Standby API with no login.

What the container number validator checks

  • Format — 4 letters (owner code + category identifier) followed by 6 digits and a check digit.
  • Check digit — the ISO 6346 modulo-11 check-digit calculation.

API usage

GET /validate?container=CSQU3054383

The response returns validity, the owner prefix, the equipment category, the serial number, and the expected vs. given check digit.

Use cases

Validate container numbers in logistics, freight-forwarding and customs software, catching data-entry errors before they propagate into shipping documents.

Pricing

Pay-per-event: $0.001 per API call.

Notes

This Actor performs offline structural validation. A valid result means the number is well-formed and check-digit-consistent; it does not confirm the container's current status.