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

7 rows where cert_number = "55-B-0230" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_count, 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
997864dbe2d93ef4 David Leeds 55-B-0230 2024-11-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DY23A&d=%2Fa%2FSJ0000011zgn%2FGtwilvtn8PlqXZc8GrRmfZlcPj0SQoOxKympQqzzqf4&asPdf=false  
c137b611b02c9a62 David Leeds 55-B-0230 2023-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BIoYO&d=%2Fa%2F3d000002EGfF%2Fopu8bmip3ND.qPD1d0evd_x0OyY1znyqgJ.8dBzFOPk&asPdf=false  
d6e7cbbb134d7323 David Leeds 55-B-0230 2023-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000098z7g&d=%2Fa%2F3d000001RbaV%2FKXs6os5aSE2JLsfm4gT1.k7s.GjaBKsd2Z5QI.IR9S8&asPdf=false  
83911c3844f26e0f David Leeds 55-B-0230 2022-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awcfa&d=%2Fa%2F3d000000pcff%2FzRMGxARG02rkz4U3V0y1y1065TxWlbFx9Io8x9gMDWc&asPdf=false  
263aaa89bdf095b1 David Leeds 55-B-0230 2022-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V96Vx&d=%2Fa%2F3d000000pcfh%2Fvcbnwap_DD9i6Swxd0RQANBDeRXGWhjzvdmmxDrerAA&asPdf=false  
e243448b54264df9 David Leeds 55-B-0230 2021-05-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhFMy&d=%2Fa%2F3d000000pcfU%2FzglVOMU7AO3khRxkn_O4G7kRdTuD1wfdHm066TJwsYg&asPdf=false  
0a011b9b96f9b65f David Leeds 55-B-0230 2020-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyPA5&d=%2Fa%2F3d000000pmvk%2F6sqKFB9ooacAO90yHYGju7QINUDS4HT9bX8W.2ruoZY&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 34.447ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API