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 = "22-C-0128" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
d1ddb9d788506a54 TOWNSHIP OF MT LAUREL 22-C-0128 2017-02-06   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwGH&d=%2Fa%2F3d000000pUop%2FpvK5OzfUGXpJrBF4HN_fP9uDX.tLpxUWK8lhW7CtFzE&asPdf=false  
18c57bf9a50fbf53 TOWNSHIP OF MT LAUREL 22-C-0128 2016-10-19   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw4L&d=%2Fa%2F3d000000pn19%2FdYu8ieX0F2d71gpyP.rDQ3lYfR9hvMDbez4SrFBtNBo&asPdf=false  
6820133efd788665 TOWNSHIP OF MT LAUREL 22-C-0128 2016-08-01   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwFx&d=%2Fa%2F3d000000pWny%2FlbdOa4IdCsBtOoQB6YOWaPkZcQjavuTN3tvcte_CO_c&asPdf=false  
bcf48fd55bf2787c TOWNSHIP OF MT LAUREL 22-C-0128 2016-04-21   0 5 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwT0&d=%2Fa%2F3d000000pXTX%2FkFIFCQ1pxEGfifAYEPR428XN8xX7y7AQkuF45rxf5EQ&asPdf=false  
511d2cd1f9cc0027 TOWNSHIP OF MT LAUREL 22-C-0128 2015-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYAb&d=%2Fa%2F3d000000pl6d%2FgNsPGVxvOiFp1NIjNTcTOu0R_8WAHJUTvMES3paMrbI&asPdf=false  
5a47cc1764fef881 TOWNSHIP OF MT LAUREL 22-C-0128 2015-04-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWWa&d=%2Fa%2F3d000000pdiG%2FB479fFYhnsdEa.uu.5YiiBnJHNDrPA0SVMtFLD6C7_E&asPdf=false  
a3247413bb051f47 TOWNSHIP OF MT LAUREL 22-C-0128 2014-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYNJ&d=%2Fa%2F3d000000pdo2%2Fxg6bzhdXrzpSgaR_Z.nBiOi7VXcpK1azRRVUTZX4_60&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 224.601ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API