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 = "84-C-0120" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
dfd5bcefda6f3675 Amaizeing Farm Events L L C 84-C-0120 2018-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggPk&d=%2Fa%2F3d000000pmo6%2FBzgQAPV08UQdsrRli.XXf4BiPgkraQtdnhmOVXCs1yA&asPdf=false  
838c1829a83c9d65 Amaizeing Farm Events L L C 84-C-0120 2018-01-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYkt&d=%2Fa%2F3d000000pWjY%2FLd_zqogzUX.qio9nI7hYcfOT8hlXfswiNqEvnVOHssI&asPdf=false  
51e300c44e26caff Amaizeing Farm Events L L C 84-C-0120 2017-10-10   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVjL&d=%2Fa%2F3d000000poxM%2FPAPv8PxUhLa1xNU.eUikQPDFz_hV1dtFpIsEseCb1Ec&asPdf=false  
195b85a158968b52 Amaizeing Farm Events L L C 84-C-0120 2016-11-02   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnxem&d=%2Fa%2F3d000000pfwk%2F6iG2fElChzMTSEL_9XEYwFpcuEs05ArnYIYEjNt64f0&asPdf=false  
7e172bb950067998 Amaizeing Farm Events L L C 84-C-0120 2015-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcmZ&d=%2Fa%2F3d000000powP%2FIInVDc1_UcE0EP30xU9qJgx7y.w94uGBRjWqZYrqOnw&asPdf=false  
deee9a375908cbdc Amaizeing Farm Events L L C 84-C-0120 2014-10-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY33&d=%2Fa%2F3d000000pWTk%2FS2ZtpKT5yfU8R1hlYCYmJtGrca7AFR3O7xG5EALwQX8&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 230.382ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API