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

4 rows where cert_number = "72-A-0187" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
9d78e77edef284cb Cheryl Fulghum 72-A-0187 2019-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgikN&d=%2Fa%2F3d000000pSNh%2FlbkrrKzlXT8TvJGv.RSFbUpUOQK5xH1.nQtSp9pu808&asPdf=false  
1264af2d6562c6dc Cheryl Fulghum 72-A-0187 2018-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi9m&d=%2Fa%2F3d000000pjC1%2FKb8_9rIxN5H099.EbDDgRpqQ9VTsKyWdigZeQanI4kk&asPdf=false  
862e599322c4a7d6 Cheryl Fulghum 72-A-0187 2017-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgicK&d=%2Fa%2F3d000000pklJ%2FpwJ9r4_qXC6ezVIBDGVIVlNeJ9Ouug9HSg5saO_eq3U&asPdf=false  
bfa64c321c5145e6 Cheryl Fulghum 72-A-0187 2016-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egegr&d=%2Fa%2F3d000000pSgx%2Ftpr8PhwPUNesRzlIeuH9uFTBwfvem.UL4VdVyrUECuA&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 35.438ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API