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

6 rows where cert_number = "16-C-0056" 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
4b050064c805da9b FISH BOWL PET SHOP 16-C-0056 2019-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbix&d=%2Fa%2F3d000000pkSy%2FGMIDS4EqHDe4FvAPsTnQzw4qz3EAa4EAt7QcRHwBxgg&asPdf=false  
a24f8e79a884ec8e FISH BOWL PET SHOP 16-C-0056 2017-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaGx&d=%2Fa%2F3d000000pT5a%2F.2.wKqsgrqmjsNFwTM_IXjnUijAxBHqpLofHH6lI53Q&asPdf=false  
8568fb88fcf44688 FISH BOWL PET SHOP 16-C-0056 2016-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaZv&d=%2Fa%2F3d000000plKw%2FQfebxYHTYKvGcC7JapqLqduvvazPaR85Tf_1yBP36NA&asPdf=false  
05e0055a43b41e82 FISH BOWL PET SHOP 16-C-0056 2016-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcPq&d=%2Fa%2F3d000000pdQ0%2F2rz4WjzepwT7fmggR5uhSr8DVzHY7DquHbCdzBPyyOY&asPdf=false  
7fd092523d05a3db FISH BOWL PET SHOP 16-C-0056 2015-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaPh&d=%2Fa%2F3d000000pScZ%2FEHrBzHb5DQ4EW9PrNSqakciOe8ea.E9N0AYBtZV73ag&asPdf=false  
98c8154c03a6e173 FISH BOWL PET SHOP 16-C-0056 2014-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega7j&d=%2Fa%2F3d000000pafc%2F_wusDSmQZy.ccNWIyXtSqpkjgIYxFwY5G2Lc3pt6zK0&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 6.469ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API