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

6 rows where cert_number = "46-R-0014" 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
13eec8c668f772bb Southeast Technical College 46-R-0014 2026-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000yfZ5p&d=%2Fa%2FSJ000007t6bp%2FyjBBb8cD06FNj.o72uE6I_ZtedX26LBTW_v0y_RCJkg&asPdf=false  
1562c01780321272 Southeast Technical College 46-R-0014 2025-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000KvH2J&d=%2Fa%2FSJ000001tExp%2FArffaUi16pR6.BNaFw.HTnAlbQTI7RtchDiAeqbmX3U&asPdf=false  
fc3af37dc871f12e Southeast Technical College 46-R-0014 2024-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BeVbs&d=%2Fa%2F3d000002Kvj7%2FAPLtb6DU42NUUmt1nflhDwqLLwC1m1FE7Cqr6BfKfxM&asPdf=false  
bd6e9d9ee5dbb931 Southeast Technical College 46-R-0014 2023-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dkyV&d=%2Fa%2F3d000000yGMy%2Fh_8r5.h2.sUDsB8OgXw5Z3eRnux.8zF6RWk_flE8wHw&asPdf=false  
db40a58d64c83e12 Southeast Technical College 46-R-0014 2022-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G09KR&d=%2Fa%2F3d000000phE9%2FU9GBEVvOsMv3putsV8iJCjNnnDLmdiQj2YFNQLJghwQ&asPdf=false  
3cb6d1b515ad6701 Southeast Technical College 46-R-0014 2021-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESgu9&d=%2Fa%2F3d000000pjLJ%2FIGJyvucCFkMGgj3nAto69Ke152hftHnhVEP4jnp8N6A&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 8.767ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API