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

12 rows where cert_number = "35-C-0219" 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
6f8facf5510bc6c7 County of Forest 35-C-0219 2024-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009JrHy&d=%2Fa%2FSJ000000fRST%2FShlX8mNFXR8xjTz5EcS8RkotKNK4b7NWVdgvLjlECV4&asPdf=false  
dc9c26f6d5593003 County of Forest 35-C-0219 2024-04-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DFG8i&d=%2Fa%2F3d000002qACx%2FYQH3zhoPjTmi45EAB7QNjos_wjjhBhimdRawmAK_7aQ&asPdf=false  
3b362b9aeccf3e20 County of Forest 35-C-0219 2023-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AStqP&d=%2Fa%2F3d0000022TRW%2FX9uaP6No21gq3mYEsB6nJ4TB0kAtuIdcFepBKaeyfYM&asPdf=false  
bfa29e0b006e9b56 County of Forest 35-C-0219 2022-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V95X4&d=%2Fa%2F3d000000pgxE%2FC3o5FgnI9jTwzeF0z5JCa2vmReTn6Ikt2TiFpNC1dm4&asPdf=false  
0bcaf63508eb70bd County of Forest 35-C-0219 2020-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglfj&d=%2Fa%2F3d000000pSmr%2FV6DddCJIxhazpVm2aynreCyQwWiBqX0e0JWTms7mvjc&asPdf=false  
7fe44c65781d9172 County of Forest 35-C-0219 2019-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglv5&d=%2Fa%2F3d000000pTPy%2FUXqhFZiBnRhXoU_rdfEqns4LvhYJ3sfyO74u066M.7w&asPdf=false  
1350c2d96836eacf County of Forest 35-C-0219 2019-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglX0&d=%2Fa%2F3d000000pdvq%2FYOAatg8XUFaWQOEpnVJPJ.brKmw8qui74W5PXw.ECYw&asPdf=false  
83fa6b4171425e81 County of Forest 35-C-0219 2018-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglvp&d=%2Fa%2F3d000000pl4q%2F27DHE0YwpqYZo6AuRPsQDf1v9X1EBqjhHP4y35aifkY&asPdf=false  
8a43356ba8fd29e6 County of Forest 35-C-0219 2017-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm96&d=%2Fa%2F3d000000pn4C%2FYk8Dg84AQb44dv1j8341171BcQeKLgqVXAeIQfRQ0D4&asPdf=false  
d1a44add6f3cff49 County of Forest 35-C-0219 2016-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmCL&d=%2Fa%2F3d000000pfAx%2FKh9N97OXSb8S41_waSkC9TwqADB8o.m00fEUdik4rs0&asPdf=false  
00e499976faee717 County of Forest 35-C-0219 2015-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm41&d=%2Fa%2F3d000000poX2%2FDnLlaLSTHXlkLDL2MJpjbNFdOS1iS1rQdPVh4.IR2r0&asPdf=false  
846abd01384e2087 County of Forest 35-C-0219 2014-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglme&d=%2Fa%2F3d000000pSKO%2FvG3AQTgPTESpBAtVBI.4XJw2F0P_UsvEFqUNTFbRufk&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.402ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API