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 = "88-C-0207" 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
e161b2ad8b0875f9 John Dominguez 88-C-0207 2022-05-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywtac&d=%2Fa%2F3d000000peRH%2Fmvm3lQ.ls_.4i9pZURhr_yZIMJer4iy1YUVhPSO1d9c&asPdf=false  
b5180362bb9e9a10 John Dominguez 88-C-0207 2021-05-10   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh4cl&d=%2Fa%2F3d000000peGH%2Fjnnbm2dpf.qby46pzlOo1LdwTK7JcfQnLVjeuxNdfBU&asPdf=false  
90b7232973ef91b0 John Dominguez 88-C-0207 2019-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn5Z&d=%2Fa%2F3d000000peGe%2F61TNe5NGpc4el2lQFKf1BHmiEz6BQzfZ4TtY7152LC4&asPdf=false  
1717e493723fda59 John Dominguez 88-C-0207 2018-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnSn&d=%2Fa%2F3d000000peGv%2FQ990kW7ZpVtvHdNooam0vARy9Za2ha9bvaZE79TSIHE&asPdf=false  
53e0a52393b1313a John Dominguez 88-C-0207 2017-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmi4&d=%2Fa%2F3d000000peGP%2FX44zINXocxenUTR18_fEaFUQKMpE3r0hjdEGmwuc7y0&asPdf=false  
c514cc8e4cdd0709 John Dominguez 88-C-0207 2017-10-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYqd&d=%2Fa%2F3d000000pfTs%2FxeZxVFz_PHi3Cn2K2vZ1RK32y4bvGxCW7CW1G927nq0&asPdf=false  
9f9f43a2ae89bb87 John Dominguez 88-C-0207 2016-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnSh&d=%2Fa%2F3d000000peGw%2FxLLL1OggyBgvETcXTlfLr26.qZ9C7PrMnFFDpFt6kL0&asPdf=false  
77b5d5140fc4e2f8 John Dominguez 88-C-0207 2016-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjWm&d=%2Fa%2F3d000000pgjp%2FMiH3vHhMO98cor_GM052pAeMCFlwxVUpW5Z0DQuQGKs&asPdf=false  
c146505bcdf8092c John Dominguez 88-C-0207 2016-01-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghPd&d=%2Fa%2F3d000000pkxz%2FwJ6ueLZVu3sS0SK6jwW0GpDhdk4pRZvwWPhU6OaWZyU&asPdf=false  
6941246155cf2577 John Dominguez 88-C-0207 2015-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd4l&d=%2Fa%2F3d000000pk5Z%2FEXORBo4gJw2o_YyaxpVkGpD.aq9Nxyzc50q49uKasWM&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 324.139ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API