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 = "21-C-0391" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
78021c34cfdb7a07 FRAGILE PLANET WILDLIFE FOUNDATION 21-C-0391 2018-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglBk&d=%2Fa%2F3d000000pWY0%2FWUhC.DwfBLu7O.AWmkSllTrlAzYWvb.iwK7qKFRo.34&asPdf=false  
9e8d0b848650e576 FRAGILE PLANET WILDLIFE FOUNDATION 21-C-0391 2017-05-25   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWX7&d=%2Fa%2F3d000000pm3m%2FBqjEdiTunz0ev7QWq.Nu0veah3.jVD.i5ZEqa7rX5VQ&asPdf=false  
8369a1c31a616aa1 FRAGILE PLANET WILDLIFE FOUNDATION 21-C-0391 2016-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdlx&d=%2Fa%2F3d000000plcV%2FPOLQcEoV0yeHBEYT9DsSxQU9KUMAgtN5wIt7qKLgUO0&asPdf=false  
2d9356eba8f0691f FRAGILE PLANET WILDLIFE FOUNDATION 21-C-0391 2015-11-16   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXCz&d=%2Fa%2F3d000000plLQ%2FZ0iIPxbjVgxMaisw6LRZaWU4WaNLKmmvqczDohkdAu0&asPdf=false  
ca325524ed4294e4 FRAGILE PLANET WILDLIFE FOUNDATION 21-C-0391 2015-06-19   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYqo&d=%2Fa%2F3d000000pmiV%2F0fru_moj0fdsgshGLBjjUaVDD0TQ84N20.clvBOVeUI&asPdf=false  
0e90fe0b6ba8bbe3 FRAGILE PLANET WILDLIFE FOUNDATION 21-C-0391 2015-03-10   3 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYnR&d=%2Fa%2F3d000000pmiw%2FdhY2LqQvQbQahuL5dhg2whvfJUu4L4AuI7ooP.Q.UwM&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 5.399ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API