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 = "22-C-0142" 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
f6047318a2345880 Reindeer Magic and Miracles LLC 22-C-0142 2021-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMbUg&d=%2Fa%2F3d000000pWqV%2F7EZxo_bnD7XD3_TqkUkJfVT4mUzp8zPQUxekxu.YGzs&asPdf=false  
16be818189497668 Reindeer Magic and Miracles LLC 22-C-0142 2019-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egixp&d=%2Fa%2F3d000000pUbg%2FKVbi0dnftylyaf4iCA05CfXPJcHieJ5SXiKrKzq127A&asPdf=false  
8fda5171c1dc1774 Reindeer Magic and Miracles LLC 22-C-0142 2018-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjyB&d=%2Fa%2F3d000000pm4e%2Fva44KUxT5KHqRO9lWvum0yeQE8ld5O2TtStIBL8vVoU&asPdf=false  
7ff6fc693832915a Reindeer Magic and Miracles LLC 22-C-0142 2017-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggIi&d=%2Fa%2F3d000000pRbW%2FkcoL1xonhQOF_uy5oJhIO9dhZccUrj3g35L1QrKmA5k&asPdf=false  
5268418ded0c1f91 Reindeer Magic and Miracles LLC 22-C-0142 2016-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfqb&d=%2Fa%2F3d000000pXOX%2FQxAunxaxDupl3c8YMpwHdfKcDYKxE8N91MrmUHMrzTg&asPdf=false  
018732033cc65c8c Reindeer Magic and Miracles LLC 22-C-0142 2015-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggM2&d=%2Fa%2F3d000000pjAM%2FW92tYaPEHOH8SipLCbefP.Mh5JZDlsJBVJfvkmzKClU&asPdf=false  
979afa7201380fd7 Reindeer Magic and Miracles LLC 22-C-0142 2014-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYxn&d=%2Fa%2F3d000000plsf%2F15JtwgsgMMzCgZn2fqcn3ZRW2Y_fJfSgaSYWG4muAhw&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 733.572ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API