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 = "93-C-0911" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
4c7b739054ed6389 Alexis De Mangelaere 93-C-0911 2025-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000k36D5&d=%2Fa%2FSJ000005eLaj%2FBp4uZ1xn_jSFYI3k78Ny09sCqO41mPQ9aev3T_dvwFM&asPdf=false  
1e116efb7f94a154 Alexis De Mangelaere 93-C-0911 2025-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZyLbs&d=%2Fa%2FSJ000004BfOw%2FT1XGr4I2EfR64OvEd3UEdPsnuGpxo1hhsgiLmLpLo4I&asPdf=false  
bbbefaa049ae4c4b Alexis De Mangelaere 93-C-0911 2024-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bfibn&d=%2Fa%2F3d000002LIf8%2Fl0zb5WDH53E_vRnX6GQ_M3ljssp2Dm9c62_M59MMRhk&asPdf=false  
e1c8374796555097 Alexis De Mangelaere 93-C-0911 2021-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8psr&d=%2Fa%2F3d000000pgpM%2FyYdKZ27nfF4xUDgO.ZR4WyQ9M8wSN7fdIP3loyHyVsM&asPdf=false  
31c410295b0e4470 Alexis De Mangelaere 93-C-0911 2021-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESLYk&d=%2Fa%2F3d000000pRqG%2F679r6gIgpun9vdvJdCh3LW_riBBx.qA.3CyEBV7eyOc&asPdf=false  
8d32aa6aa06b73cd Alexis De Mangelaere 93-C-0911 2020-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egesn&d=%2Fa%2F3d000000pjtN%2F7wIRY1MuzNCDvknCBwUYQPSWNtJR9QjKbAJOD9NmfLg&asPdf=false  
df12378a90f24043 Alexis De Mangelaere 93-C-0911 2018-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeoy&d=%2Fa%2F3d000000ppPX%2Fz2DsDvDsuvm8XJhytn97AlPwpgM4LiMNtoO67RLwZmw&asPdf=false  
640c83732054e9bc Alexis De Mangelaere 93-C-0911 2017-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfFh&d=%2Fa%2F3d000000pdYR%2F__7.BP27KyESg5QpKYDlg4IP21oU9oUytmfoMya01ak&asPdf=false  
47e7c654f51a13b3 Alexis De Mangelaere 93-C-0911 2017-02-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgabE&d=%2Fa%2F3d000000pWpz%2FbyCqZhXWbpbcqEhJKWgBpjwqhCE5br3qa.AEuw0rlCk&asPdf=false  
dfdc502eb9fb667c Alexis De Mangelaere 93-C-0911 2016-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfPO&d=%2Fa%2F3d000000peuM%2F8Vpq42lnApx4SfW3lb1hRTHESjb9cvMg3A9slt2kVCk&asPdf=false  
8ce69ca7509047f1 Alexis De Mangelaere 93-C-0911 2014-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfvc&d=%2Fa%2F3d000000pWnK%2Ff9KZh3LTNd6aK0ccQ0T4x3dMIrVJrHuUMIqYsjnOtJQ&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 4.053ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API