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 = "72-C-0174" 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
dcb034f7e4334893 Rogers Petting Zoo LLC 72-C-0174 2018-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbGV&d=%2Fa%2F3d000000pmn7%2F91S5q7e0IRU.aDlnJGuziQjrhbM3st3WHHh0NReKc98&asPdf=false  
c969a7eb713b4579 Rogers Petting Zoo LLC 72-C-0174 2017-11-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggZB&d=%2Fa%2F3d000000pTPu%2FTCl9YyTfklVTqhjQcckSi4fv.H8ORyuMZKhgt8yjZ9M&asPdf=false  
158358dcc11570ef Rogers Petting Zoo LLC 72-C-0174 2016-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbvS&d=%2Fa%2F3d000000piDR%2FpeqrfldPQdqTwDO8S7ZPgiiJnW9sy1CuddNXPmjiMKE&asPdf=false  
6ad775b9578b5020 Rogers Petting Zoo LLC 72-C-0174 2015-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbMN&d=%2Fa%2F3d000000pmnF%2FFkpYBEhL4e3.F7y_jHnIfQqhxyTyB5zjTFZSYtLQw1I&asPdf=false  
8dbb0620823d364b Rogers Petting Zoo LLC 72-C-0174 2014-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdXZ&d=%2Fa%2F3d000000pX3D%2FdlRfqatICnPzZUHjVfLUJx5KAUopBfxTPo9jLHZn2Fc&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 4.652ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API