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

5 rows where cert_number = "74-B-0682" 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
1d579b7a813e1f93 Lucky Glider Rescue & Sanctuary 74-B-0682 2018-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk6M&d=%2Fa%2F3d000000pWng%2FTQYKUU0OvhT2k_WVG0bKeOni.4evWx3X6OJqQmOMXbg&asPdf=false  
b82746d8d86dc8f7 Lucky Glider Rescue & Sanctuary 74-B-0682 2016-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3P&d=%2Fa%2F3d000000plTd%2Fa8No1n1TmMQOKKmeOxTML_wtJ3HSnsNEekVY.w6_kVA&asPdf=false  
b7f4416df4befd17 Lucky Glider Rescue & Sanctuary 74-B-0682 2016-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeDv&d=%2Fa%2F3d000000pk54%2FjhNd2R_AeFjfoIWQrH2Iy8IrbH6UB51i4vEAbqAecDs&asPdf=false  
16eee2732f24ace7 Lucky Glider Rescue & Sanctuary 74-B-0682 2015-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggHQ&d=%2Fa%2F3d000000pT7j%2FEDaaouPCNigCzHM4yfqCggqcRWpbAUdfrahoXq_rnWM&asPdf=false  
919c81c32a6abed6 Lucky Glider Rescue & Sanctuary 74-B-0682 2014-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj6o&d=%2Fa%2F3d000000pSiP%2FpnymBukVr7yxTAol1dgPamZNwF7mOiFb8IjSwFqobdo&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 23.42ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API