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 = "56-C-0260" 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
5c4abee294627f1c BOONE HALL PLANTATION 56-C-0260 2017-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgepI&d=%2Fa%2F3d000000pXBQ%2FFG.t_6tMrgv_vp01zwbjwp.Wv27D4cvywkr1p8yUGFk&asPdf=false  
ef923942b7cdbc20 BOONE HALL PLANTATION 56-C-0260 2016-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egghv&d=%2Fa%2F3d000000pU7x%2FTOquLj78EhI0uB71DDJKaKTDNZ0iY4m5wfwW5_vKg0M&asPdf=false  
46c27c2342979c7e BOONE HALL PLANTATION 56-C-0260 2015-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggIt&d=%2Fa%2F3d000000pi9X%2FJ7HcxiXk07HQMMa3dqlvdxm_P_a.RTW68sBsv2KEXXw&asPdf=false  
81d3ef317c0cf30f BOONE HALL PLANTATION 56-C-0260 2015-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmIt&d=%2Fa%2F3d000000pfqQ%2FyRUXHo1iM1Mff8uTB750T.Ra.49tacWjKaGpbAOEtAg&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 5.04ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API