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

9 rows where cert_number = "14-C-0024" 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
1df165dacb81a222 Franklin County Agricultural Society 14-C-0024 2023-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009w1F0&d=%2Fa%2F3d000001onnW%2FVu8Q25gl4Y_hPFyHP1Du31L34hIVh9.2jGMtiRERJVM&asPdf=false  
70582f655fa7a224 Franklin County Agricultural Society 14-C-0024 2022-09-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw875&d=%2Fa%2F3d000000pZZl%2FPOCDwHjNG8fOuQ0UuUw6LPSCuduLVaW4T7m0yq8dInY&asPdf=false  
5750b6af0213e9ca Franklin County Agricultural Society 14-C-0024 2021-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNAln&d=%2Fa%2F3d000000pZ2S%2F4OqYAnX5k13ArpCaEbEgpJZ.WeDzw5OWpihIuTg_KIA&asPdf=false  
0fad6328267a09b2 Franklin County Agricultural Society 14-C-0024 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc6v&d=%2Fa%2F3d000000pZ2I%2FaSYn8wanSUZ.897SXN61m1aSL3gWmxLiwRqiknu2nzY&asPdf=false  
32b8ae5edeb2e218 Franklin County Agricultural Society 14-C-0024 2018-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbjh&d=%2Fa%2F3d000000pZ1r%2F8Vt4diW610iyx0zPK_3bXHbx51KRhM491TJ1usZYtL0&asPdf=false  
d8003b6f31930925 Franklin County Agricultural Society 14-C-0024 2017-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbk4&d=%2Fa%2F3d000000pZ30%2FUqDCdxcABK_zsGYmDO4JT1bK16OolOaZBLcbqDp6CUc&asPdf=false  
949902122086fa79 Franklin County Agricultural Society 14-C-0024 2016-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfN9&d=%2Fa%2F3d000000pZ3N%2F.bF9peC5Fjc69xEWseq6sAu7Iro7ABbTvHTgMTer_is&asPdf=false  
4a14c1f000b45e0f Franklin County Agricultural Society 14-C-0024 2015-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcVM&d=%2Fa%2F3d000000pZ39%2FsWFW5uhM6umbghHx.C1nVJQVreqhUy9lS1Gx5X30SFU&asPdf=false  
d29fbbb82a68fa2d Franklin County Agricultural Society 14-C-0024 2014-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiUk&d=%2Fa%2F3d000000pZ3B%2FczO6LE2Jv0CIpP01qmZq8_nYmC9sOmyiY3N6V4M97RU&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 27.716ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API