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 = "42-A-1382" 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
aa937fc31c0aa60f Colleen Beatty 42-A-1382 2017-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk1H&d=%2Fa%2F3d000000pgjb%2Fd3ThG_bR6T9zoFwFsWXGtgujSbewi9NIAczY5l_G3D4&asPdf=false  
cc552b596214897b Colleen Beatty 42-A-1382 2016-09-22   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglzA&d=%2Fa%2F3d000000plPw%2FV6o9tWMMgGCfIn8YsK7U2G0q7I2_csK5FiuVSur8mdk&asPdf=false  
1c7909bb52e62d60 Colleen Beatty 42-A-1382 2016-07-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcVe&d=%2Fa%2F3d000000ploD%2Fpza7qqYhmLkhfA2RQFUpDJ8EQxi9MIHMo9nKD0wjqkA&asPdf=false  
566a34060901e5ca Colleen Beatty 42-A-1382 2015-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkpW&d=%2Fa%2F3d000000pfvW%2FW1WmCHLaAQkmPOxiXj6imRzOPJKpwMC6LpMWNmOOX6I&asPdf=false  
984be090ee1a2d01 Colleen Beatty 42-A-1382 2015-07-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfVW&d=%2Fa%2F3d000000pldV%2FTPvgaQ5iGj0HTbcTtbLvBmU5aw92XzLqfUgEn6nCcuE&asPdf=false  
8a8353f67dd5795c Colleen Beatty 42-A-1382 2014-04-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZwT&d=%2Fa%2F3d000000pUBU%2FmDGiQlP5OKYN.6d4.pfmou5N0GtB4UOfpGKg.zgKzWw&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 3.987ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API