G

Govparse · Feeds Carrier Analytics

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

What does the full FMCSA carrier census look like, carrier by carrier, with authority and safety context attached? Bulk analytics feed in USDOT order: legal/DBA name, operating status, authority statuses on file, active insurance filings, safety rating, SaferGrade score, 24-month SMS inspection/out-of-service/crash summaries, fleet size, and address — flat rows, cursor-paginated up to 1000/page, filterable by state, minimum fleet size, or census add date.

Endpoint

GET https://api.govparse.io/v1/feeds/carrier-analytics

2

Calls / 30d

1

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/feeds/carrier-analytics", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/carrier-analytics?added_since=2026-06-01&min_power_units=10&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "FMCSA Company Census in USDOT order with authority, insurance, score, and SMS summaries joined per carrier",
  "feed": "carrier-analytics",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJ1IjozMDAwMDB9",
    "returned": 500
  },
  "query": {
    "added_since": "all",
    "min_power_units": 0,
    "state": "all"
  },
  "rows": [
    {
      "active_authorities": 1,
      "add_date": "2000-03-20",
      "as_published_date": "2026-07-18",
      "authorities_on_file": 1,
      "authority_statuses": [
        "Common:Active"
      ],
      "bus_units": 0,
      "carrier_operation": "A",
      "crashes_24mo": 41,
      "dba_name": null,
      "driver_oos_total_24mo": 9,
      "entity_type": "CARRIER",
      "fatalities_24mo": 1,
      "hm_ind": "N",
      "injuries_24mo": 12,
      "inspections_24mo": 412,
      "insurance_active_filings": 1,
      "legal_name": "TYSON FOODS INC",
      "mc_number": "150096",
      "mcs150_date": null,
      "operating_status": "A",
      "phy_city": "SPRINGDALE",
      "phy_country": "US",
      "phy_state": "AR",
      "phy_street": "2200 W DON TYSON PKWY",
      "phy_zip": "72762",
      "power_units": 3009,
      "prior_revoke_flag": "N",
      "safergrade_grade": "B",
      "safergrade_score": 87,
      "safety_rating": "S",
      "safety_rating_date": "2010-03-02",
      "total_cdl": 3350,
      "total_drivers": 3400,
      "truck_units": 2977,
      "usdot": 299087,
      "vehicle_oos_total_24mo": 61,
      "violations_24mo": 388
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services