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 = "47-A-0625" 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
2f3ac349d81e367d Milton Lewis 47-A-0625 2024-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BDFcW&d=%2Fa%2FSJ000000pf2j%2FdgRfnJC8KeVY307jm1APDSJZtDzmk8qSRpoJZWIdlqQ&asPdf=false  
2c100d47d228c6cb Milton Lewis 47-A-0625 2022-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxVwT&d=%2Fa%2F3d000000pigZ%2Fmu.09Z8RCT6BZw5xyLvI8LeswSX9jcZjT6vyavyuWJE&asPdf=false  
24def5119b8d86f6 Milton Lewis 47-A-0625 2021-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8FaZ&d=%2Fa%2F3d000000pigd%2FN3xPV50Vb0KR1afTXc0CjQ23TZ4ZOcRqTvcGspJFYGk&asPdf=false  
c5624e7df423fda5 Milton Lewis 47-A-0625 2019-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkNu&d=%2Fa%2F3d000000pifu%2F3LpyaMhFMqmAt2ZexLEWJJktkZF.EmhCoUT7TiH3lNQ&asPdf=false  
a3c47e6b0a291bca Milton Lewis 47-A-0625 2018-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg4y&d=%2Fa%2F3d000000pigx%2FrHxwYbKoyUnnt2vez2uy6UfQPfJY1stOJJ6RzTLwgaA&asPdf=false  
6f8aa53461152d2e Milton Lewis 47-A-0625 2017-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega20&d=%2Fa%2F3d000000pigv%2FeyxhMi1sFbfxB7Uj3exsb80ptZNaBeeQeBUkUa_lgpU&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 973.806ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API