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 = "32-C-0270" 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
1cbb6babb7b2967a Ron Reis Cheryl Reis 32-C-0270 2024-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000I2NMl&d=%2Fa%2FSJ000001UnIr%2FpsLfJtYyBxzUOmk9JKsPrrlsxKPv0yg8C1nMivRFOtI&asPdf=false  
429c552c3747da8b Ron Reis Cheryl Reis 32-C-0270 2023-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AnCBW&d=%2Fa%2F3d0000026m3M%2FYVk75uQO5DV0jFgI9IAvhGjR2pcX5nrKPaAU2_jC6p8&asPdf=false  
0b96253e183513d5 Ron Reis Cheryl Reis 32-C-0270 2022-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvOXG&d=%2Fa%2F3d000000pcuW%2FsuL.cJDbMg2ze9kEe_qlYbtqiIlVcV6VyNENv6B6hnM&asPdf=false  
04ba9f59f09c30f3 Ron Reis Cheryl Reis 32-C-0270 2021-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8FeH&d=%2Fa%2F3d000000pcnD%2FyAdqlEvZE73oN68wlJDAirFHz5eKBBz0R4dwJQCASWA&asPdf=false  
1361132b56394fb3 Ron Reis Cheryl Reis 32-C-0270 2019-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmJv&d=%2Fa%2F3d000000pcmu%2FTYaNGoMZ72BdNPzRg.mq6TCkPqGWux5mjulroJDLxkM&asPdf=false  
35ba4cea9a41c097 Ron Reis Cheryl Reis 32-C-0270 2018-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmKY&d=%2Fa%2F3d000000pco0%2F3rgBvJsVqyI2LMtm7XBxHtIp.TpF2rRxPNa9mzn0Drk&asPdf=false  
16c0faf580cc7cec Ron Reis Cheryl Reis 32-C-0270 2017-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega82&d=%2Fa%2F3d000000pcoK%2F2_66yd.PZu3_PtOpxOMOWunQ8OQLivdkjjOZ7PlRZFA&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 196.653ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API