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 = "57-A-0209" 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
e551dad826ba8937 KATHY WADE 57-A-0209 2021-07-13   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMZ9J&d=%2Fa%2F3d000000pn73%2FjrUCqtrRQGy1.dJryWwcUNzetECoRkyWAHGGnssiGgY&asPdf=false  
37f96dd731d2187b KATHY WADE 57-A-0209 2019-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjtB&d=%2Fa%2F3d000000pdZE%2FfOyjdelC0DaPwFbzerrIbaPfaNjLNuLVGEZCOiBIJ9o&asPdf=false  
6ff9931f1a6ae595 KATHY WADE 57-A-0209 2018-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjN8&d=%2Fa%2F3d000000pf72%2FQAiOviOYpce0OtJ31dmarvW_SivHOyh2zdBDWnClP8g&asPdf=false  
52f8d7c188924956 KATHY WADE 57-A-0209 2016-12-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXde&d=%2Fa%2F3d000000pmfc%2FzM5Roe6dkN.WGGYwZ11_glGOcuvyG33K.M_HVsHNLfY&asPdf=false  
af55237e90aeb586 KATHY WADE 57-A-0209 2015-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl7b&d=%2Fa%2F3d000000po7S%2FGZZ6C.cO046sXRhYzSo8br3ghwOP8.jEhiSSE2rTUO0&asPdf=false  
bda90290a51d3587 KATHY WADE 57-A-0209 2014-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZjy&d=%2Fa%2F3d000000pk2e%2Fz8GbQ6NKfUrA_wCMrqQhYIXU_222wLkHzQ6GgtXLN64&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 406.367ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API