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

7 rows where cert_number = "23-C-0335" 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
383365437f79d935 DEBRA GAUS JESSICA GAUS 23-C-0335 2018-04-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXtc&d=%2Fa%2F3d000000plxb%2FhY0prv4AgEp0GlYvkfOyp4056_8xeCCWWSGp.frtF0Q&asPdf=false  
c34c5d4e35593738 DEBRA GAUS JESSICA GAUS 23-C-0335 2017-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfqr&d=%2Fa%2F3d000000pded%2FMl74CHoQ0pXl5SqDjaBM1fY0MTpRSnfemlXIBanlr90&asPdf=false  
5e0ebe5cf9b4b1ea DEBRA GAUS JESSICA GAUS 23-C-0335 2016-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggbU&d=%2Fa%2F3d000000ppHV%2F0.kB4_K63IrQSzFAdiPWOcFZXoNNCAisqlbVTN3mqWY&asPdf=false  
c62d0e064273ecbf DEBRA GAUS JESSICA GAUS 23-C-0335 2016-03-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcNo&d=%2Fa%2F3d000000pSWR%2Fwo4Qp1iw0T1E71lWxLU5h0xKJgRabBxkG8puwZ_WRh4&asPdf=false  
f068ef83b6ddd836 DEBRA GAUS JESSICA GAUS 23-C-0335 2015-10-22   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxZc&d=%2Fa%2F3d000000pUFN%2FX1Ah_em45dGwO_fEiCSPGjsXD0M7V5nE3ts3LCihlDk&asPdf=false  
95da47a04ebe9c73 DEBRA GAUS JESSICA GAUS 23-C-0335 2015-05-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdw6&d=%2Fa%2F3d000000pmz3%2Fit_Y1bswIxI8Vo1gCuB8RjI6XBHwy1PDOhO79xMQENQ&asPdf=false  
df3a39267e8e76dd DEBRA GAUS JESSICA GAUS 23-C-0335 2014-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfqT&d=%2Fa%2F3d000000pncU%2Fcp9fkQ4HWlbv53joKm1Oo2MUmNAbL2gQRuTsDaj30AI&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 7.952ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API