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

7 rows where cert_number = "21-C-0456" 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
79af89658a3981ed Amanda DeMarco 21-C-0456 2022-11-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvCDa&d=%2Fa%2F3d000000pjLn%2F.raMVXtz9h_UresW8e735xXnga6b94JIPPFgw0DGnbQ&asPdf=false  
c6801d26d049f8ef Amanda DeMarco 21-C-0456 2021-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8PnF&d=%2Fa%2F3d000000pjHq%2FV_MHjci1NBeZtEWI.Zj76_NCdDt4VxwoqFmPJSP0ObA&asPdf=false  
8263618018bc33f1 Amanda DeMarco 21-C-0456 2020-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERXgd&d=%2Fa%2F3d000000pjMN%2FI0spjIkt7zDDdL8PoMYa_v6ZHTXxmVQl1uztgsUF6rE&asPdf=false  
00fdd4934e2f0af5 Amanda DeMarco 21-C-0456 2019-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkuH&d=%2Fa%2F3d000000pjLW%2FHqNP1baMugRCggv7EZnilNobVEQoXublF1XBPlm_9Hk&asPdf=false  
041c1e4c1ddd987a Amanda DeMarco 21-C-0456 2018-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglAx&d=%2Fa%2F3d000000pjFM%2FEY3RDEjtkQM5g9gAcU5anX.7jkkbEII5AxtmgOjQIss&asPdf=false  
bdf3e4a667d1d1ce Amanda DeMarco 21-C-0456 2017-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkmQ&d=%2Fa%2F3d000000pjKU%2FKYz3zdQpHgEf9oAI2u24G.Obx__FU7aY3TRKCaGXWTk&asPdf=false  
82a1e8bb208f0fb3 Amanda DeMarco 21-C-0456 2016-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb4J&d=%2Fa%2F3d000000pjLR%2F7F0ON18Xz6IoGxBBJFWjFq295PVHyfnLkoXrwlY38cQ&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 593.002ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API