Federal Motor Carrier Safety Administration website screenshot

Federal Motor Carrier Safety Administration

As the lead federal government agency responsible for regulating and providing safety oversight of commercial motor vehicles (CMVs), FMCSA's mission is to reduce crashes, injuries, and fatalities involving large trucks and buses.

1 APIs 0 Features
Federal GovernmentSafetyTransportation

APIs

Federal Motor Carrier Safety Administration QCMobile API

The FMCSA QCMobile API provides access to commercial motor carrier safety data including carriers, vehicles, drivers, inspections, and crashes. Authentication uses a WebKey pass...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Federal Motor Carrier Safety Administration QCMobile API
  version: '1.0'
request:
  auth:
    type: apikey
    key: webKey
    value: '{{webKey}}'
    placement: query
items:
- info:
    name: Get carrier by DOT number
    type: http
  http:
    method: GET
    url: https://mobile.fmcsa.dot.gov/qc/services/carriers/:dotNumber
    params:
    - name: dotNumber
      value: ''
      type: path
  docs: Get carrier by DOT number
- info:
    name: Search carriers by name
    type: http
  http:
    method: GET
    url: https://mobile.fmcsa.dot.gov/qc/services/carriers/name/:name
    params:
    - name: name
      value: ''
      type: path
  docs: Search carriers by name
- info:
    name: Get cargo carried for a carrier
    type: http
  http:
    method: GET
    url: https://mobile.fmcsa.dot.gov/qc/services/carriers/:dotNumber/cargo-carried
    params:
    - name: dotNumber
      value: ''
      type: path
  docs: Get cargo carried for a carrier
- info:
    name: Get operation classification for a carrier
    type: http
  http:
    method: GET
    url: https://mobile.fmcsa.dot.gov/qc/services/carriers/:dotNumber/operation-classification
    params:
    - name: dotNumber
      value: ''
      type: path
  docs: Get operation classification for a carrier
- info:
    name: Get out-of-service info for a carrier
    type: http
  http:
    method: GET
    url: https://mobile.fmcsa.dot.gov/qc/services/carriers/:dotNumber/oos
    params:
    - name: dotNumber
      value: ''
      type: path
  docs: Get out-of-service info for a carrier
- info:
    name: Get docket numbers for a carrier
    type: http
  http:
    method: GET
    url: https://mobile.fmcsa.dot.gov/qc/services/carriers/:dotNumber/docket-numbers
    params:
    - name: dotNumber
      value: ''
      type: path
  docs: Get docket numbers for a carrier
- info:
    name: Get carrier authority
    type: http
  http:
    method: GET
    url: https://mobile.fmcsa.dot.gov/qc/services/carriers/:dotNumber/authority
    params:
    - name: dotNumber
      value: ''
      type: path
  docs: Get carrier authority
bundled: true