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

8 rows where cert_number = "74-C-0982" 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
5aa883fbb33ea036 Darren Peterson 74-C-0982 2019-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglKz&d=%2Fa%2F3d000000pUbM%2Fa4K28a2PLv3KT2Bt6z34y6m3rNu_Rp4pBcYkmPY5Rdg&asPdf=false  
5e1d77cb42df8db7 Darren Peterson 74-C-0982 2019-07-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghWK&d=%2Fa%2F3d000000pUgd%2FPcIGrLXK8qG1qp2uzHd5bD.mAQWj_Iwl8FIKXnZLONY&asPdf=false  
1bbfafd72acaadfb Darren Peterson 74-C-0982 2018-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglpE&d=%2Fa%2F3d000000pk0u%2FTentWbArMxkGYLce0BRaOyvMklzkQlUzERMPua_Vwhc&asPdf=false  
9173e2aa56402a54 Darren Peterson 74-C-0982 2017-09-21   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXMD&d=%2Fa%2F3d000000pjwg%2FSYA8Dq1F1KDxRO4dSYQZsj3GzAFheMfkke0aFzCulW0&asPdf=false  
2bfda7b0f99eec38 Darren Peterson 74-C-0982 2016-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmCK&d=%2Fa%2F3d000000pX7L%2FubpRCeobCW00rlPysrPqMM.0A_clohgpv2J.6wmvUNI&asPdf=false  
ad7405c9bdd09243 Darren Peterson 74-C-0982 2016-06-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiwE&d=%2Fa%2F3d000000plmO%2FnFD.QwNqlDhuRMIdwze69ob2Htrf_ulrFb4anFFkpZY&asPdf=false  
95776183bdbc8dfb Darren Peterson 74-C-0982 2015-05-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWWL&d=%2Fa%2F3d000000phuT%2FBalkntWiyBPpaXinJWj4d0yu_k6maaM4zXDCDu3.gBA&asPdf=false  
899a723e282b12fd Darren Peterson 74-C-0982 2014-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglPh&d=%2Fa%2F3d000000pdOX%2FhyLvXjK.JkTylQsBt2Vmsq7BvkrOgr51KLttzWGehaE&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 88.533ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API