home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

6 rows where cert_number = "73-C-0224" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
278453fc0e8ff9a7 Rockwall Exotics LLC 73-C-0224 2020-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyPYO&d=%2Fa%2F3d000000pkY8%2F0nPyTNegQdlvu8rNPciZP9H7bt2qIl54Qe77IL_JMsI&asPdf=false  
7c903fd898b4b1d8 Rockwall Exotics LLC 73-C-0224 2019-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXZU&d=%2Fa%2F3d000000pmv2%2Fq93_eC6cmdD.X7BhiLjht2vsL_cFUli7NJ75LzfvalY&asPdf=false  
191967c703aeb08c Rockwall Exotics LLC 73-C-0224 2018-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXxb&d=%2Fa%2F3d000000pdy0%2Flw7Nw1lCMQMnRg_QVaaHP6__LF29kYB9mstTx_5o3MY&asPdf=false  
e9569ac54b356f81 Rockwall Exotics LLC 73-C-0224 2017-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXkB&d=%2Fa%2F3d000000pi9Z%2FNUEZSu6Jlai7Pr2p8yRDf8RAy8W0Yba4nNsDM98D5eU&asPdf=false  
9c8fdb6abacd853a Rockwall Exotics LLC 73-C-0224 2016-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYCi&d=%2Fa%2F3d000000pm45%2FPDrsktlcFI8Ffjev5bzM0BJeYOHrDAMdtKoodVmm5QY&asPdf=false  
683f27216c16b103 Rockwall Exotics LLC 73-C-0224 2016-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWzX&d=%2Fa%2F3d000000pdoB%2Fazm8B1x3uKrhoy0f8F0WHlHCQ_VJCo4Q0mv5CgnnIg0&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 526.429ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API