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 = "85-C-0040" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
105cd7be48f8d60e CENTRAL SUPPLY 85-C-0040 2017-08-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXWt&d=%2Fa%2F3d000000pjCP%2FhzU3bSGF2QpaoeyzlGVZwxdX2C8xQDW9GeCUaDBHsUo&asPdf=false  
a2c723e89054f466 CENTRAL SUPPLY 85-C-0040 2017-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaP5&d=%2Fa%2F3d000000pl9G%2FcPzm3rr.JPPIjaDdr357FBuzrJZzgh1rICKtqfTpT84&asPdf=false  
6332c6ec18069c38 CENTRAL SUPPLY 85-C-0040 2016-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egalt&d=%2Fa%2F3d000000poMG%2FCVOXEh7q2M9dZygvAqNHgkHlxJ.akCMbJZrmtrVhPf0&asPdf=false  
180fb85c485bc5c5 CENTRAL SUPPLY 85-C-0040 2016-09-14   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxOH&d=%2Fa%2F3d000000pSa2%2FXcLLRhe1YswNHdvcv9EuOW2osOq13O1vxToNj6QNgEg&asPdf=false  
fb7067c0f321eccd CENTRAL SUPPLY 85-C-0040 2016-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbeT&d=%2Fa%2F3d000000pjM4%2F7.NO5oYZMzNxt7G.w6eJPvfhzwHA5g.FG.lMi1q50sY&asPdf=false  
8936a4e3049d564f CENTRAL SUPPLY 85-C-0040 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZYK&d=%2Fa%2F3d000000pT5Y%2FLI2t0SovvXqi6HUCg4Xi22HbKhyvnHtyPTx9ilg4uOA&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 1383.566ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API