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 = "21-A-0173" 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
874de92416b805f7 Chester Sauder 21-A-0173 2023-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BP0ee&d=%2Fa%2F3d000002Fzej%2FA.JwPrVf4keBsIQQxTRqClt9DpeUvS6g5uGr2d4x0uA&asPdf=false  
ee11cebe91c9966f Chester Sauder 21-A-0173 2022-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx4E7&d=%2Fa%2F3d000000pgNC%2FPaUMqtOC_KHPHNtsOvksdwq7Qdwb7P3Fsd50W30UjQI&asPdf=false  
1176cb0595372c53 Chester Sauder 21-A-0173 2021-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhMw0&d=%2Fa%2F3d000000pgOi%2FOSn7VVD.Nmd4KPLZJbmnt9X56t_Csqmbk_2Jc2yX_EI&asPdf=false  
f9be880431a36e89 Chester Sauder 21-A-0173 2019-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghVJ&d=%2Fa%2F3d000000pgNM%2FdtkVVa5ARlDo0FXYd7K.mYotcJztRw1Q6TuLYIOvfw0&asPdf=false  
44119310010d11ff Chester Sauder 21-A-0173 2018-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghXO&d=%2Fa%2F3d000000pgNc%2FHght7c6pQ9cZuJcNeG0L3VmapiJ2qVR7H1lbM83bjEk&asPdf=false  
8fa6186c089fe27f Chester Sauder 21-A-0173 2018-01-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXfp&d=%2Fa%2F3d000000pgOS%2FCz1mI0g_OlfIRg02MhnHfwG0AwazF9OOSiZcdJpJ9Rc&asPdf=false  
92f603457e9a24a3 Chester Sauder 21-A-0173 2017-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggFF&d=%2Fa%2F3d000000pgNk%2F7iylsMvclKyYwzmf_e4DOJH5lWDpO1kQTNiQWT8201U&asPdf=false  
4cc766af76f0f62c Chester Sauder 21-A-0173 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiUz&d=%2Fa%2F3d000000pgO2%2FVOkP94BqzOePu_pbgf5UEG3mEzDXqyRoSBOSfI9M4hI&asPdf=false  
535a59f04dbe902f Chester Sauder 21-A-0173 2014-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkwH&d=%2Fa%2F3d000000pgOO%2FKEDPMy6BT92MVZbaAWWpdBcSgXJQL0BMYORDsIakJAI&asPdf=false  
98348ccbfcd7a64b Chester Sauder 21-A-0173 2014-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egblj&d=%2Fa%2F3d000000pgO6%2FrQfBH2cwTWYcDS3C9ke3Z7H7jpeeLWAAW0y_t2Qqk44&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 148.389ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API