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

8 rows where cert_number = "43-A-5703" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
87d611aff724ad29 Anna Troyer 43-A-5703 2016-12-01   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgViJ&d=%2Fa%2F3d000000plCn%2FZZ7KjU05WIXyLF_cOGEXFSgOfxyPDpMzWr1yqmSfBfk&asPdf=false  
7dcb7ec33f4f841c Anna Troyer 43-A-5703 2016-09-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxPt&d=%2Fa%2F3d000000pb1Z%2Fw.sI45SuDpciKs68KKQNMg5vIVGYACdNv3ZmZ_KItHY&asPdf=false  
02b5b3801cccffe0 Anna Troyer 43-A-5703 2016-07-06   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwgn&d=%2Fa%2F3d000000pWVE%2F4l5qRx4hhSFWC7rWQPIlFAwWEzZeU6RPSylXGvpgq8s&asPdf=false  
069de68b24f83eea Anna Troyer 43-A-5703 2016-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZZQ&d=%2Fa%2F3d000000pT9g%2FgeGvyG.faTu8vYBSbulUHOFtS0zXCpWu6Us77H2UXgY&asPdf=false  
b59c336f9c20554c Anna Troyer 43-A-5703 2016-03-23   0 2 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxBx&d=%2Fa%2F3d000000perD%2FK_89qGUjHQhiVzSWYGX6poM6U3mXr1ITrGKx7tDWLhU&asPdf=false  
7029c20a496dfdb7 Anna Troyer 43-A-5703 2016-03-10   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWZF&d=%2Fa%2F3d000000pi2d%2FV1bxt0yvBXcSwlFVkHCvYZhOWgeUTENRmb08y9iLeaw&asPdf=false  
24fecb20a6482af0 Anna Troyer 43-A-5703 2014-12-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXZ5&d=%2Fa%2F3d000000pbDQ%2FoBRlHQ5TvpcOzmRZwkOyz8SBAbv6xhI803KgkkCetmc&asPdf=false  
6566736b31197f3f Anna Troyer 43-A-5703 2014-08-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglU6&d=%2Fa%2F3d000000pkIC%2Fink0ystn0IXVRjbk7z0If4kJwoWAou5Yz.VgZbtuqB0&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 339.728ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API