Skip to main content

JSONCargo

Container Specs API

Get accurate data on shipping containers dimensions, sizes, capacity and more.

Carrier Specific Specs

While most carriers use ISO standards to identify containers, other carriers might not. That's why our API accounts for carrier-specific variations

All Container Types

Whether it is 20ft, 40ft, High Cube, Reefer, our API supports all container types handled by multiple shipping lines.

Detailed Container Data

From maximum payload, dimensions, volume, width, length and more.

Integrated with major carriers

JSONCargo covers more than 95% of all shipping market, with that you can be sure that practically all commercial containers are in our API database

Container Specs API Object Table

ParameterData TypeDescriptionExample Value
shipping_linestringName of the shipping lineMaersk
container_typestringType of container40' HIGH CUBE
maximum_payloadstringMaximum cargo weight allowed62,170 lb / 28,200 kg
dimensionsstringExternal container dimensions20' x 8' x 8'6\" / 20' x 8' x 8'6\""
volumestringInternal volume capacity1,165 cu ft / 33 m3
door_opening_widthstringDoor opening width7' 8 1/16\" / 2,350 mm"
door_opening_heightstringDoor opening height7' 5 1/2\" / 2,274 mm"
internal_lengthstringUsable internal length19' 4 1/8\" / 5,896 mm"
internal_widthstringUsable internal width7' 8 1/2\" / 2,350 mm"
internal_height_loadlinestringUsable internal height up to load line7' 10 3/16\" / 2,393 mm"
weight_grossstringMaximum gross weight (container + cargo)67,200 lb / 30,480 kg
weight_tarestringTare (empty) weight5,030 lb / 2,280 kg

Container Specs API JSON Response Example

				
					{
  "shipping_line": "Maersk",
  "container_type": "40' HIGH CUBE",
  "maximum_payload": "28200 kg",
  "dimensions": "6058 x 2438 x 2591 mm",
  "volume": "33 m3",
  "door_opening_width": "2350 mm",
  "door_opening_height": "2274 mm",
  "internal_length": "5896 mm",
  "internal_width": "2350 mm",
  "internal_height_loadline": "2393 mm",
  "weight_gross": "30480 kg",
  "weight_tare": "2280 kg"
}

				
			

Ready to get started?

Contact us to request access