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 = "48-C-0165" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
d2b0f3a0409794a9 Two Girls and a Zoo 48-C-0165 2018-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX5O&d=%2Fa%2F3d000000pUDY%2FGYD1Eed3ejcZlfsANLsd2H7ZpKLfg_U4Rt7iM9F_kR8&asPdf=false  
caeff0df830218ad Two Girls and a Zoo 48-C-0165 2017-09-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVmT&d=%2Fa%2F3d000000pexN%2FqF4V6qX.2eTacX_3EAmY39fA7YpOY9CTGgtdcfEESIg&asPdf=false  
c8052cc681c5c73b Two Girls and a Zoo 48-C-0165 2016-10-13   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXIR&d=%2Fa%2F3d000000pUKc%2FNYveWBdOs3FvMX_7Q0xOnSQH6DQIZM66u8FQo02kUVE&asPdf=false  
c8b0e33af4a9a2d2 Two Girls and a Zoo 48-C-0165 2016-02-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXjP&d=%2Fa%2F3d000000pp4a%2FtgoTzXd.q72GavHcsxwLbf1D8CwomvsaZWsKqiQr_Vg&asPdf=false  
3d77e983e591ec1e Two Girls and a Zoo 48-C-0165 2015-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXjb&d=%2Fa%2F3d000000pdmB%2F9Xv4dz1S9H8luf4xpz5E8R633oolilL_deYurcOpBKA&asPdf=false  
8bc575aba708435e Two Girls and a Zoo 48-C-0165 2014-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZta&d=%2Fa%2F3d000000pfZT%2Fz2rVcfU7fJTLFxEWxNlt6rcRbttyzf.LNIvtNtmS5fY&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 481.29ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API