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

9 rows where cert_number = "31-R-0123" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
b6a16e44a5bd394c YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2021-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES0mT&d=%2Fa%2F3d000000pRnl%2FOFq55rOuhSu1xHnRZ.lSjiRNHdObKrAoTBFepCsQ1T8&asPdf=false  
cf7d7c5b4f2b6ee5 YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2019-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgltY&d=%2Fa%2F3d000000pi7w%2F78YltBtnakgGbyUN_dl66SLLqBMYGtMCPhkukczoXIY&asPdf=false  
eab53be779a5733b YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2018-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk9Z&d=%2Fa%2F3d000000pX4i%2F_6l3Fc0zumbTPEZ.3xGbS5Oud5Y8XTEk0IehYkyC3s4&asPdf=false  
fa92b098d29fa941 YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2017-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggXV&d=%2Fa%2F3d000000pnb1%2FxB4K4Z2Rc8BC.7GSWewK4pBxi9Vl4dbBh_IWJNS5W3k&asPdf=false  
76db404d33f3e1df YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2016-10-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY68&d=%2Fa%2F3d000000pmsL%2FLuTbmMxXUn8p.yFNJgUZbpxmEFXf1IVfXIVf1VKhf30&asPdf=false  
ee77dace686db270 YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2016-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjmg&d=%2Fa%2F3d000000pn7e%2FUAe8TessxZFrC4H.0uULX9OGRQk_MwBGvcMZo0rrgsc&asPdf=false  
8fe79d5bec5315d3 YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2015-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfYm&d=%2Fa%2F3d000000poVx%2FgYD.JnkbLxd4RGOA6ePXM1bbmibjcVhdEfFp_trGTW4&asPdf=false  
b90ca8c083e3fef7 YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2015-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmSv&d=%2Fa%2F3d000000pm6Q%2FFbKauFUuzTsm7uarr9brcjqy.FJTHEpZnNdAguvgrx8&asPdf=false  
d1762b66557b7fb0 YOUNGSTOWN STATE UNIVERSITY 31-R-0123 2014-05-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmQI&d=%2Fa%2F3d000000pnBK%2F1rPadk9ZG0TYQbvwowVajNrYnA16bJnw6.FfblE787Y&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 4.21ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API