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 = "85-C-0027" 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
e2857064add11ee4 DEIRDRE WOLF 85-C-0027 2019-09-10   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggpq&d=%2Fa%2F3d000000paa9%2FJj9VbFN_RQ3kG4qhBQ9mAX_mdotaD7.lewCF4OYID5U&asPdf=false  
6a44a02de8e72144 DEIRDRE WOLF 85-C-0027 2018-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggt5&d=%2Fa%2F3d000000pfST%2FlBRpRHxSM701zdzhVvKjSa42pCEg9jO4cW9leYPdVCA&asPdf=false  
133eb5153bee82f8 DEIRDRE WOLF 85-C-0027 2017-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egglp&d=%2Fa%2F3d000000pnah%2FOP4Jq2QmHdw6b_ryMeei23xDfpFoGIL7V_tjHecWaJk&asPdf=false  
29899e1f75f2567f DEIRDRE WOLF 85-C-0027 2017-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi98&d=%2Fa%2F3d000000pWmt%2F1jzekvVPPslV7KWXyXxF2RfergGE6_RE6IPrcXevER8&asPdf=false  
f9976838257ea533 DEIRDRE WOLF 85-C-0027 2016-04-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYOn&d=%2Fa%2F3d000000pasF%2FbX0WK2vTE2zIzaaaBDNxijsiy3wM4CVErGUVb_V.aog&asPdf=false  
8714419b792de016 DEIRDRE WOLF 85-C-0027 2015-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggxp&d=%2Fa%2F3d000000pfQH%2FWXCH4CNJKb5JqXFd53NykHZFLiBElznIRAH7j7K9nd0&asPdf=false  
7e6c7f03b5f979c9 DEIRDRE WOLF 85-C-0027 2014-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghYq&d=%2Fa%2F3d000000pi5B%2F8JRyi89vnp_PyTQgNV9Sn_dqfQqcF5uoCreXezO68kI&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 324.295ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API