FreightGuard
Freight data API
732,580 freight entities live

Know the carrier before you fund the load.

One API for FMCSA authority, SMS safety, fleet, crash, environmental and federal contract data—normalized for factoring, insurance and freight platforms.

716K+

SMS safety profiles

$8.6B

Federal awards mapped

7 APIs

One normalized schema

api.freightsguard.com

GET /api/data/search

?type=carrier&state=TX&minUnits=25

X-API-Key: fg_live_••••••••

{
  "results": [{
    "dotNumber": "1843912",
    "legalName": "LONE STAR FREIGHT LLC",
    "entityType": "carrier",
    "fleet": { "powerUnits": 64 },
    "safety": {
      "rating": "Satisfactory",
      "smsAlerts": 0
    }
  }],
  "pagination": { "total": 18423 }
}