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 = "63-C-0291" 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
fa17624b02334676 Reel Show Animals LLC 63-C-0291 2024-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DDF67&d=%2Fa%2F3d000002pQXl%2FOI1l2YU4_9nEVCW2OMPfD51O3d7hr4iz_noRdcKG_cY&asPdf=false  
2a2568b73a193882 Reel Show Animals LLC 63-C-0291 2024-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CYRg8&d=%2Fa%2F3d000002bD6X%2F1TvqMT19MszWb6AbvuzY9GIB0D.Yz9ri5A4oRkBAomk&asPdf=false  
ce2564cfa4fd89ff Reel Show Animals LLC 63-C-0291 2022-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwT71&d=%2Fa%2F3d000000phIA%2FEKhEeVI.XUh_xzdA8Yfls4KlCJYN5k.EgL3cuNy3ixk&asPdf=false  
2dffdcfa6083100e Reel Show Animals LLC 63-C-0291 2021-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMWoY&d=%2Fa%2F3d000000pfKs%2Fbmya32au7hrdiYe.0fxGbVG.G7.jnkO2eiDNcGc5724&asPdf=false  
c397da30023c6967 Reel Show Animals LLC 63-C-0291 2019-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnMH&d=%2Fa%2F3d000000pl1k%2FwNki5M4op7iyQEpND19x7zR7UBc1.XE6Il8zOuCvJW0&asPdf=false  
dfd71555bbfb2cb0 Reel Show Animals LLC 63-C-0291 2019-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghDy&d=%2Fa%2F3d000000pjwV%2Fgcgz56xB5OOD.fV7iV7BpAYmVmvK0VAU6Gp3hUZ_6j8&asPdf=false  
51503e217590f222 Reel Show Animals LLC 63-C-0291 2019-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcXt&d=%2Fa%2F3d000000pTSH%2FkD2a1mhX_ai7gfCgR44_UaX3x_MCPYaMm6PxW7qph0c&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 119.21ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API