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 = "42-A-1520" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
956da632f423525c DAN MAASSEN SADIE MAASSEN 42-A-1520 2019-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf6J&d=%2Fa%2F3d000000pata%2FeOnrra5Lp_C.vpwbJ2r6hBW3Fb1tM2qzxgC96gRUuiE&asPdf=false  
c1bb237ad1566273 DAN MAASSEN SADIE MAASSEN 42-A-1520 2018-04-11   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfNq&d=%2Fa%2F3d000000pksQ%2Fq6IL_alua9zNVVvVQw.FZyM17b9pZyaPJEZT3Nx5.9Q&asPdf=false  
b7d7c01d1ca04e67 DAN MAASSEN SADIE MAASSEN 42-A-1520 2018-03-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdLU&d=%2Fa%2F3d000000pjvU%2FPe6iD2ZB857GcMB64mmrDEANZg9CaQLHCc80tRoGsxg&asPdf=false  
f9871bc9b4918fa1 DAN MAASSEN SADIE MAASSEN 42-A-1520 2017-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfIR&d=%2Fa%2F3d000000pk0p%2FznvtF6T1OVmhMqDVuAlpmHyAmOWq3b4M6AAT1AXPpmM&asPdf=false  
3745b4129c5f71b0 DAN MAASSEN SADIE MAASSEN 42-A-1520 2017-03-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfrQ&d=%2Fa%2F3d000000pkPK%2F83AmxfWrkm1ShHZMSXKMCZnPX_IWVvcBL79Ngj6Vbtw&asPdf=false  
e89464711b33e2e6 DAN MAASSEN SADIE MAASSEN 42-A-1520 2016-05-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYkX&d=%2Fa%2F3d000000pT88%2FlEQVgpgH89Ucv1TO6axi_dywz20CMHmRUM3ormmVUEk&asPdf=false  
692265b19b17619a DAN MAASSEN SADIE MAASSEN 42-A-1520 2015-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZjE&d=%2Fa%2F3d000000pf2C%2FiaLzYJxdXEhB9RaO0_7uas6NMbGD_0bDbtlCfFLtLko&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 844.605ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API