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

10 rows where cert_number = "32-C-0178" 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
0028ac8c98466cea LAVERN YODER 32-C-0178 2017-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghG2&d=%2Fa%2F3d000000pdOP%2FTartNJt.Zz.l57bkQNjDDc3jCXl0ntNOIVRlN_.8rQ4&asPdf=false  
ce1a8706db4224df LAVERN YODER 32-C-0178 2017-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWNr&d=%2Fa%2F3d000000pSTP%2F1PmSl5qWaaage2.eNxqYmuc2OJIIh8uGFA6EshOMre4&asPdf=false  
05563e4c0e84a76c LAVERN YODER 32-C-0178 2017-08-02   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW1I&d=%2Fa%2F3d000000pjkC%2F03riN.KvR2u42ivugAozweskHERXlI9ZHqxTJp7enNw&asPdf=false  
9d893c8672641025 LAVERN YODER 32-C-0178 2016-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcR5&d=%2Fa%2F3d000000pRas%2FAz4qbK1p2v2zGfl2NkP97LbZbd3mAVaMFaRwOu0_vRQ&asPdf=false  
67b06bb963772e22 LAVERN YODER 32-C-0178 2016-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWPO&d=%2Fa%2F3d000000pTNG%2F6g1v3eszJcgMC.DOb1K.rWelW2hLe8mm5184aK7gc_k&asPdf=false  
2d94b2f59957f35a LAVERN YODER 32-C-0178 2015-12-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeC5&d=%2Fa%2F3d000000pnjM%2FST1Ea80O4yBFDDgvflFbt1kY3t1.aXoWJODSHs.hQ.c&asPdf=false  
aac216ccd5821052 LAVERN YODER 32-C-0178 2015-07-27   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwuA&d=%2Fa%2F3d000000pgm7%2FhhslVmNHhMdDzR8cGTn_1oBAYxzpcErqWmkphpf4phs&asPdf=false  
38973d2c80d11628 LAVERN YODER 32-C-0178 2015-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcYb&d=%2Fa%2F3d000000pnpd%2FmfoSpDraZjecQzHf.M.LjXDPQ5gcoNTPC4.Jk1.cf2k&asPdf=false  
0cad90bc4a329a76 LAVERN YODER 32-C-0178 2014-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWOK&d=%2Fa%2F3d000000pSw6%2FYWMVtqLXh1jUUxLzneqvZpVzaYh6EJjB1g8aklTB5Yk&asPdf=false  
96adb29e9e37d1ba LAVERN YODER 32-C-0178 2014-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egggz&d=%2Fa%2F3d000000pTP1%2F4I7_p86leegePtVtT8wNWFliXczm4oOaoNI124hdPbs&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 25.605ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API