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 = "35-C-0073" 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
f0d93c92602bcef6 City of Green Bay 35-C-0073 2022-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxxOB&d=%2Fa%2F3d000000pU6D%2FOFEvtfk3BnsJ3flznJQUyEQqAaewbspBsqSa4z26.GI&asPdf=false  
067b6f6e3c957f77 City of Green Bay 35-C-0073 2021-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMVYr&d=%2Fa%2F3d000000pU5O%2FUtpveb2NeEGWEr0Xd6k6dTjllwz6BklFNVCH94_YegQ&asPdf=false  
579888eed55874ee City of Green Bay 35-C-0073 2020-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXRG&d=%2Fa%2F3d000000pU4U%2FPVVmD6qA4re1YFf7xCZIMvtn52WsayZRADkXpgEJbfo&asPdf=false  
8fe53b88b330b3a4 City of Green Bay 35-C-0073 2019-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX7Y&d=%2Fa%2F3d000000pU5v%2F5yaMfftJWg3GdaWs7ZMoh2HHh4JpWw8ZibeTn8VzGWA&asPdf=false  
56c811864249d5b2 City of Green Bay 35-C-0073 2018-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXod&d=%2Fa%2F3d000000pU5t%2F0SI4TmLyL4DGE2PNuXrqDOkKEU3QblMNEXz9UzBg8uA&asPdf=false  
3d577488de711134 City of Green Bay 35-C-0073 2017-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX7u&d=%2Fa%2F3d000000pU4l%2Fe9W1hkUE1wGhGDX2qZkTYcedmgibX1dTxBbn28hhaTk&asPdf=false  
00a079839732feef City of Green Bay 35-C-0073 2016-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX0L&d=%2Fa%2F3d000000pU5B%2Fh25hrOd5QvGTrQf4It5Wzdf8ue8OpCmk3jdvNITSdnE&asPdf=false  
c005ff634215b307 City of Green Bay 35-C-0073 2016-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWyR&d=%2Fa%2F3d000000pU62%2FDIHUvKSbXuGZiX2jawb4qb6VvUlLZMG3zcK4A2_KIV4&asPdf=false  
d24b94b16fc4470d City of Green Bay 35-C-0073 2015-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXZo&d=%2Fa%2F3d000000pU5D%2F1Az8JH1taT6EdGWRxpJbidrDGLmBxTfk79gKx2HkfNs&asPdf=false  
78d52832590055af City of Green Bay 35-C-0073 2014-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWFP&d=%2Fa%2F3d000000pU4o%2FiOOBgLtMmmPXHLvQ6vy8B7qlXU9TqTdZi.QqIFZSLyU&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 554.292ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API