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

11 rows where cert_number = "55-C-0302" 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
fd047f00795b5a54 Ash Acres Inc 55-C-0302 2025-05-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZanXd&d=%2Fa%2FSJ00000489Gj%2FA1MN7byQA5pPYx.qR0dC2nQ6RGp5KcebDZDQR_h5L8k&asPdf=false  
110ea57ba21a227c Ash Acres Inc 55-C-0302 2025-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000YAZgt&d=%2Fa%2FSJ000003uicX%2Fuf8y4H.MUi_lRC2KaVCLfOYT7OLYGClwrXzr580Knzo&asPdf=false  
9a6b2ee342f4cccc Ash Acres Inc 55-C-0302 2023-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BFBvQ&d=%2Fa%2F3d000002D8x0%2FqINNFRG50hVH3HgK9BeDKAhOlR5N.FYxkI_CK6Dl.aI&asPdf=false  
560440be34028497 Ash Acres Inc 55-C-0302 2022-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvOAb&d=%2Fa%2F3d000000pctu%2FmITeFlTmfAHdFe8xzRTsqc2vi5br64ReBDx9K5WTICY&asPdf=false  
dc8dee11801f9ce8 Ash Acres Inc 55-C-0302 2022-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxLSU&d=%2Fa%2F3d000000pcul%2FZ7trpcb0uLAkKOZ_h57Vl2MKrOI3n4LoZzprc2.LPg0&asPdf=false  
deb9baca99446f8b Ash Acres Inc 55-C-0302 2022-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9T87&d=%2Fa%2F3d000000pctY%2FLUPWbhazEIaNxsthmLeFPdsygPIoBxRymhONMUzx20w&asPdf=false  
b6d730ca8e68c59a Ash Acres Inc 55-C-0302 2021-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh3CA&d=%2Fa%2F3d000000pctQ%2FLl0NrLGuL3UI2xvUyi_b8VExLjN1tYM4gHM2xE1CyLg&asPdf=false  
95438464524dcc7f Ash Acres Inc 55-C-0302 2020-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY0B&d=%2Fa%2F3d000000pcuh%2F5UedQLQ5ESlZTuEk8AtPtCISP5i8HD9WJyKgZu2kKvA&asPdf=false  
9438a43c8b81c9dd Ash Acres Inc 55-C-0302 2018-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYEl&d=%2Fa%2F3d000000pcuT%2F6AulRXNkZUbMR9LR5Sql7cpghAnhqgskglXcKOKIr1Q&asPdf=false  
a27ebd33b6bbfb4e Ash Acres Inc 55-C-0302 2018-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbHE&d=%2Fa%2F3d000000pcuV%2F1y3xnZyEePDdQl_vFyNRhixLr1Px4gbZiy_Esaf3vHA&asPdf=false  
0d92695a95b88d09 Ash Acres Inc 55-C-0302 2017-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYIB&d=%2Fa%2F3d000000pcuO%2FLGqwbbg75yp5pYE2a9Ri8XaofbFgYEk06MQhZw5J0o8&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 3.642ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API