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-0222" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
921c0b751f90c86b Tonya Lee Carter 73-C-0222 2025-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gVcdb&d=%2Fa%2FSJ0000058lDN%2FW5xK8lXFEYAEUfnwuUttDc7ol.yEuCRb4jNuhTJHTcY&asPdf=false  
fdad01834ea0284b Tonya Lee Carter 73-C-0222 2023-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008JyM1&d=%2Fa%2F3d000001Au56%2FFxj2AlLEXnOniDYtkNFcKYEt3ZekXaVtnYG8ofQZvx4&asPdf=false  
4c305f1fd65cb2b4 Tonya Lee Carter 73-C-0222 2022-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNM2&d=%2Fa%2F3d000000pcpv%2F5ujrIvGk9QnsbEUOGeiiijFTtO1NipM_wnqP0MYM9PM&asPdf=false  
0e9b9459f87e1db8 Tonya Lee Carter 73-C-0222 2022-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxT7i&d=%2Fa%2F3d000000pcol%2FPfYFauFBmHepJu.IzPdu3Wq6RncJ2FzajZ1N7eGE5kw&asPdf=false  
55e7638ba3c03027 Tonya Lee Carter 73-C-0222 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V89D3&d=%2Fa%2F3d000000pcp1%2FWU.kx9fTlXVfmEGHSItTBhKbMOvv6DRlPrEwyVCOIC0&asPdf=false  
545f3fe22798953c Tonya Lee Carter 73-C-0222 2021-01-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERxny&d=%2Fa%2F3d000000pcpx%2Ft2aN2ZFOCdVALMe8n_DK.HOr4YEPYRbAwfG2_88NsE8&asPdf=false  
71bc34c2b309cd6d Tonya Lee Carter 73-C-0222 2019-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiCr&d=%2Fa%2F3d000000pcow%2FN.uYI_WjmnsZfClP3GRGk71HCSyt.I5GIC0Xg8gT6vM&asPdf=false  
e11e1e9b3563282b Tonya Lee Carter 73-C-0222 2018-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3Z&d=%2Fa%2F3d000000pcpH%2FuPBHlVnZOr30gGUrOyIrcOuCvUI_ObwVYDrKoKc4n9g&asPdf=false  
fc666ba6aec5b308 Tonya Lee Carter 73-C-0222 2017-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egllp&d=%2Fa%2F3d000000pcpd%2Fc7YreFmFE7B2j77e9wds__GMzRjdRln6JbVtPsktOTk&asPdf=false  
28507573602e27a3 Tonya Lee Carter 73-C-0222 2016-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiGu&d=%2Fa%2F3d000000pcpV%2FmRR7OtHIwIoco3Bdt0FBwR0ntawWD20PBS8xnKcsHiw&asPdf=false  
f340b2209516d1ad Tonya Lee Carter 73-C-0222 2016-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZKJ&d=%2Fa%2F3d000000pcpO%2FNFSQY8Zw.gHW4MQ20hauh60ekly3Z249P6FfrfIhtis&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 244.628ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API