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

10 rows where cert_number = "21-C-0329" 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
246fefeb1742949a Bernadette J Hoffman 21-C-0329 2025-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MwHOw&d=%2Fa%2FSJ0000027ozp%2FdGX7E46wor.DJkfW6f.8hEa1xZ578pn9Z3OiVRSPlXg&asPdf=false  
8c7bf464fd45a7d2 Bernadette J Hoffman 21-C-0329 2023-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BHN2Y&d=%2Fa%2F3d000002DqhF%2F3XMORiYIChq7n3y6wQMDKZP8PUau7E3qS43m5GzXDEo&asPdf=false  
0b8f9f975e07cf58 Bernadette J Hoffman 21-C-0329 2023-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009O0qT&d=%2Fa%2F3d000001YNSC%2FlPx7.JwhiGbRIU1EQSeSS721U9M.V_ToDDmPxhZQ5UY&asPdf=false  
750d49d05e1155c9 Bernadette J Hoffman 21-C-0329 2022-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V92Cw&d=%2Fa%2F3d000000pgv8%2F4kRIq0SZ7asusfCY9sAd3pIpTIFqoVcGIk8C9qzMmuE&asPdf=false  
7fa006130f398527 Bernadette J Hoffman 21-C-0329 2021-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NEDTQ&d=%2Fa%2F3d000000pdP9%2FJu_opkCbik98SiPbxliJPZvxd_Nx.sDDTyFxWWdszwg&asPdf=false  
0618c10291a674e0 Bernadette J Hoffman 21-C-0329 2020-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbJY&d=%2Fa%2F3d000000pS0U%2FWgliLbNGefjGUKkaKKP7a8WdupG3DNrKouV06aMgDTE&asPdf=false  
61e3d7a7ca1980cc Bernadette J Hoffman 21-C-0329 2018-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egazg&d=%2Fa%2F3d000000plcI%2FwfGuqgPw6B0qwPyHwMrcV1EdNz3XcuDqVWnTgZKcKcc&asPdf=false  
a6bf156ba931bd84 Bernadette J Hoffman 21-C-0329 2016-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcL3&d=%2Fa%2F3d000000plPm%2F4J606Q4.dmUGhdpfzIZ753oDuibEzXCiTuwRc9FLnKM&asPdf=false  
fcd46ac63fd95d8a Bernadette J Hoffman 21-C-0329 2015-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbxM&d=%2Fa%2F3d000000pnus%2FzS8ZI0QuNAzq1FkGiD_RyRLQs4vbUiBMeIhljb0rbrU&asPdf=false  
ef36d7d978e4d5bf Bernadette J Hoffman 21-C-0329 2014-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcFA&d=%2Fa%2F3d000000pf2Y%2F7IghschpGBhhWTnsSfW.JZNqioIIEv2OIIypOtofL18&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 3.588ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API