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

6 rows where cert_number = "47-C-0058" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
ecca7259719e5860 Education Service Unit #3 47-C-0058 2019-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaJT&d=%2Fa%2F3d000000pWch%2FPVid1WGMO57S21pfbGOAqfUYdGqPvDpBjKXmH7uZXVQ&asPdf=false  
7d34234d104f357d Education Service Unit #3 47-C-0058 2019-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcMt&d=%2Fa%2F3d000000pkws%2FUWzCs74RN_rlez4WO_tMZjVMFl_8KTYCBr8KVe83erk&asPdf=false  
70e3f2697df74779 Education Service Unit #3 47-C-0058 2018-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ19&d=%2Fa%2F3d000000pXDo%2F5.ysBKEsF4ygNfbsr9r26Lh62OpyT.2JZ5Twf.ao3nI&asPdf=false  
e4d5d74fe4955c32 Education Service Unit #3 47-C-0058 2017-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZxS&d=%2Fa%2F3d000000pjmK%2Fsmc8VmWN7h5hERRHww.btI6_yt36ICt6V5wWP9YHvmY&asPdf=false  
eec87698b41d7721 Education Service Unit #3 47-C-0058 2016-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbCG&d=%2Fa%2F3d000000poEW%2F7Y4mP9pL.Rb6JgkdGdq1Qjj3Tb2rwI.gqrXUTnQmIRs&asPdf=false  
92d76d294e966239 Education Service Unit #3 47-C-0058 2016-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZeo&d=%2Fa%2F3d000000pbgL%2FqjG7YLbKyEZ9YFeWVRLHmH4F31.PBk8xIJ3abzXs4Bc&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 22.338ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API