ToolAssay

What does the full FMCSA carrier census look like, carrier by carrier, with auth

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.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$25.00listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

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

CategoryEverything else
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "added_since": "2026-06-01",
    "min_power_units": 10,
    "state": "TX"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "added_since": {
          "description": "Only carriers added to the census on or after this date (YYYY-MM-DD) \u2014 the census carries no per-record modified date.",
          "examples": [
            "2026-06-01"
          ],
          "type": "string"
        },
        "cursor": {
          "description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
          "examples": [
            "eyJ1IjoxMDA1MDB9"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Rows per page (default 500, cap 1000).",
          "examples": [
            500
          ],
          "type": "integer"
        },
        "min_power_units": {
          "description": "Minimum fleet size (power units).",
          "examples": [
            10
          ],
          "type": "integer"
        },
        "state": {
          "description": "Physical-address state code(s), CSV.",
          "examples": [
            "TX"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON