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

4 rows where cert_number = "21-T-0058" 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
7d1c6df2a3281a6d FISHERS ISLAND FERRY DISTRICT 21-T-0058 2019-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmNZ&d=%2Fa%2F3d000000pdQY%2FFh4ar46eMyMXM3VV60nEL818EXhRzYCM0oOv1WNyPCY&asPdf=false  
f41fac5f0b05003e FISHERS ISLAND FERRY DISTRICT 21-T-0058 2016-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnJF&d=%2Fa%2F3d000000pjpN%2FjnC3SQiPA2VCkCsJyshIyTbLVnUeWlWsrVE4Gt_kd0A&asPdf=false  
2597d8bd1a45fd9d FISHERS ISLAND FERRY DISTRICT 21-T-0058 2015-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnko&d=%2Fa%2F3d000000pmVQ%2FgeqlDrfDlNp7C2jNHancGfp2iHj9R8qp_cBjdEF5YFk&asPdf=false  
9dacd7f955a09808 FISHERS ISLAND FERRY DISTRICT 21-T-0058 2014-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnlD&d=%2Fa%2F3d000000pfwe%2F.Ua4reX_VHNgxPQeQisNK1WMrOkJWX2PXIOpd5iQ2rc&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 4.802ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API