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

10 rows where cert_number = "35-C-0315" 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
d5af3a13aeb63798 Great Educational Experiences LLC 35-C-0315 2025-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mFZQJ&d=%2Fa%2FSJ000005zSKg%2FMVkue13Rt0JutQ6p3woRX7trMvbzikP.8oq.Gz6Hs4s&asPdf=false  
3657c673035d85e4 Great Educational Experiences LLC 35-C-0315 2024-02-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CCAMA&d=%2Fa%2F3d000002VPmb%2F8Gat9apdnrmHhl7hLXR0dzOfOcwwtNugF8FEAJg.sZs&asPdf=false  
f3e075de405fad5c Great Educational Experiences LLC 35-C-0315 2022-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awVm5&d=%2Fa%2F3d000000pZnz%2FJMp3mkgSb.flSWApmxkg85IQHM.IaMW6W5joyqcuw6g&asPdf=false  
ceb6561483baf421 Great Educational Experiences LLC 35-C-0315 2021-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8PO5&d=%2Fa%2F3d000000pZoS%2FJ2v8c2FChBYGOaM7bEUE6mEo3w3zbvrdKfPsXW5tBbg&asPdf=false  
61038cc1c333dadc Great Educational Experiences LLC 35-C-0315 2019-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXUM&d=%2Fa%2F3d000000pZo9%2FhpECYTO4uD4nDNfyQQfGfQdlJZEVSnxmy9BCNWcOZyE&asPdf=false  
6d6adae401b0f6c9 Great Educational Experiences LLC 35-C-0315 2018-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYDK&d=%2Fa%2F3d000000pZnu%2FDk5XW3fGq7z64JP96dJGk1KLL0xuU4us7XIJjXPRGMs&asPdf=false  
f0e65f1090082a58 Great Educational Experiences LLC 35-C-0315 2017-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaZW&d=%2Fa%2F3d000000pZoK%2FdqAS8L.bEqWGftJmt0scxqHZkqa.lNNT3qA35wVsbDs&asPdf=false  
39849d937c56dd12 Great Educational Experiences LLC 35-C-0315 2016-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYOD&d=%2Fa%2F3d000000pZnb%2Fzr2sEj9bE0KuYMqda.EZt8v2gfEpf5W8q5j8bZ6GAPo&asPdf=false  
d9686ffdbfb318ec Great Educational Experiences LLC 35-C-0315 2015-07-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWhE&d=%2Fa%2F3d000000pZnp%2FEm7yt1BAavF.s5SfeMYj.pTBkN_.cEptVNiwbVzWiJU&asPdf=false  
a82ea111c9612546 Great Educational Experiences LLC 35-C-0315 2014-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYQV&d=%2Fa%2F3d000000pZoP%2FBx.pj5OCpaxG4f1YKxYQOjLa6vbxLHKGUVi6P4PmJBU&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.537ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API