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 = "23-B-0242" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_count, 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
9f0b6a306a006cee Israel B Byler 23-B-0242 2025-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000kN1qe&d=%2Fa%2FSJ000005hRbZ%2FMWtR_N3zFNDorO5T67OTCPzAE611ivRVyFRryIxe7is&asPdf=false  
9e26c03ee11599bf Israel B Byler 23-B-0242 2025-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PqUlG&d=%2Fa%2FSJ000002WcXF%2F831JY7nvY9D3hRErfmpKXFaY2VvCbHT0vUxWIKv97b0&asPdf=false  
9fd681bb19877ed0 Israel B Byler 23-B-0242 2024-09-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000003f2H7&d=%2Fa%2FSJ000000CMMX%2F62mLgoKmi.FzU55oYgGdxuXPl3_CR5xbFrd_R36gXcc&asPdf=false  
b494b16a6957b821 Israel B Byler 23-B-0242 2024-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EOSgD&d=%2Fa%2F3d0000038kHR%2FlmNN0HXQBHCSxUlOGx84VnYJ3Be0wcNLYNFPj.Zt.XE&asPdf=false  
7b494f67b449e95f Israel B Byler 23-B-0242 2024-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBYTH&d=%2Fa%2F3d0000035xr2%2FqzX14DYa7RCQWTufdwKxv3hQZR3Wa.yBRG4DvV_chzU&asPdf=false  
e294f356adfe0ae0 Israel B Byler 23-B-0242 2024-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CgzJR&d=%2Fa%2F3d000002dkwl%2FB.mTLMeYtK868GetOoRn.x_w_QeGtY35zJA0pYCplo8&asPdf=false  
f6435a1ddca771ef Israel B Byler 23-B-0242 2024-03-07   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CZxeM&d=%2Fa%2F3d000002bjjn%2FqQLjaozjxmtTI3Rt1YJIjM_8Imtwo6kyQJbOjP.9Iq0&asPdf=false  
607af366a457a2f2 Israel B Byler 23-B-0242 2023-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPbeh&d=%2Fa%2F3d000000paZ7%2Fp9PqhlUMV3BYkKOCygYJRX.GqWO51yw2t7TcyxtSnok&asPdf=false  
3b7c282f038e401d Israel B Byler 23-B-0242 2022-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9OpB&d=%2Fa%2F3d000000paLf%2FedKG3kWPS2wOLP2UfiHqIqcg9r0a4hj9TH8spwCtTK8&asPdf=false  
b7918d1dfcacf9da Israel B Byler 23-B-0242 2021-05-27   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhDbO&d=%2Fa%2F3d000000paME%2FKV67tTTYZMuU1EnBZN8SxSaBnE5KGx6UfaO3.TKx7GM&asPdf=false  
794c6109e924eead Israel B Byler 23-B-0242 2019-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYpH&d=%2Fa%2F3d000000paM2%2FSwAW5RBAcC9xfuHs93.kyAFt2gbtcEhLdNl0geA2gLA&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 71.896ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API