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 = "35-C-0373" 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
5ef3508a0b3b3894 GLACIER ROCK FARMS LTD 35-C-0373 2019-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcdQ&d=%2Fa%2F3d000000pb1a%2F5jB4OdhlQXHjYe9x16DFowuMUxD1NvRMJCWFSnFSXEg&asPdf=false  
2a892aae2fa8da86 GLACIER ROCK FARMS LTD 35-C-0373 2018-12-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeZX&d=%2Fa%2F3d000000poVv%2FxgOiwXSkUR1rRyqb98SWBBTQiyfXlhi5svqWgtezT7k&asPdf=false  
21e190f9676dfab3 GLACIER ROCK FARMS LTD 35-C-0373 2017-11-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXCh&d=%2Fa%2F3d000000poaK%2Fcsz6Y6jVAUgGKi92XfQ7h3r_xUy9MOPbwJq5L8UGcUU&asPdf=false  
81b30e1fa8362a2d GLACIER ROCK FARMS LTD 35-C-0373 2016-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egais&d=%2Fa%2F3d000000pRNH%2FbgedXMLXHQxwiGDsy_4Hds_L26xPQUFfFtUDGyPVk20&asPdf=false  
7a2e60ae773e1547 GLACIER ROCK FARMS LTD 35-C-0373 2015-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZvs&d=%2Fa%2F3d000000pjIj%2F5zYqRxuyK0QmAmWy1z7..Runb75c9h0LVPIPHbLxUXA&asPdf=false  
8653a34798d5f545 GLACIER ROCK FARMS LTD 35-C-0373 2015-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXbM&d=%2Fa%2F3d000000pWeU%2FKmwcuDXP7yYc3yRAEOLKn9S0OWI58Arj7_1rFbv6iV4&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 5.924ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API