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 = "74-R-0224" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
e9d0bcec95af9a16 Sebastian Bol 74-R-0224 2020-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOm&d=%2Fa%2F3d000000pb5e%2Fa5vJJmVeMqhFITJWPXGdFeHc.P7K_WNA7nHdErb_H.A&asPdf=false  
8872b4ae5825408f Sebastian Bol 74-R-0224 2019-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnOs&d=%2Fa%2F3d000000pbcN%2F5MNQs2vUMxLgKfrd6J5tOejtEtuLq9EHN9YF5HHvYjE&asPdf=false  
574e90cc6413966a Sebastian Bol 74-R-0224 2019-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglAV&d=%2Fa%2F3d000000pmRG%2FCvcvWi37RCFl0CwwCXR_aWwnIhYETFjl5106ySp0pZ0&asPdf=false  
e2d562700e9ef14b Sebastian Bol 74-R-0224 2018-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoQl&d=%2Fa%2F3d000000pb5L%2F41ZozlG5Q.9bYWSp1ZiJHyvSCOXlSr7EB9KTegYJFIA&asPdf=false  
adcadc3dc37b0f0f Sebastian Bol 74-R-0224 2018-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglQ3&d=%2Fa%2F3d000000pak2%2F_jX2lzT1D0jb4Vl4kjDjQVlet5C3pngbGg03sR5.2GE&asPdf=false  
aa5b9ab76e7a3d0c Sebastian Bol 74-R-0224 2017-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmuu&d=%2Fa%2F3d000000pmAJ%2FLN6RVadI09W3bMyPwm11zGrxkAL.7Vx2.SR5Z99jQYs&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.814ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API