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

5 rows where cert_number = "55-R-0154" 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
0b77e184efb833dd Nash Community College Veterinary Medical Tech 55-R-0154 2025-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OpWeV&d=%2Fa%2FSJ000002MuVR%2FTJy8VCeR08LnccS7mWEWznrhQToo0MlYBvBfG9HyGoY&asPdf=false  
28ed4b25ad4e485f Nash Community College Veterinary Medical Tech 55-R-0154 2024-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CAXhg&d=%2Fa%2F3d000002V782%2FPT2UGO8hXsVkZ3UTOpNwF2_5a4v6YEiCg.CbsqAFKUQ&asPdf=false  
a7747f106a6a1fd3 Nash Community College Veterinary Medical Tech 55-R-0154 2023-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008HhRH&d=%2Fa%2F3d000001ABDO%2F0p0XaF0e8ncIOgA_3YbqoUYyNPAVVjZYy2of6fmxB4w&asPdf=false  
288f17fecfc82691 Nash Community College Veterinary Medical Tech 55-R-0154 2022-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy6zX&d=%2Fa%2F3d000000pY1n%2FULMnyJLdwb.i5yeNJTsRy6wBLJ2uFu25kd9oqG1QQic&asPdf=false  
fbb43e5608ffb26e Nash Community College Veterinary Medical Tech 55-R-0154 2021-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMw2Z&d=%2Fa%2F3d000000pY1Z%2F1_lMccRtJzjmBU1ydJiJWcMRKvCE45zVSes7iDO2mJE&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 23.834ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API