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

6 rows where cert_number = "92-C-0173" 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
307f383468bf0d5a JO ANN GUNZNER 92-C-0173 2019-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmFu&d=%2Fa%2F3d000000pRPm%2FP_ABdwfZsqsBmFPclI6baExMj_hMFVZOsRRIW0.JHPY&asPdf=false  
74e113a4de3f5275 JO ANN GUNZNER 92-C-0173 2018-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmDs&d=%2Fa%2F3d000000pk8b%2FUvFyLy0WKN0RAvgFQ1oT49gEryUBB4SAyzv_RQ1XexM&asPdf=false  
cdba45fa9f49531e JO ANN GUNZNER 92-C-0173 2017-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmIx&d=%2Fa%2F3d000000poRG%2FVVUH9PW1nXj.sWsKczRj9G0fx3gfUIERTmw.khCC.BU&asPdf=false  
2620a00139dd0ce9 JO ANN GUNZNER 92-C-0173 2016-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkre&d=%2Fa%2F3d000000pi3u%2FpPnx8ml7_q.ie.B5Yk9JMHvQi9bSGYdsCEuDCh6ndfo&asPdf=false  
63d5cf6e2768082a JO ANN GUNZNER 92-C-0173 2015-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm9W&d=%2Fa%2F3d000000pouL%2FOoNWuAjvuvXnDcLIqyfCotoukbqkEp542vMZodLmG3w&asPdf=false  
f8a6782f048edbc1 JO ANN GUNZNER 92-C-0173 2014-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk0f&d=%2Fa%2F3d000000pSD9%2FK8Fpnd6cpigGksPhoxouoPX8_OoI7YH2JUAH6I55ftc&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.751ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API