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 = "72-C-0027" 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
c32c7a2e16e8a66c Louisiana State University 72-C-0027 2024-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000INPA0&d=%2Fa%2FSJ000002T5sK%2F4liQIgLaAkJTwH4dQoJRMLLZWEz6TcDxdATr6kQjF1Y&asPdf=false  
f54946b7d4d3393e Louisiana State University 72-C-0027 2023-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BEzVB&d=%2Fa%2FSJ000002T573%2FVVQ4I3h3vmYQ3SV9dA4zJQJRTEYF7aFKUlmYc3xxI5Y&asPdf=false  
1bb7c462d6942db0 Louisiana State University 72-C-0027 2022-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx0F1&d=%2Fa%2FSJ000002T566%2FfTBrW2JsdN.87naqtFsoylyLec7WF7yrZxM7Rd.CGbw&asPdf=false  
b0b6352d0c770be2 Louisiana State University 72-C-0027 2021-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESXvq&d=%2Fa%2FSJ000002T55a%2F1.Y2QD3ELmvwdFuRHrrbNWB_mjlbNZfgbAtcDX9_xXU&asPdf=false  
ee77f3fc792f2f56 Louisiana State University 72-C-0027 2019-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjA5&d=%2Fa%2FSJ000002T59j%2Fu0.848iQCjBjGoa13kzYSYTgiSxVXEHRYAopKoYlnG0&asPdf=false  
16932852185a6df8 Louisiana State University 72-C-0027 2018-01-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiiT&d=%2Fa%2FSJ000002T55N%2F__2gpkSU9yBHeMASxxk1KBISA6RLAzj3uuKbFpuvePQ&asPdf=false  
f06e8a2c321c1e63 Louisiana State University 72-C-0027 2017-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgikU&d=%2Fa%2FSJ000002T52x%2FriSWKDN78h_pGPaiB3iYluo3szOvRt_KLxlTnrhcILM&asPdf=false  
bc34c06f2f6c7d6a Louisiana State University 72-C-0027 2016-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgijU&d=%2Fa%2FSJ000002T52z%2FOt_zuW.FARyfxcYiWzynBpqCsjKWTLjHFjvk7.XP3eQ&asPdf=false  
f85981952b672d53 Louisiana State University 72-C-0027 2015-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdMi&d=%2Fa%2FSJ000002T4t1%2FTZKqF7xzIaK6tKFtHYaNIXXY1NdBrvNIXc5y.Yw3.N0&asPdf=false  
8d5265047197722a Louisiana State University 72-C-0027 2014-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgesX&d=%2Fa%2FSJ000002T4uh%2F7_KFtl6ovIyYJ6RmIle2hycv9.B6uGB3dbl7VaQ.TZY&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 928.097ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API