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

5 rows where cert_number = "22-B-0075" 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
beacda5573d9be06 MONSTER PETS OF AUDUBON 22-B-0075 2018-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega7i&d=%2Fa%2F3d000000pSnq%2F8E4fQ1aSGvdqXM9AbQ0mxIXRH1skUf9.CPmGyLwJURY&asPdf=false  
b51284e302de1248 MONSTER PETS OF AUDUBON 22-B-0075 2016-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZzy&d=%2Fa%2F3d000000pnU7%2FX.IniTT3xE84FgGG1fVWWf8W69gkxGJvtEvsEFPb63I&asPdf=false  
446c687b1676145e MONSTER PETS OF AUDUBON 22-B-0075 2015-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZUT&d=%2Fa%2F3d000000pnUj%2Fu.j_qaR3WtbdU7FdFohh_TsS2FCBgyRZJRmlYdxEhos&asPdf=false  
77f444d6846cfcbe MONSTER PETS OF AUDUBON 22-B-0075 2014-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaR8&d=%2Fa%2F3d000000pT4a%2FnN6jLMvJKU7v4KOUPm.uqngpQcyB1iXYRxnXnQKwN60&asPdf=false  
e12bec6c45a09d97 MONSTER PETS OF AUDUBON 22-B-0075 2014-01-31   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWP4&d=%2Fa%2F3d000000pX5z%2Fxh8Z6_xhw9ySetaN_ahY52D7UOdOx3A.yvxQfrs4a6I&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 245.167ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API