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

8 rows where cert_number = "74-A-1443" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
acc3fd04bd4ba73d Justin Dildy 74-A-1443 2024-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000H0qEZ&d=%2Fa%2FSJ000001N5T3%2FT9YpPJ6afxPrgveVaK4Gb4jga0gwonAvdSqV4kt1PxE&asPdf=false  
572a94c582b42872 Justin Dildy 74-A-1443 2022-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awrsY&d=%2Fa%2F3d000000pW8K%2FMIvW0XRwjsQctR.YopclBPcpg0DJcfSddWmaQehsZks&asPdf=false  
5811e26a8cd9a32a Justin Dildy 74-A-1443 2022-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Kp8&d=%2Fa%2F3d000000pW95%2FCRpWydR4wVJlfoxSxYAjx_HC5AXnZZuFLDn6BE.WROg&asPdf=false  
0c95aeba1b961f88 Justin Dildy 74-A-1443 2019-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbhF&d=%2Fa%2F3d000000pW85%2FaFx_S02vttBoYCRsO8xsLbUWT1lm2ghmvVDyjWT7CCQ&asPdf=false  
658307c0e844b55d Justin Dildy 74-A-1443 2017-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYfT&d=%2Fa%2F3d000000pW8i%2FjVLuY8I0iWkVvkbooljSA7J_2G.wdR6qyT3JaYoI8cc&asPdf=false  
16d0525e9cdae0ea Justin Dildy 74-A-1443 2016-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJ9&d=%2Fa%2F3d000000pW7k%2F3oxBq5q5ctiVf7yY42kJ3_rEDmYNvK0RFAhSvsBR4fY&asPdf=false  
2d3ed83c251c4686 Justin Dildy 74-A-1443 2015-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYoM&d=%2Fa%2F3d000000pW9D%2F_xdsXs0SoEhGQ3y_ddZjpC0J2NfPGfxCf4yga3amnC8&asPdf=false  
80bce3e595dbe87e Justin Dildy 74-A-1443 2014-06-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYGn&d=%2Fa%2F3d000000pW7n%2FAqS1NuE8ypXEV2XMKXvFfXyQBff3Xl14D.9gVNJBg2k&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 374.922ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API