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

10 rows where cert_number = "71-C-0175" 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
d92ed64e872fbcbb Ray Dotson 71-C-0175 2018-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egku7&d=%2Fa%2F3d000000pkak%2FnN50AN8J0RZ5Je.uLF5UIAUuJ_hkWPS87EdtQPjNGn4&asPdf=false  
c66d7224504622ad Ray Dotson 71-C-0175 2018-03-07   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwng&d=%2Fa%2F3d000000pSEO%2FSrT8RL4kUtx0pRJYVNR4sqimKBu1QWgbOZvaYYIOlTk&asPdf=false  
eba75ea54b85a095 Ray Dotson 71-C-0175 2017-12-20   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglnh&d=%2Fa%2F3d000000pSJZ%2Fl4XoGSIBaGoDmBuw.f0EO9DHmh2_2kql.XmZoZrmjzI&asPdf=false  
309e71cc4e55f844 Ray Dotson 71-C-0175 2016-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbrx&d=%2Fa%2F3d000000pf7d%2F8WGFJ1Yfx8mtcyrCcyfP__7XcPr1pMbzTQUQWE6mdw8&asPdf=false  
7f7a7eba09ab07b9 Ray Dotson 71-C-0175 2015-08-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWCm&d=%2Fa%2F3d000000plrm%2Fnqtx4gvzuFWlypPOoCDCQhnUEfUi.WMj_Jbpo8u6x80&asPdf=false  
9e71559def164229 Ray Dotson 71-C-0175 2014-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egigf&d=%2Fa%2F3d000000pUaJ%2FKqWw5pz.Yr0T3q_suL869C4xAgvdgIx_JC1jnPC5_xw&asPdf=false  
b32c98a345288109 Ray Dotson 71-C-0175 2014-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcCZ&d=%2Fa%2F3d000000pkCO%2FjzVixUxJ2vn0QTvYk02oJx_QwnksqbPuC8orkrRjeHE&asPdf=false  
030ac806e58fc13e Ray Dotson 71-C-0175 2014-08-25   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxDr&d=%2Fa%2F3d000000pacS%2FwIsTfq7ym_ShBJuDXXrhPbvaf92OZ0haf_rHnYnV1ZE&asPdf=false  
00bd61545b26a1e3 Ray Dotson 71-C-0175 2014-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnub&d=%2Fa%2F3d000000pk2G%2Fl2rPDKc0VK.RUgXXUVulWkGCzw25jeNnYo4hZSfyXFU&asPdf=false  
1a671d782a527e3a Ray Dotson 71-C-0175 2014-06-26   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWZJ&d=%2Fa%2F3d000000pdat%2Fifxtz.kQP23NMipiv9.YWkYWkH4cQFQnZerI5OJy5UI&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 608.663ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API