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

4 rows where cert_number = "72-A-0184" 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
ccc26d0f816ffe2e Fort Wade Kennels L L C 72-A-0184 2018-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaS5&d=%2Fa%2F3d000000ppID%2FNaoJCcfjKDIlpnh_Gp8xKy8Oqp2iqRN5.tvg6dCuBbA&asPdf=false  
a9bec6c111506470 Fort Wade Kennels L L C 72-A-0184 2017-04-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXxa&d=%2Fa%2F3d000000poGE%2FZl0fXdHpVy6fxvJeHc4PhHKRUe0aiYAFmhoR_vJJM4Y&asPdf=false  
2a7dd1f46c28d04a Fort Wade Kennels L L C 72-A-0184 2016-12-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm7V&d=%2Fa%2F3d000000pp30%2FG18a16eRVqpnjEBRtQB5ZsQ1fc3iw2r41eu65AOR1bQ&asPdf=false  
ef8523982366213f Fort Wade Kennels L L C 72-A-0184 2016-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcGD&d=%2Fa%2F3d000000pX2t%2FFwSFveX11NsQez7trzCXG8J5At.4dReOGQfIzKVGacQ&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 11.739ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API