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 = "73-C-0227" 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
f6c7a6105bd327f7 Nicholas Ledbetter 73-C-0227 2025-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000maDHe&d=%2Fa%2FSJ0000062s2T%2FMlKQs1mcFtNe6KETv1G1SM1ch5golWy4vDCkNTWIDp8&asPdf=false  
68b5a23d9e16cd12 Nicholas Ledbetter 73-C-0227 2024-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000GkVm3&d=%2Fa%2FSJ000001Kgk5%2FMvxe5nn8PpzwopYj.7I8eigotTyH0pMxpGxlCdEI880&asPdf=false  
c87f73455dce09f6 Nicholas Ledbetter 73-C-0227 2023-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008vljB&d=%2Fa%2F3d000001NBxj%2FSDRe74Uu6Rfayhdo3Fno1K67xVsDQ2ZlZICO.O.imgs&asPdf=false  
85486a9c947b715c Nicholas Ledbetter 73-C-0227 2022-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy5sL&d=%2Fa%2F3d000000pXz8%2F23aS0gtwInYFKVFTljopKtu2qE.55zjFIwDsuJX11II&asPdf=false  
9a237b3363cf0024 Nicholas Ledbetter 73-C-0227 2021-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8MsG&d=%2Fa%2F3d000000pXxz%2F3bp_3I0r_N1RUdPpJw3orE_ac.hp5cpYnqYFOtEx6bc&asPdf=false  
e3761301e340ff0d Nicholas Ledbetter 73-C-0227 2020-12-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERe8D&d=%2Fa%2F3d000000pXyI%2F33ihkMxzC12502.lnNJJJnUORY5iF4T3Qx7d.YjuPoE&asPdf=false  
b9c1779107bd36c1 Nicholas Ledbetter 73-C-0227 2020-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjJ0&d=%2Fa%2F3d000000pXxw%2FoWqB9XA7PHmqpXPTGhQ6w75L1b96BlGU.h7ReQnXx8E&asPdf=false  
b7f52952cbcccc01 Nicholas Ledbetter 73-C-0227 2019-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjg8&d=%2Fa%2F3d000000pXy6%2F8dmx7ka49epgZ17tCkOXKFXMmRiFYIz_WGZpHt2Q6Rc&asPdf=false  
2086e5f764465039 Nicholas Ledbetter 73-C-0227 2018-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjd2&d=%2Fa%2F3d000000pXyf%2Fq63LOiHFC5Cm7_jQhu8QeGsR2soblk4IXbmGLfggyw8&asPdf=false  
7c7768b8a6f85d41 Nicholas Ledbetter 73-C-0227 2017-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjdM&d=%2Fa%2F3d000000pXyw%2FmewrIKt44ZDJq3j0MjE530Qvv4U6w6N64.NkQ.PpexE&asPdf=false  
e722f4c315a04a58 Nicholas Ledbetter 73-C-0227 2016-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege3Y&d=%2Fa%2F3d000000pXyK%2F1hrDIu3L0o._TV5uqZy0L1C.lNnGS7CfyqUY4xWXFRY&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 283.645ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API