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 = "58-C-0972" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
5807cb23ac714ea2 Camp Kulaqua 58-C-0972 2024-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CtuaL&d=%2Fa%2F3d000002iZLj%2F30glYih6uV39anLkF18qUhaYCSYOyxisNgW82AF5VNU&asPdf=false  
1e6cdf4c67ca2c9a Camp Kulaqua 58-C-0972 2024-02-14   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CHYu2&d=%2Fa%2F3d000002WOR8%2FfDw60b3qsiDewLHHMesrpYNvk0GSQFC.K5gMONGlB5I&asPdf=false  
0bd7a8d38d044299 Camp Kulaqua 58-C-0972 2023-05-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Jn23&d=%2Fa%2F3d000001ApF7%2FWKknChQ9Sx8ysrZXSoG3zmjM_7txcLItSm_QH3j34lY&asPdf=false  
cbc680f4d4d9ffaf Camp Kulaqua 58-C-0972 2019-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ5C&d=%2Fa%2F3d000000pexd%2FzdXfJ51ahLDtyF2UoSeUgKoaLAiWVA_B561kfxmDkZA&asPdf=false  
fc07468d3fc760f1 Camp Kulaqua 58-C-0972 2018-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYCU&d=%2Fa%2F3d000000pooH%2FID4Rrs7_fpsEH0N47y_qcJDSVdyXx6zYDKsDYiZ4A5o&asPdf=false  
ee3bd3d54623a6f7 Camp Kulaqua 58-C-0972 2017-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ6s&d=%2Fa%2F3d000000poGS%2FIObtSIDuN.hMSs920eqAA.MxLyi8nMkaUe48JoWJ7ug&asPdf=false  
faef179cb8142fdd Camp Kulaqua 58-C-0972 2016-09-13   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYOE&d=%2Fa%2F3d000000pnPb%2FHQSHkjZVib084W6jZ_pCgPRiXgJ6K5Iapj.0O6vOAqI&asPdf=false  
3b26200e7b0360d3 Camp Kulaqua 58-C-0972 2015-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXgh&d=%2Fa%2F3d000000pb85%2FjayR8ErLRBoleIWhZGTafpGh4uwJi3KrrktEoaBtkRs&asPdf=false  
e5458941ea933257 Camp Kulaqua 58-C-0972 2014-05-27   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVtQ&d=%2Fa%2F3d000000pjD5%2FsC2VmvCoPHr6gUbBPwXyYQL50isZ8AF7CFud_E..fDc&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 1114.097ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API