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 = "33-A-0605" 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
bc99898d484abfb4 Dreamy Puppy LLC 33-A-0605 2025-08-18   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000itszQ&d=%2Fa%2FSJ000005UT6X%2Fw5wMmrUmSnEDKlJT0rrWqhPBriON5VlJf3vfSWvLGXU&asPdf=false  
91291e09496d4441 Dreamy Puppy LLC 33-A-0605 2024-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EgRQ5&d=%2Fa%2F3d000003EJ5q%2FuYQVvaCf572nX4I1C0dJ.zlrkv9yMhek.72uBgLVm_w&asPdf=false  
1fb7ee1d604744f7 Dreamy Puppy LLC 33-A-0605 2023-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AdPbe&d=%2Fa%2F3d0000025Cqm%2F_Y319pZjVzA8oyc8.lEAFdVBPonix7U5GnXOHt6.WBk&asPdf=false  
597f08bf57c8ab0d Dreamy Puppy LLC 33-A-0605 2023-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000088f9w&d=%2Fa%2F3d0000017FIK%2Ft9KftiFavTWZrzdqn.kXCUo5Z56sXwgYtz6PK1oVqyQ&asPdf=false  
ef23534532f56d83 Dreamy Puppy LLC 33-A-0605 2023-03-16   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ujm0&d=%2Fa%2F3d0000012wwj%2FwiDO9dVGsafcqGGF5xBA3IlEekA1ZlI.QCWggAUCDj8&asPdf=false  
1724d990890d4625 Dreamy Puppy LLC 33-A-0605 2022-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V90mF&d=%2Fa%2F3d000000pgtW%2FaEoiC9lhfp8_APqEutvPdcqS9pMQPZM8xTgQffP6NHU&asPdf=false  
018b4a0d88fae7d7 Dreamy Puppy LLC 33-A-0605 2021-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NDdfb&d=%2Fa%2F3d000000pazC%2FMTucYkSLwr1NzuxWznp_yqrpkzsaoBQGttQX6G_wqGI&asPdf=false  
770fd78b1e2060af Dreamy Puppy LLC 33-A-0605 2020-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyIjD&d=%2Fa%2F3d000000pnAR%2FzHq5NFAAeTH2tbiefeBzRpA7AJmYAzucTotDVaiU.Dc&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 839.593ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API