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

7 rows where cert_number = "73-C-0151" 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
29eca497ccd1157a City Of Guymon 73-C-0151 2023-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dmo7&d=%2Fa%2F3d000000yG41%2FXkEyxBAAUDd7cJkvq_.qDZGYSiydLu_juW5zPu2pNv8&asPdf=false  
12d66491e894106c City Of Guymon 73-C-0151 2022-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9CoS&d=%2Fa%2F3d000000ph1j%2FihAfCEQBscZ_t53zXkQmz6M04qhsdKjwHKmP3KIsb4g&asPdf=false  
678dde41810967bc City Of Guymon 73-C-0151 2021-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES5jP&d=%2Fa%2F3d000000pRo1%2FvQxCL6Z4zAYyJUfrRkk_QAx.taKIHsDunZpRHbU47iw&asPdf=false  
08bfbff0b1fb2c2e City Of Guymon 73-C-0151 2018-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbzm&d=%2Fa%2F3d000000pk1U%2Fsh72MPOvRV3eDdyg_qTykagMqsGANKm9Bp5U3MkRqmc&asPdf=false  
f9a6cc2fbdaa66c0 City Of Guymon 73-C-0151 2016-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcWA&d=%2Fa%2F3d000000pfRY%2FWYRljep0qStEbZGMDsfohXgD2GmXP.6PVe3oig1SJCo&asPdf=false  
3d72288797cfdf3d City Of Guymon 73-C-0151 2015-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcJa&d=%2Fa%2F3d000000pUXq%2F3FlWov8g71tq9ltLF69pyV2I1ljLB_iPp5EF8ZBwmJ8&asPdf=false  
1f135715f6e85160 City Of Guymon 73-C-0151 2014-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcki&d=%2Fa%2F3d000000pWv3%2Foef18vic7fSCQuZkpQ0bTOj9IIc3nEFFxJGPL5kNkco&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 404.15ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API