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

9 rows where cert_number = "23-A-0620" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_count, teachable_moment_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
35b7b83c073f20f9 CHRIST FISHER 23-A-0620 2020-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmGA&d=%2Fa%2F3d000000pTHe%2FVrMFmaW_KQMbuckLDX4NtP3eJdGnFZ4QxPtiK7mftv8&asPdf=false  
460493d057c9393b CHRIST FISHER 23-A-0620 2020-01-09   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwpm&d=%2Fa%2F3d000000pljU%2FPT_z_uxeRNdYmdtEgUxUldqp28WeHPFqscGynfcYFjg&asPdf=false  
89c83a7974af6544 CHRIST FISHER 23-A-0620 2019-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkGC&d=%2Fa%2F3d000000pRDL%2Fp4QFX15H90VGycRwPgFHyUmT3aC6GB.oBjx1ckbU6GI&asPdf=false  
954f795e656e25e1 CHRIST FISHER 23-A-0620 2019-06-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggPT&d=%2Fa%2F3d000000paph%2FDPLgCgrQ94AW8xen7Z6cYJGQs7sLchhuII2n83ak.D8&asPdf=false  
5ad8ff93e4dc9ee6 CHRIST FISHER 23-A-0620 2019-06-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdte&d=%2Fa%2F3d000000pWu0%2FeaAfPL17e1WqcJXhg0EPvUWK_Lp8AmuRPJVQ9ebvZ3I&asPdf=false  
75ce4dd1b063d80d CHRIST FISHER 23-A-0620 2018-02-22   0 0 0 5 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg5L&d=%2Fa%2F3d000000pUKH%2Ff9MdqX7j3FQNTsUQc77jqCQ2kT7Zb.wVFvgFrUIgZpU&asPdf=false  
db5c1222c1eafee5 CHRIST FISHER 23-A-0620 2017-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjzE&d=%2Fa%2F3d000000pdRc%2FIPgi4Za7IpwEDPzGg3TnMPEUdgQNCtUHklabUzYvKqQ&asPdf=false  
be239081977ef0c3 CHRIST FISHER 23-A-0620 2016-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFf&d=%2Fa%2F3d000000ppAn%2FX7qBeqApx6PCRujNZf.LZtiC1vaXV8WsP5o6e8CzPP0&asPdf=false  
acba1dd4a9e9ac55 CHRIST FISHER 23-A-0620 2015-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdD6&d=%2Fa%2F3d000000pbcA%2Fv.xf91s10FaGpEziaWo3Uf_alnaAsuBDjffxu6HwwRA&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 242.592ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API