Revocation - All With History
Dataset Information on carrier/broker/freight forwarder authorities that have been revoked by FMCSA. The dataset includes the DOT number and docket number of the entity, the type of authority revoked, and the reason. See dataset attachment "FMCSA Dataset Description and Data Definitions - Select Datasets" for more information.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-transportation-gov/revocation-all-with-history-sa6p-acbp\".\"revocation_all_with_history\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.