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 = "32-C-0230" 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
a9eb1325d673527d SANDFIRE FARMS INC 32-C-0230 2018-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggpg&d=%2Fa%2F3d000000pdiV%2FztfgMbEmYcgvhPGTKCpQ2hire1yPlqRLBCNfcDF1tDo&asPdf=false  
497f015ca2769ad1 SANDFIRE FARMS INC 32-C-0230 2017-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdxp&d=%2Fa%2F3d000000poW9%2F3TDJ5YX0AZSwuPBgYK1NoYAi0QaOSy9vmKUacXxLmLE&asPdf=false  
8500a7bf6e23cccc SANDFIRE FARMS INC 32-C-0230 2016-03-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXiH&d=%2Fa%2F3d000000pWRe%2FzRYHSoEXwA3_t02vnjCMwvlmBLsQ8uTa70UaEBt1Spo&asPdf=false  
bde8f731c1c9635f SANDFIRE FARMS INC 32-C-0230 2015-12-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcVX&d=%2Fa%2F3d000000pn0D%2FlEO1FdtSf1CivM26VfoSjrTeYyLBd_L4tghgCVxDzPs&asPdf=false  
ca1cf4db605343e1 SANDFIRE FARMS INC 32-C-0230 2014-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggjl&d=%2Fa%2F3d000000pX39%2FZpbSFxtTszZQqiABv43ixKd50UA2W_VVAGDToAJBv5w&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 469.28ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API