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 = "64-A-0148" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
606c50b4579e804b WAYNE POWELL 64-A-0148 2018-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoCG&d=%2Fa%2F3d000000pp88%2Fbh19lzeWMjTimpWVcUkGJKlRMqUVm7lgoDj5IOyIZzo&asPdf=false  
a1c5c014cc520111 WAYNE POWELL 64-A-0148 2017-10-23   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ0a&d=%2Fa%2F3d000000plRE%2F1RgEB2pmIINRQhDhpK3NCb_4VeCg6qtaoWX56EHFfHM&asPdf=false  
ae9b7c1568878d91 WAYNE POWELL 64-A-0148 2016-11-17   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglKw&d=%2Fa%2F3d000000pfwc%2FUsL.ibJsbbdDJBeKrf1zP9Ztnu1Y38DUQ1oNCHoq184&asPdf=false  
8e560498f7331637 WAYNE POWELL 64-A-0148 2015-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoPS&d=%2Fa%2F3d000000pmq4%2Ff.HdDOQVy3QnKpPealkRs_Ir3PnQrBuzLjHMXuiJXrE&asPdf=false  
36d9d669ca595ab8 WAYNE POWELL 64-A-0148 2014-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglov&d=%2Fa%2F3d000000pdgq%2FTDjZz8yYCTpENzVht0E2YuPtIhTTTnMZ9uqnHP7qT8I&asPdf=false  
2b9c4eaec5a012b4 WAYNE POWELL 64-A-0148 2014-10-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbuX&d=%2Fa%2F3d000000pWR3%2FvmUCaFNh.TNavQfrNEHm1480h_vC3uFC3BjJAMkV6P4&asPdf=false  
231fc1dab41eb347 WAYNE POWELL 64-A-0148 2014-09-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd0Z&d=%2Fa%2F3d000000pUHk%2FYwxJhppE7UNgryMvUNI_AUOptNJuAWYXAIQJzLPviWc&asPdf=false  
a0b521100dcd35e2 WAYNE POWELL 64-A-0148 2014-03-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJ4&d=%2Fa%2F3d000000pevp%2FYdemV3O2sIN4Ikbwzox7c7nKl5nqPonRdlML6WFpNQY&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 371.877ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API