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

11 rows where cert_number = "34-C-0393" 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
ac0d4d4728ac5540 HUMANE SOCIETY OF MACOMB 34-C-0393 2023-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPQk3&d=%2Fa%2F3d000000pZx2%2F2Ck40vA3rcP5AxAcwFT8PH8ybtNj17U8wBuEiek8ePE&asPdf=false  
39db8d3e8ebeb6a2 HUMANE SOCIETY OF MACOMB 34-C-0393 2022-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwkMS&d=%2Fa%2F3d000000pZwo%2Fgy8iLg4hNRL7bayRQAH9BYIUGU8yJUxAsTwo7C6xoSk&asPdf=false  
17fe2da363e495db HUMANE SOCIETY OF MACOMB 34-C-0393 2021-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNOdl&d=%2Fa%2F3d000000pZxZ%2Fbo7hQRXxI3A2s8bwH.Bl9VsBxU1Q0EODMVMAV0Q.J4k&asPdf=false  
266abf3b98d9de04 HUMANE SOCIETY OF MACOMB 34-C-0393 2021-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NDnYz&d=%2Fa%2F3d000000pZxs%2FF0M.AKbkxAUtN.tZmqNr3RqHKiYPWkM8e4TbSsbdCIc&asPdf=false  
d082fc3ec0b70bc6 HUMANE SOCIETY OF MACOMB 34-C-0393 2020-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfah&d=%2Fa%2F3d000000pZxN%2Fc7df19EQzV2fAi.z2OyETz6ILv14QoyXnkXvWEjZcGY&asPdf=false  
5505fcda3cc50b9f HUMANE SOCIETY OF MACOMB 34-C-0393 2019-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghBM&d=%2Fa%2F3d000000pZxS%2FZytRvyx9Nq8EA9RJ6kvBhqSo6KtLTJJYTB.asaZUOhs&asPdf=false  
4d7a4efabf6cba7b HUMANE SOCIETY OF MACOMB 34-C-0393 2018-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfEg&d=%2Fa%2F3d000000pZwx%2FSrDJwYM8vbQRhrny7C.fJZT73urqFaTzyywV.eoeuo4&asPdf=false  
4028b76ab6982476 HUMANE SOCIETY OF MACOMB 34-C-0393 2017-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghbQ&d=%2Fa%2F3d000000pZxi%2FDA3pZHyvrtEpsa8Lr7XqivRSLqh5A9xicRzUI2Rcvhw&asPdf=false  
fd9f9b23c14ebd8b HUMANE SOCIETY OF MACOMB 34-C-0393 2016-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjs3&d=%2Fa%2F3d000000pZwN%2FFkuxpOfFqMxpEWDCvp0716Akcu0qgiCDTClyupya6Ho&asPdf=false  
fe51cf6769352853 HUMANE SOCIETY OF MACOMB 34-C-0393 2015-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUc&d=%2Fa%2F3d000000pZxr%2FSlKsRr5SXvkl8J_hMxTn2ZCy5AnyJP7hcj1LH.qChO0&asPdf=false  
3621487984cf01d7 HUMANE SOCIETY OF MACOMB 34-C-0393 2015-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaKe&d=%2Fa%2F3d000000pZxG%2Fk3I7WtQ4TE64S0APh1g2hse8abvgplRXcTLuaekr1DI&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 233.188ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API