Skip to main content
GET
/
v1
/
carriers
/
{dot_number}
curl https://api.dotlookup.dev/v1/carriers/2233855
{
  "dot_number": "2233855",
  "mc_number": "747866",
  "legal_name": "ACME TRUCKING LLC",
  "status": "ACTIVE",
  "address": {
    "street": "123 Main St",
    "city": "Dallas",
    "state": "TX",
    "zip": "75201"
  },
  "contact": {
    "phone": "(214) 555-0100",
    "email": "info@acmetrucking.com"
  },
  "fleet": {
    "power_units": 45,
    "drivers": 52
  },
  "authority": {
    "status": "AUTHORIZED FOR HHG",
    "common_authority_date": "2012-06-15T00:00:00Z"
  },
  "safety": {
    "rating": "Satisfactory",
    "driver_oos_rate": 5.2,
    "driver_oos_rate_national": 5.51,
    "total_crashes": 2
  },
  "insurance": {
    "bipd_on_file": 1000000,
    "cargo_on_file": 250000
  }
}
Returns full carrier details including address, contact, fleet, authority, safety summary, and insurance summary.
dot_number
string
required
The carrier’s USDOT number
curl https://api.dotlookup.dev/v1/carriers/2233855
{
  "dot_number": "2233855",
  "mc_number": "747866",
  "legal_name": "ACME TRUCKING LLC",
  "status": "ACTIVE",
  "address": {
    "street": "123 Main St",
    "city": "Dallas",
    "state": "TX",
    "zip": "75201"
  },
  "contact": {
    "phone": "(214) 555-0100",
    "email": "info@acmetrucking.com"
  },
  "fleet": {
    "power_units": 45,
    "drivers": 52
  },
  "authority": {
    "status": "AUTHORIZED FOR HHG",
    "common_authority_date": "2012-06-15T00:00:00Z"
  },
  "safety": {
    "rating": "Satisfactory",
    "driver_oos_rate": 5.2,
    "driver_oos_rate_national": 5.51,
    "total_crashes": 2
  },
  "insurance": {
    "bipd_on_file": 1000000,
    "cargo_on_file": 250000
  }
}