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

8 rows where cert_number = "41-C-0284" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
c844a19c72f71d80 CREATURE ENCOUNTERS INC 41-C-0284 2019-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZX1&d=%2Fa%2F3d000000pUZy%2FbuQSCc2fThxR3h7rAd.AQVEILdSAXOXfx4ED2afJem0&asPdf=false  
3bf955a6d068d44f CREATURE ENCOUNTERS INC 41-C-0284 2018-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZxq&d=%2Fa%2F3d000000pm5s%2FNDvpSSXf5ByxnsDtGAO65ykykoABYfnx1aBRxB.TSeQ&asPdf=false  
bd80466dd5eee46e CREATURE ENCOUNTERS INC 41-C-0284 2017-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZQS&d=%2Fa%2F3d000000pdnO%2F49q_4U2TQW.4SsRmtbNIyfvUCnZswBK3c0dJ.IyTga4&asPdf=false  
cf9e4d11580fb532 CREATURE ENCOUNTERS INC 41-C-0284 2017-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXf&d=%2Fa%2F3d000000pdrs%2FiPP5eKWBvGy3OUCAv1tkBEibggNJw90_bHgWJas4.pw&asPdf=false  
b88b5c11aa675947 CREATURE ENCOUNTERS INC 41-C-0284 2016-12-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggcd&d=%2Fa%2F3d000000pmfq%2FCHQ_j4tenn5ERo4UUwqR8B2sGziZkzc4xRZr1VUSIXA&asPdf=false  
63b7018c5fb7d720 CREATURE ENCOUNTERS INC 41-C-0284 2016-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbk3&d=%2Fa%2F3d000000poxU%2F4au1wSnXIxVbuHY5hHiP.esFvrmGl.f8ALIgt6aTxr8&asPdf=false  
29d45246c0075c8a CREATURE ENCOUNTERS INC 41-C-0284 2015-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaqm&d=%2Fa%2F3d000000pTMz%2FB2m3IXveAOXXYoSZgd5QUajr16gLPMymGFrgdj3Rsz0&asPdf=false  
f8aadcec410bc1fb CREATURE ENCOUNTERS INC 41-C-0284 2015-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXy3&d=%2Fa%2F3d000000pT18%2FDoF7LAo3BNDCEOY1mLXytC402chmhiuU5T0KKpSAV0A&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 5.15ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API