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

9 rows where cert_number = "91-C-0149" 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
1c2204c6d92e1765 Patrick Gasseling 91-C-0149 2024-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DorRb&d=%2Fa%2F3d000002zNrO%2Fg68Iz6TT8yovyeC6cH5FFneljEGqSi5eonuzWVZcb9w&asPdf=false  
74741b62ed1e8616 Patrick Gasseling 91-C-0149 2023-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Afxoa&d=%2Fa%2F3d0000025cs5%2FyqLccsod9gFbRMNixhJmuJclpJqKrqufSHms73bYvSQ&asPdf=false  
ca96936f19baf916 Patrick Gasseling 91-C-0149 2023-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008TiEJ&d=%2Fa%2F3d000001De8Y%2FYwGRq3QdcYXhCfsMMyxNbcJSBhbw_3asuVq8pmet.TQ&asPdf=false  
8fff748bf8fede05 Patrick Gasseling 91-C-0149 2022-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxCt7&d=%2Fa%2F3d000000pbmU%2FG460aK59PqmmLIfpgMwJxKr3ceGjtcTsJtTNVEuMhng&asPdf=false  
e4197b785903d7b9 Patrick Gasseling 91-C-0149 2021-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Sw3&d=%2Fa%2F3d000000pbiX%2F34aWN96r3pxoK3D7x.nNHjw5QQx7goLr50PG5aFQ0mU&asPdf=false  
ede0c290d764cfee Patrick Gasseling 91-C-0149 2021-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EShf9&d=%2Fa%2F3d000000pemz%2FGCVhDCbMT9btKSimWgXoJISOK_0hKKK_1oNv1OyI39A&asPdf=false  
0ea3a4fc467ab564 Patrick Gasseling 91-C-0149 2019-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkUx&d=%2Fa%2F3d000000pbkR%2Fch4UWYE1CAIlkBiBxTfGotr4aiPi7l5xCH2rQx_fTko&asPdf=false  
ee80ea185d166d77 Patrick Gasseling 91-C-0149 2018-05-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXt&d=%2Fa%2F3d000000pbkm%2FdJ2vnpJoOS5iEWoFR.Yabnkw6qvGa6460q6ar8Gib2w&asPdf=false  
60697e8018f5eaac Patrick Gasseling 91-C-0149 2017-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf9n&d=%2Fa%2F3d000000pbl2%2FiCslbUCjZ7xVArih_KFdjnGXsJrDUQmyTLts0v5n4eU&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 218.304ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API