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 = "74-C-0251" 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
8f9832b80900a56e Ava Barker 74-C-0251 2024-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CXnSJ&d=%2Fa%2F3d000002b3oK%2FuxtfBJF9VzNJqkdu_mjBWYBpREFHlt0tA9DVy54J3ig&asPdf=false  
1a0fc1c3675acd4c Ava Barker 74-C-0251 2023-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008RV7K&d=%2Fa%2F3d000001D7Xq%2F9YG0RI9zzEOpMetdEoLV17Tnp_m9b9oqBVlWgPx8ypU&asPdf=false  
008b268c4bf2a89b Ava Barker 74-C-0251 2022-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Wlb&d=%2Fa%2F3d000000ph9p%2Fk4hxk8rE1ZGqsm.g0H_rnH0qp.v21Pa0dGs562tKCaw&asPdf=false  
b05902e649842478 Ava Barker 74-C-0251 2021-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Eh0&d=%2Fa%2F3d000000pfpQ%2Fi.A.G2MOfO61DN1wZTaIdxeDP.f5ZtDlzqcfYzHZnGE&asPdf=false  
a21edcdd3aca67cc Ava Barker 74-C-0251 2019-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgluX&d=%2Fa%2F3d000000pf5Y%2FiI5hzbnTpOY92FFDCOFmafo_8TFyjSuyGbS6uKdOwPk&asPdf=false  
9f78ba302ad758ba Ava Barker 74-C-0251 2018-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglgg&d=%2Fa%2F3d000000poDm%2FJs8f7QHMuDQfFO7ZxuX_5d8GBPyceJtl3mRXIdDl8Sw&asPdf=false  
c8bf83db92e21558 Ava Barker 74-C-0251 2017-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglzq&d=%2Fa%2F3d000000pbcW%2FctLsXEzIJ_OTondzXDTwFAmf4dLVmFnD_0.4KcJ1vKk&asPdf=false  
b69a5556efb11781 Ava Barker 74-C-0251 2016-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjiI&d=%2Fa%2F3d000000pdWm%2FKcRlXXQCcFystgpiuGjmAQjO49B2R4xR7rQbL0CLsms&asPdf=false  
6a298eb266505085 Ava Barker 74-C-0251 2015-05-28   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVna&d=%2Fa%2F3d000000pkwl%2FHcpoPeNDvBy5I5L9Be5AgaRHNb6wTyOW.qZm49Jk3Gk&asPdf=false  
a229fd29511fac6e Ava Barker 74-C-0251 2014-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggkm&d=%2Fa%2F3d000000pUHy%2FJciPOCQXhkqs7WHCHWjSJp7MGsBZn5twkDWxREufQu8&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 578.415ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API