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

5 rows where cert_number = "64-C-0238" 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
be5a35d69ccdef6f PATRICK STARR JR 64-C-0238 2019-06-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgagH&d=%2Fa%2F3d000000pnc9%2FWW26odNIwN47ufUHRBshGL9d7QLQs8pP1YQO6arxpTs&asPdf=false  
e68995874f18317d PATRICK STARR JR 64-C-0238 2018-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd3f&d=%2Fa%2F3d000000pS8H%2FJLEi4m2M3Jik1MBG8DUCrcV7bknqMgG1eO.pDzB.MqM&asPdf=false  
698fec89de7e52c1 PATRICK STARR JR 64-C-0238 2017-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZq2&d=%2Fa%2F3d000000pUox%2FQ5ockMd93Zxj_E5lyS8H8vH6pBmL6lO6aXuSan3ZCVs&asPdf=false  
a06d56c95226766a PATRICK STARR JR 64-C-0238 2016-12-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjf7&d=%2Fa%2F3d000000plz0%2FSqK8Uu4FX1tg68_Fva7hyECJMZHBUcTn01d8cBFtTMY&asPdf=false  
1056b0870aa72d25 PATRICK STARR JR 64-C-0238 2016-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgw&d=%2Fa%2F3d000000poOA%2FkAbZJMuFrOhFZO7hc.Im6Z6UbROQ88PJMKj1jet1bQQ&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 259.331ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API