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

8 rows where cert_number = "88-C-0190" 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
383e0c4369b77f3b FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2016-11-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwwx&d=%2Fa%2F3d000000pjQI%2FZaftXzuEDnFQBZ13cp_GMpFAY0blCOW4A7FMQNwY6Yo&asPdf=false  
f5dd7fa408205e1e FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2016-03-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx27&d=%2Fa%2F3d000000pTOr%2FhCCFQMfz3dNmF.TT7qMaVY4NiPt6qUUfBzd_fc07QlU&asPdf=false  
15a5392c8e332a46 FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2015-12-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwPV&d=%2Fa%2F3d000000ppPM%2FECIn683H5sAc9nlCFB2OO7_OkOnPT2mZE.Km_HdKOlk&asPdf=false  
8f87f46b0682f03a FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2015-09-10   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwOv&d=%2Fa%2F3d000000phz5%2FcPSn2Q2Bp2kJAYdpUwjSex4Y8WH_Jf6P72wl6VBxEWs&asPdf=false  
fb1bc53d037e6100 FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2015-07-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXcS&d=%2Fa%2F3d000000pfbl%2FD5tpqdXdPhAXxsxttfSXjx5oGXMcAkezCeYL6xIawlI&asPdf=false  
e5ed129220b01be9 FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2015-04-30   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwVV&d=%2Fa%2F3d000000pTAS%2F8b7q_OYHqElQs4K8ietHyfoors7vo4cP99o.N25UGWs&asPdf=false  
df96149029088ad0 FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2015-02-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAm&d=%2Fa%2F3d000000pWRJ%2FVZbE1VnjyS5YBnbVCjvXpUtU.fgrrvWF1mYJmjaKPbQ&asPdf=false  
751c5a6ef02ae9c5 FRIENDS OF ROOS-N-MORE INC. 88-C-0190 2014-02-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx5u&d=%2Fa%2F3d000000pWdH%2FzmBLyAoVX1Hib8pKaE2Cm3fjkSw7NB6Sx61.0t301lA&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 560.036ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API