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 = "41-A-0471" 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
c040c321a5d73eed Henry Yoder 41-A-0471 2022-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxknG&d=%2Fa%2F3d000000pTYo%2FohSuHgtFUQKKCkPIZ_.to05CLh5.0PAMrpAP6QUiH4Q&asPdf=false  
6583755db3ee8d4a Henry Yoder 41-A-0471 2021-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERx0q&d=%2Fa%2F3d000000pnAh%2FbhEXNT1HuKeznEPo0MMZ.Xwi60ikZEV46aW2plrEAig&asPdf=false  
e34923b8d42ebce8 Henry Yoder 41-A-0471 2019-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiV4&d=%2Fa%2F3d000000pREf%2FbPAkNI6ckC8cz6F2Prp_JEsKYmrzAJNuKkeyV7bLhPA&asPdf=false  
48c359d6daf6a47f Henry Yoder 41-A-0471 2018-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiU3&d=%2Fa%2F3d000000plOF%2FS6RXput9iyWuwFHeir_q67Q1z5G7fIINIvXgH096Enk&asPdf=false  
46cce800df5c7a59 Henry Yoder 41-A-0471 2018-01-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiWq&d=%2Fa%2F3d000000pUdh%2F3LF9PVNtEssVqALOOLbVrlyT50UW8tePriqou4Iy3oY&asPdf=false  
b1c65b7ee451e52d Henry Yoder 41-A-0471 2017-10-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg00&d=%2Fa%2F3d000000pUFd%2F4x9MbSj44EFM_EIBsEW.zwtS.afPIM76sJaGrSnYObg&asPdf=false  
5935578eb54d4d80 Henry Yoder 41-A-0471 2016-11-14   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egir0&d=%2Fa%2F3d000000pnsR%2FcKPOnM6oUNmrx8SIc05.eM_1W5Yc8O1QE8rUxR8I2hA&asPdf=false  
83fa2a0000d477a8 Henry Yoder 41-A-0471 2015-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiCS&d=%2Fa%2F3d000000ppEj%2Fqfmo.G_5jDpi0la.HIrQXWm_nNMDt.edO9lfkCXxg2Y&asPdf=false  
0fd41832a5fbb878 Henry Yoder 41-A-0471 2014-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkLQ&d=%2Fa%2F3d000000pRR6%2FcnpPbTfdClpJ5bI1YbnLxpOfLG0MchXV5QEq9Hk6ZWk&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 175.082ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API