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

7 rows where cert_number = "87-C-0048" 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
03c6fe3754f1b184 Scipio Petting Zoo 87-C-0048 2015-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egesw&d=%2Fa%2F3d000000pWW7%2FuSQ4vKZTu.zwBzFtemI3jIlFKFkNP5gUxmrtI7EkO7I&asPdf=false  
e29bdefe639e61a8 Scipio Petting Zoo 87-C-0048 2015-07-06   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxcE&d=%2Fa%2F3d000000pglZ%2FuQo0.qmy6Qx0wBb0t6EncdWy99pa0vBKprpyjpLFxKU&asPdf=false  
849f6aa9bf5ea179 Scipio Petting Zoo 87-C-0048 2015-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdQq&d=%2Fa%2F3d000000pnLo%2F8wttx5F0khd0GVMf_AuSUly0JpkT42VcujPj6pKXlNA&asPdf=false  
fbfe85295983a0c1 Scipio Petting Zoo 87-C-0048 2014-12-09   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWDK&d=%2Fa%2F3d000000pnHD%2FbwT.XC3uHao6RHdtdnELJPnJ8HR_yeufzJB32cfmjYg&asPdf=false  
85e4307521889405 Scipio Petting Zoo 87-C-0048 2014-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYB8&d=%2Fa%2F3d000000pXRI%2FT00ZfIIrSivxjPJSvCYei00mOlzs.URv4tm7wY9XkVo&asPdf=false  
a3189859e5c31ee4 Scipio Petting Zoo 87-C-0048 2014-04-12   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwIe&d=%2Fa%2F3d000000phxQ%2Fa22BZh7JjzSvmTSr_Z0d4nJm1KNwv.S8oRNcILd5SDs&asPdf=false  
12272899d0b83ba6 Scipio Petting Zoo 87-C-0048 2014-02-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWja&d=%2Fa%2F3d000000peuH%2F3Nv6BQFZG9mw9i5lnB_MKpLdhx7w4KeKjW5iGESojiA&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 453.593ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API