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 = "48-A-2172" 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
9b80a1d46d6a66e7 Connie Fahey 48-A-2172 2016-08-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW3z&d=%2Fa%2F3d000000pRaT%2F_sFAtQ8X8_4ch2vJrYc46TFSG4eFKYVXGmCd3zBd7jc&asPdf=false  
044e3d3a9d7dd23e Connie Fahey 48-A-2172 2016-05-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeBd&d=%2Fa%2F3d000000pjgN%2FLUHmZm1I40mwyBRQm4pblHacFfPP7mjrgZCp_roZij8&asPdf=false  
5306744028168f6b Connie Fahey 48-A-2172 2016-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdYP&d=%2Fa%2F3d000000pS2r%2FQIUMzZooN2UztO.rzaxehVwlzSGo84G4r8zlwbmMCrA&asPdf=false  
96d9b3a631ab56a5 Connie Fahey 48-A-2172 2016-01-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb8M&d=%2Fa%2F3d000000pgiA%2FfdI6cWg0688ufChHNqmYci_ZTi83ihNJb6xEjHxvw7Y&asPdf=false  
2275dd8a3982679c Connie Fahey 48-A-2172 2016-01-06   0 2 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxQu&d=%2Fa%2F3d000000pX2S%2FGbTtXMvc.P2B8tfnOL8Sws93kx2I55kPOAgb2zIIptc&asPdf=false  
481cece273b47f4d Connie Fahey 48-A-2172 2015-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZGC&d=%2Fa%2F3d000000pftJ%2FHDJXAwum3fnPnyIHs4zigUGITWrSoZNkDFwTom0a.5s&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 325.786ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API