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 = "73-A-1614" 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
462f583a7e5b75f8 Deborah Anderson 73-A-1614 2023-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009ilJ9&d=%2Fa%2F3d000001hfWb%2Fz1nIFi4BHYHd1ph3VeVq.on9tKSojMc1L1BBGZU7uK0&asPdf=false  
232552ef06d4738d Deborah Anderson 73-A-1614 2022-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvME2&d=%2Fa%2F3d000000pcl8%2FuM1jJlDVoU4s.AJGLGh4ihghkJS2tAfNswS4lgunUpw&asPdf=false  
9d0f0b34659f836e Deborah Anderson 73-A-1614 2022-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwaM8&d=%2Fa%2F3d000000pcQ1%2FgWStKDH9Jw_OlJvXEtxvZR_YNzdrnAe.10J11JCzals&asPdf=false  
248c2ad9a5d8bbb0 Deborah Anderson 73-A-1614 2021-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMy5K&d=%2Fa%2F3d000000pcP0%2FlgFwpo74_0TWAA8QOUD2vKi3Z7iKdvQegMs6BbLo0Aw&asPdf=false  
d9739815c65aab2a Deborah Anderson 73-A-1614 2020-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghYm&d=%2Fa%2F3d000000pcQ0%2Fjrt.swU3Cq6ukFbp_UsZHfMUbKB44okBIkPmc6CWj74&asPdf=false  
a996cff6e58a9dc0 Deborah Anderson 73-A-1614 2019-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgftB&d=%2Fa%2F3d000000pcPj%2FeELDUGBLspmUczOyybhFBRCqKaeR_01XVjxmr0tFe8E&asPdf=false  
3d673db7855443be Deborah Anderson 73-A-1614 2017-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi9w&d=%2Fa%2F3d000000pcPZ%2Fjvg14QdbaDUMBVs6Cc5rJr0J3bVt90Rftvveo7Dtci0&asPdf=false  
408738abe257ad3e Deborah Anderson 73-A-1614 2016-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggQU&d=%2Fa%2F3d000000pcP6%2FhulPeCPMryFTgl34yxXRcrwWfgHf4G_fn40_tf0azGo&asPdf=false  
bb521d289cdb7110 Deborah Anderson 73-A-1614 2015-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egijx&d=%2Fa%2F3d000000pcOn%2FSdKgDpFme.0CcIrVm3NzzjAI1QHw.1jPHkEQ97PcfYo&asPdf=false  
5c8d8429436d5b31 Deborah Anderson 73-A-1614 2014-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egifb&d=%2Fa%2F3d000000pcQ5%2FxPW47kpICBWyFtnL0o5rZ1j9LnF7DadEdNrYHfJnmtU&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 63.232ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API