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 = "42-A-1727" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
aaaccb24b80b725d Alex De Jager 42-A-1727 2025-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000nBHJE&d=%2Fa%2FSJ0000068ZYD%2FSDNIvQovBublFA4m40t9zvJ7NazhdMTKo86cY86qz94&asPdf=false  
c7e9e064e47420aa Alex De Jager 42-A-1727 2024-08-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000032NRp&d=%2Fa%2FSJ0000009Ont%2FEamYpH25W48EbroZwki8UQ4Q5qFgJvcKkbEcj6YpE8M&asPdf=false  
b75948e8cf31cda8 Alex De Jager 42-A-1727 2024-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CYMux&d=%2Fa%2F3d000002bBAj%2FYfem9cJlhcxJ1Oy5bCkXQdMetP6DoDDNL.my3jLph8E&asPdf=false  
67857a8a0d722ceb Alex De Jager 42-A-1727 2022-03-31   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwUGE&d=%2Fa%2F3d000000phKR%2FcW92Qq_tmUmNDVl_SfKcAf_1H1yAvVnCHSVRt7zY01k&asPdf=false  
d9246d8a4a2cacd8 Alex De Jager 42-A-1727 2020-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiNN&d=%2Fa%2F3d000000pXRA%2FkvLtF7AdCYwyLWzJ.ywRY7MyLepf3cM8o7ovF8Cactc&asPdf=false  
0a54d8cfcb24388e Alex De Jager 42-A-1727 2019-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfzb&d=%2Fa%2F3d000000pjn0%2FXYMI1BOhp_VQRMjvdBmozTEkAdsY.OGvK2j6gDJ4MWQ&asPdf=false  
e75826aedeecf3d6 Alex De Jager 42-A-1727 2018-03-02   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggOj&d=%2Fa%2F3d000000pjA3%2FqF3StCrrex__3VxgxGTVbZ7IajB7zB2YyJu3IIgDzQ0&asPdf=false  
72f171350e697297 Alex De Jager 42-A-1727 2017-04-25   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfhs&d=%2Fa%2F3d000000pfPS%2FBJXvGTQBi6xKQDQZ7Km6o7vRnqwMXCuwoRQ1Su7daVE&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.189ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API