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

6 rows where cert_number = "71-R-0012" 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
f53186794f107a0a University of Arkansas at Little Rock 71-R-0012 2019-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm0a&d=%2Fa%2F3d000000pb5y%2FWzB9INM_qtdYROjVM9HNk8OlBHBebso.sG1hiWNxo70&asPdf=false  
276dec761d15e064 University of Arkansas at Little Rock 71-R-0012 2018-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdBa&d=%2Fa%2F3d000000pjRH%2Fr1BFOfH422xSA9O3y.mZnLdydxaQ0.rzlmNsayV_YNg&asPdf=false  
23643dfad8aaa812 University of Arkansas at Little Rock 71-R-0012 2017-06-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmZj&d=%2Fa%2F3d000000plNg%2FpRLbSTeAICqc1uneRIXoO6fgWTaX3LQEMUUME0qY6yk&asPdf=false  
1765c4def8cf0d6b University of Arkansas at Little Rock 71-R-0012 2016-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm9K&d=%2Fa%2F3d000000plSU%2FzLeHerImSUNIbw5STqYUHdepk46z9HX6T9yRqyirMlc&asPdf=false  
8db8a57e3f52723f University of Arkansas at Little Rock 71-R-0012 2015-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglTJ&d=%2Fa%2F3d000000poiM%2F_qgXwcbGhhMHP3eTWogT0j3AKyopHcwwvRY1wTvMeGs&asPdf=false  
610364c562426817 University of Arkansas at Little Rock 71-R-0012 2014-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egggo&d=%2Fa%2F3d000000pnIW%2Fu2IusX152Ibuq4R.cYuof3BDK7.dP8RPlnKU8ye0HGw&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 162.265ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API