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 = "92-C-0187" 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
0c9922ff69b0aab9 AAA Animals 92-C-0187 2025-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Yb7Wq&d=%2Fa%2FSJ000003z2BF%2FVnBfr76BS2NkNsF4ey1Ca.nYZasBsX1NqCPXjfA8R4o&asPdf=false  
421881dc1867db96 AAA Animals 92-C-0187 2024-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004Zqkm&d=%2Fa%2FSJ000000GbDJ%2FsTw3m.Cla0_7sL8EMyAu40Zt5r6H3Ar2FQgVRtKEz88&asPdf=false  
6003d52136455deb AAA Animals 92-C-0187 2023-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ubLt&d=%2Fa%2F3d0000012siL%2FUHzl3.nNK68hGPoN.QepUk8dQ.Xx4Ld13s._7xdaOtc&asPdf=false  
6731ac795df1e3f6 AAA Animals 92-C-0187 2022-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywtf8&d=%2Fa%2F3d000000peH4%2Fn6styDoBV5hIwlGOgVhXZnjEyosWfmhMmRYF0wH1hxM&asPdf=false  
d9b6cd1d90cf5007 AAA Animals 92-C-0187 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Mw8&d=%2Fa%2F3d000000pevL%2Fl_9mqfHo1hPzqF_JFAe0pkMfnSFSz.WNbW6fdQv.jp4&asPdf=false  
93b8a150e893552a AAA Animals 92-C-0187 2020-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglQD&d=%2Fa%2F3d000000pksq%2FTqg8xzo9gESX7EWfR2VK_tWhg3WIDlhp0G5psN_WhFU&asPdf=false  
6aba7fff1fc61c07 AAA Animals 92-C-0187 2018-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnvr&d=%2Fa%2F3d000000pkLl%2FxD0Z_tBBbcb1MNvu.RSXYaoOfvagjXz4pnuuVMwbCVY&asPdf=false  
5f9ee112d55be25a AAA Animals 92-C-0187 2017-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZbO&d=%2Fa%2F3d000000patv%2FP2MmxPtujQSg5gUVGkIgttZUIB_n7Vv19ZiWFWLnS_c&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 1056.196ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API