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 = "92-C-0178" 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
43b60633bc6222b3 JESSI CLARK-WHITE 92-C-0178 2021-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMlWo&d=%2Fa%2F3d000000pRto%2F4l48Ec2NkrDm9BIAFF0WnScHz6SoTdGEjycNSrbQ3Vo&asPdf=false  
e9ae7d9113526146 JESSI CLARK-WHITE 92-C-0178 2019-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egky1&d=%2Fa%2F3d000000pkZR%2FZzN3grmFAOdPKJNweU9WA5pS2MCmWRRrOcan_axMIxM&asPdf=false  
8b1e0dac23d3d964 JESSI CLARK-WHITE 92-C-0178 2018-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFY&d=%2Fa%2F3d000000poPW%2FaDEqNRt7AtIoUxOf2k9YLbiLLhBOgjFG7iATWV5MnS4&asPdf=false  
761fdd22dbacb503 JESSI CLARK-WHITE 92-C-0178 2017-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkmo&d=%2Fa%2F3d000000pkFc%2F3lFbDnkyX9M8cBHsO.1zzKqHbBYHlsiIT.FtpmlL4so&asPdf=false  
4511964298583ae6 JESSI CLARK-WHITE 92-C-0178 2015-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglVa&d=%2Fa%2F3d000000plDi%2Fon1uB_AhnPTUjYI4MiPtA.SfhOt8EiXphf5QUFarrCE&asPdf=false  
5aac75c4bd222538 JESSI CLARK-WHITE 92-C-0178 2015-06-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghOs&d=%2Fa%2F3d000000pSBn%2FNDCvLGIvoHEH61insATJhQt1GehzA2uUL2Rf9UzhKqY&asPdf=false  
5767ae5585c30f2e JESSI CLARK-WHITE 92-C-0178 2015-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglls&d=%2Fa%2F3d000000pmFK%2FqRrG6WLwLPtzcoZwd7zYHYzTTqtyNhHKldFzwyeDzZI&asPdf=false  
329f1c2411a0d118 JESSI CLARK-WHITE 92-C-0178 2014-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl9D&d=%2Fa%2F3d000000pkBJ%2FXe2tNIHFnUlK.zVIogY6o.phcR4EPpk4uUYJ1bHCsbY&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 225.448ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API