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 = "56-C-0251" 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
0a97a97aca76f8eb DORIS LANNON 56-C-0251 2021-11-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Omp&d=%2Fa%2F3d000000pfKD%2FIvqEJlIuAph8AMlNYF1OVNbEtmtcxUJwYpFRGEmG3hM&asPdf=false  
de1acfc77635e7d7 DORIS LANNON 56-C-0251 2021-02-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESSFR&d=%2Fa%2F3d000000pRy2%2F1Radc2q9oIQu5anWNrT3caiX7vQt23AOWcDzebLHoVQ&asPdf=false  
bee0f4c8b6bcd68b DORIS LANNON 56-C-0251 2020-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ5p&d=%2Fa%2F3d000000ppEU%2FerC1N7JjxIHpBtWGSdGTL4ZdOcQJwXHadgYhfhHF0GY&asPdf=false  
d6e3b3b9c985cbca DORIS LANNON 56-C-0251 2018-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ4p&d=%2Fa%2F3d000000pi8l%2FqyWIjc8WXnhDkILqpF7zjf01TgsSgDPmtntqkH0Fub4&asPdf=false  
a7c230593a8af38c DORIS LANNON 56-C-0251 2017-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXew&d=%2Fa%2F3d000000pl7U%2F1OebZYNhiTnp21nsNKch4vU1fdb095p_lpNIV7erCzg&asPdf=false  
d9accdd1c20c35aa DORIS LANNON 56-C-0251 2016-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZEI&d=%2Fa%2F3d000000pfb4%2F1AlUmkDWE8YwhjEiPScZG6oAGaNpEWG9eHoPMSdR4HI&asPdf=false  
3dbf3a7597947f6c DORIS LANNON 56-C-0251 2016-08-02   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWK2&d=%2Fa%2F3d000000pl26%2FmtKUBhPo95EqLdrEDb1.P21NkP_Wv9mupRjiU0Qhc3U&asPdf=false  
cb6cd111240060f4 DORIS LANNON 56-C-0251 2015-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYG5&d=%2Fa%2F3d000000pSO2%2FKqUkchxSQ4r_vUTq9ZEOkhb0ZbP8HXWKnBjLBSDzW9o&asPdf=false  
c128f079a24ad5b9 DORIS LANNON 56-C-0251 2015-01-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXYT&d=%2Fa%2F3d000000pSvy%2F2Ny_BczEJULRQyDWGLfJnKBt7VEOuc_EC_FrDg9K8rQ&asPdf=false  
103292004803b0b5 DORIS LANNON 56-C-0251 2014-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egad5&d=%2Fa%2F3d000000pkSj%2FjGan5xucu.0SQI7TADyZbCN1134pWE4i_K3UTQvIyVs&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 4.447ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API