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

10 rows where cert_number = "21-C-0099" 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
16e9f354e51acfea David Eglin 21-C-0099 2025-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lqJYI&d=%2Fa%2FSJ000005w6lJ%2FfZTP9qGxgHLR0bBGr34NQDAEkJuddR.Rqk.kt4Hn70M&asPdf=false  
bece04416dfa24fb David Eglin 21-C-0099 2025-08-25   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kuH0T&d=%2Fa%2FSJ000005mWnV%2FhR1C2hGXmutUJxGfzKuZQIA1_TWTAIh4C0JUoM5JLf4&asPdf=false  
c0ea9258df66229b David Eglin 21-C-0099 2023-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A8iTa&d=%2Fa%2F3d000001uVHa%2FaSpQ.JUbEKXUhoqgOoP7o0AW3Akmx_J1g4IlGLDK6lY&asPdf=false  
7abcf54d8778089a David Eglin 21-C-0099 2023-08-30   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009w51D&d=%2Fa%2F3d000001op2l%2FtWI.1RVXU5kLdsFPvU8uisSuNGOH3JzjM7O3t8gKAWA&asPdf=false  
7fa58bb4ac7a2aad David Eglin 21-C-0099 2022-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awsz6&d=%2Fa%2F3d000000pWC0%2Fdokodl05l8rEVnLDIeaJDGgvgDNNelwJnBzgs3.Vpbw&asPdf=false  
8444f163208c0280 David Eglin 21-C-0099 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWUm&d=%2Fa%2F3d000000pW1x%2FjKTBJIZcan3_cvb9CZudXsY.otxgnUahI6J3m7lEjkw&asPdf=false  
5dc424b6718f5a6f David Eglin 21-C-0099 2017-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVxf&d=%2Fa%2F3d000000pW2Z%2Fbq7z57PO_sRzRegRdDLuEh.K8XwORQnbHKUUtrE4EMs&asPdf=false  
330e2d76b437628d David Eglin 21-C-0099 2016-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWiP&d=%2Fa%2F3d000000pW2R%2Fg.lcWJj9iQxohlRyWCrOybUvGzpzHhyjE_9jwqaweRI&asPdf=false  
252e07ed2a436d21 David Eglin 21-C-0099 2015-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWMC&d=%2Fa%2F3d000000pW1L%2FzKh9wO1CmwcWpEmYHzEZAaSZVPzKW_i8PdjS2bdPZug&asPdf=false  
09a083b9cdb52dd0 David Eglin 21-C-0099 2014-07-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW9t&d=%2Fa%2F3d000000pW1y%2FMmZgsSm8tMkRw8xZSanUK9YNcpAYRvOMrkDEkMUCT3g&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 355.249ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API