N

Nibiashara · Shelf Carrier Authority Check

by Nibiashara

GETBase

$0.1

per call · USD Coin on Base

US carrier authority & safety check (FMCSA). Live federal FMCSA record for a US motor carrier: legal name, operating status (allowed to operate), authority, safety rating, fleet size, crash and inspection summary — with plain risk flags. The check a freight-broker or dispatch agent runs before tendering a load.

Endpoint

GET https://agents.nibiashara.biz/shelf/carrier-authority-check

1

Calls / 30d

1

Unique payers / 30d

Aug 23

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://agents.nibiashara.biz/shelf/carrier-authority-check", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agents.nibiashara.biz/shelf/carrier-authority-check?dot=44110" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "authority": {
    "common": "A"
  },
  "carrier": {
    "allowed_to_operate": "Y",
    "legal_name": "EXAMPLE TRUCKING LLC"
  },
  "flags": [],
  "found": true,
  "safety": {
    "rating": "S"
  },
  "verdict": "CLEAR"
}

Payment details

Pay to0x403b72e2edbc9db738e09d3064a6a54f8a027055
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Nibiashara & similar services