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 = "82-C-0039" 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
cb8c30ce1bda8f74 THE WOLF EDUCATION & RESEARCH CENTER 82-C-0039 2019-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfov&d=%2Fa%2F3d000000pnl1%2FeSCRfKz7vYQDY4RJVz3majJlKkWKxAb9yy5jokrG8oU&asPdf=false  
5792b3d3d81d3991 THE WOLF EDUCATION & RESEARCH CENTER 82-C-0039 2018-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMy&d=%2Fa%2F3d000000pnsq%2FfTJrtEKFsd.woAw0P0oCFLpQwEUKct9xU0gUab0TKIw&asPdf=false  
832bc6c932199913 THE WOLF EDUCATION & RESEARCH CENTER 82-C-0039 2017-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfL0&d=%2Fa%2F3d000000pddr%2FkWUpaSx.3lut7oTvoI8rMGYdNJtH23tnavFhqse0PDg&asPdf=false  
2add0c1ffd52863f THE WOLF EDUCATION & RESEARCH CENTER 82-C-0039 2016-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgevA&d=%2Fa%2F3d000000pkVa%2FKSxq678qLDCfSnyL3C6_gWtHVM4V1tTbFFUXfMcwtnQ&asPdf=false  
16cf7d1d00142bac THE WOLF EDUCATION & RESEARCH CENTER 82-C-0039 2015-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf95&d=%2Fa%2F3d000000pnAS%2F9rBqi.AO46wfKjaCrRlZik7G7Bne47E7.5tZT8_VbZE&asPdf=false  
e0e0f423f323918b THE WOLF EDUCATION & RESEARCH CENTER 82-C-0039 2014-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdZu&d=%2Fa%2F3d000000plEZ%2FKB0Leag2wPBh2N5qfl03GpfaJVv6.zN5m24CyZqbNhQ&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 176.778ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API