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

11 rows where cert_number = "34-C-0347" 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
755126744cf903d0 City of Gaylord 34-C-0347 2024-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000I8SJV&d=%2Fa%2FSJ000001VmUP%2FLyFsfrOi4sxrCo6RbJQi6wF3.lmCco0KESOpLKnkKlA&asPdf=false  
aa60406363f1f3d4 City of Gaylord 34-C-0347 2023-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BEj7U&d=%2Fa%2F3d000002Cytq%2FkLIR52Imp6_wSFOqx4nsxJLYV3TkvFAbi8ZpSRI.llE&asPdf=false  
30a74a42eca9e7c0 City of Gaylord 34-C-0347 2023-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008cCzK&d=%2Fa%2F3d000001GgDR%2FIjgpTYwuvSj_jHrtGCvXrRt3U2qnl903SnHStHT51_0&asPdf=false  
25f56a5253f6e776 City of Gaylord 34-C-0347 2022-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwgCY&d=%2Fa%2F3d000000piSf%2FJzc6lKPi9Oor9b6GY3P77uJHSlQEzfKVbtP5uwTA3xU&asPdf=false  
e61d01aa4c45920b City of Gaylord 34-C-0347 2021-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhOx2&d=%2Fa%2F3d000000pfaU%2FuB747m9c._YjKj2lOM3tRyv3dxtBpe3H9940RAq9Yq4&asPdf=false  
ac89f276505009b9 City of Gaylord 34-C-0347 2019-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg4n&d=%2Fa%2F3d000000plN8%2FJpezTFeDGNcuAkOCak3mBS8m.MzRrUZNdlZNwhjtiJ8&asPdf=false  
5088ef0917d1e514 City of Gaylord 34-C-0347 2018-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfrj&d=%2Fa%2F3d000000pf93%2FwRapgVBq34J8jx9jV_URFL27Pvfb_mx4DLj9HI8xjCU&asPdf=false  
3ee84f590c0ab6cb City of Gaylord 34-C-0347 2017-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggJH&d=%2Fa%2F3d000000pkSZ%2FCkaErLRx4IKhLj7LLr01TvotfgqdWCFpb0Ttl5C4ZMI&asPdf=false  
f6f7a11769b84efd City of Gaylord 34-C-0347 2016-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfdH&d=%2Fa%2F3d000000pmZB%2F3rGrB3gG_txvCiOCucCNoQ98OFnndaYnFwOrzaxgGtE&asPdf=false  
13a343b65fb08633 City of Gaylord 34-C-0347 2015-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggzZ&d=%2Fa%2F3d000000pkxI%2FEjDtg1PZ6SBWJHAYFtF_KN9jKvMnFpI.cIv6q1KtIQE&asPdf=false  
ecbd70fc10f459fa City of Gaylord 34-C-0347 2014-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggtI&d=%2Fa%2F3d000000pmOw%2Fkxmy9j6liggtcl2Rsx4Stg6e.UJuku4m.eG6SsqMuec&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 287.791ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API