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 = "22-C-0153" 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
fef2239a57c271e0 Wallaby Tales LLC Eyes of the Wild 22-C-0153 2023-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPbed&d=%2Fa%2F3d000000paYp%2F3pzPvSXJe_s.vw1MwonlSElqR206etWuixgumbfGBoU&asPdf=false  
3873c389a4706198 Wallaby Tales LLC Eyes of the Wild 22-C-0153 2021-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V99ed&d=%2Fa%2F3d000000pgye%2FDsbMDI4sd_wgXJU3frpUX_1ZnoM2SEjiq_w0GcnnjoE&asPdf=false  
06e5daaa0229071b Wallaby Tales LLC Eyes of the Wild 22-C-0153 2021-05-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8XeA&d=%2Fa%2F3d000000pp74%2F2cBBJCxFuRE1o3clhULkueQppqbC5vgJuRa_Hn3iaPU&asPdf=false  
8798eb536718f3de Wallaby Tales LLC Eyes of the Wild 22-C-0153 2019-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXaR&d=%2Fa%2F3d000000paw7%2FbKwXZ63uIJ.Tx3.OygKky92_QMgPWDl3fJUwc.T9Taw&asPdf=false  
efb0c3360dba3bb1 Wallaby Tales LLC Eyes of the Wild 22-C-0153 2018-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXNj&d=%2Fa%2F3d000000pb17%2FYuTXKl3nNtfRiGVffKN0FWq0Rwo41YvJ4Q7awbFRjbo&asPdf=false  
0ee9b0a56f606f1e Wallaby Tales LLC Eyes of the Wild 22-C-0153 2017-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW6z&d=%2Fa%2F3d000000pmCV%2FYm5zfrJjFFj9KMz2CBBrf4HXE.wM.gJdambwQtIVFYE&asPdf=false  
3b2a7846f3b128b1 Wallaby Tales LLC Eyes of the Wild 22-C-0153 2017-08-02   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxJO&d=%2Fa%2F3d000000poZ2%2FQMYPSlAPhZ4NutkBivCetKEl45tuOqPPdW0o0HwOda8&asPdf=false  
e4952e5d10c1c209 Wallaby Tales LLC Eyes of the Wild 22-C-0153 2015-10-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW3i&d=%2Fa%2F3d000000pkq6%2FJe8a8K.lkoi5HjxprsTS67b6p2E2WEYE_y04UU.7Tvk&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 205.397ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API