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 = "52-A-0161" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
ddbb24d2b152fd84 Land of Promise Farms Partnership 52-A-0161 2023-03-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000088mH6&d=%2Fa%2F3d0000017H8n%2FHTYLp3SBEniPegPMR4xpTRKspiEytES0S3yR7Jq9nIc&asPdf=false  
de6ed21f766a6282 Land of Promise Farms Partnership 52-A-0161 2022-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxNQG&d=%2Fa%2F3d000000phhn%2FIJ6JGRhhMDzz86RERFzxQ3FLadbPqi3HVDfy1RBPPeY&asPdf=false  
22230887e079bfc8 Land of Promise Farms Partnership 52-A-0161 2022-04-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwcWZ&d=%2Fa%2F3d000000phhP%2FN.J.cSA52eFels_XPvVcueJv1ekuuOtiYr33a51FcMg&asPdf=false  
6d534e13f3362a9d Land of Promise Farms Partnership 52-A-0161 2019-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfrr&d=%2Fa%2F3d000000phhD%2F9lrwz.62VBEifrATTmwfd6lMaExGFuah3B7Uj8mpgww&asPdf=false  
722caa4dcd2e0083 Land of Promise Farms Partnership 52-A-0161 2019-03-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egic7&d=%2Fa%2F3d000000phgs%2FsKg8b2WJZMB8KzpqDMwFPhWGFQfDlBtclGVywo1zoSw&asPdf=false  
82ca7c54b8bca62a Land of Promise Farms Partnership 52-A-0161 2017-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfg7&d=%2Fa%2F3d000000phgy%2Fl6j0EQ_Wn51SkIvdb_.xZY8NDDfPXvzuh.RrqM5Khok&asPdf=false  
3991df4a4ae3dc10 Land of Promise Farms Partnership 52-A-0161 2014-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eged8&d=%2Fa%2F3d000000phgn%2FvAsZDOqMfdJaGUJsbJ8vYW3qypMHmmXl8mO9SXl8IqQ&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 6.098ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API