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

5 rows where cert_number = "43-C-0395" 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
fe87d4d0f7161f16 OL MAC DONDALDS FARM LLC 43-C-0395 2020-12-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERauz&d=%2Fa%2F3d000000pRlH%2FdWSfywpZP3znCr_BTGgmELuSmvKh7F4NVuiV022EkuU&asPdf=false  
36b6dc3cde92e26b OL MAC DONDALDS FARM LLC 43-C-0395 2019-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egica&d=%2Fa%2F3d000000pfPv%2Fqw9o2RodDeujDVv6oQwK0SKL0kFB4gIyeO6za37JBm8&asPdf=false  
4db30a8aa92caad5 OL MAC DONDALDS FARM LLC 43-C-0395 2019-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgenC&d=%2Fa%2F3d000000pmQq%2FY9p90iqEGOVW8htrCmdTdGEti1FpYN5MaqBRJNFNtzc&asPdf=false  
ea7ec349da9839cf OL MAC DONDALDS FARM LLC 43-C-0395 2018-10-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego17&d=%2Fa%2F3d000000pSwz%2FbyeW6ZxKFrVX4c55GAAhgDqIrWCDL3KtWr_Y58KQZy4&asPdf=false  
9d91b1c46b4d36e8 OL MAC DONDALDS FARM LLC 43-C-0395 2018-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY4R&d=%2Fa%2F3d000000pfWT%2FL.nVZCOXmmqh0eVwh9tXO_NomwMZfxSFv.quTdHTryM&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 4.462ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API