Base URL: /api |
Rate limit: 120 req/min por IP |
Formato: JSON
{ "status": "ok", "uptime": 1234.5, "timestamp": "2024-01-01T00:00:00.000Z" }
| Parâmetro | Tipo | Descrição |
|---|---|---|
number | path | Número do container (ex: MRKU5882395) |
{
"input": "MRKU5882395",
"normalized": "MRKU5882395",
"valid": true,
"checkDigit": { "provided": 5, "computed": 5, "match": true },
"prefix": "MRKU",
"carrier": {
"owner": "Maersk",
"country": "Denmark",
"countryCode": "DK",
"type": "Carrier",
"alliance": "2M"
},
"found": true
}
Body (JSON):
{ "containers": ["MRKU5882395", "CAAU8436330", "TCLU4844625"] }
Response:
{
"total": 3,
"results": [ ...array of lookup results... ]
}
{
"total": 70,
"prefixes": [
{ "prefix": "MRKU", "owner": "Maersk", "country": "Denmark", ... },
...
]
}