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

8 rows where cert_number = "47-R-0032" 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
d7b8db8419e473cc HUVEPHARMA 47-R-0032 2019-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmc4&d=%2Fa%2F3d000000plye%2FzS.ImYmJdVs2fPWpG1PNeoB6IbPxSZQ5aOm142Ycctc&asPdf=false  
7bd8a797a220bb73 HUVEPHARMA 47-R-0032 2018-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnBe&d=%2Fa%2F3d000000pggw%2FDnJzZjdUAekT1Afk9fGCoFMv52qMvvZTIOo4CDEjeoQ&asPdf=false  
9eb339ce19b709e9 HUVEPHARMA 47-R-0032 2018-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglSI&d=%2Fa%2F3d000000ppN3%2Fn9OZOEw7wwiCApLRCVAMil.uEJtPIWbDu6o.pMMEwKY&asPdf=false  
af4a101b42aab432 HUVEPHARMA 47-R-0032 2017-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkdh&d=%2Fa%2F3d000000pfy2%2F5wqRVZbiJUV0deCHl7Al3c_trWZVtdhyKiLXhyinCfo&asPdf=false  
d0ae2d7c510dcb9d HUVEPHARMA 47-R-0032 2017-07-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnCD&d=%2Fa%2F3d000000pn1K%2FC759yX0f3qJCIn8lmlHdwUx_37pXeTM55DTzXymPzec&asPdf=false  
0e1d295a3ccfaf21 HUVEPHARMA 47-R-0032 2016-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnu0&d=%2Fa%2F3d000000pUTe%2FswpismHI4Fu5RI9XESX6x9mz.A1JVsSpdZTVI7K8FQg&asPdf=false  
176939a949ded63e HUVEPHARMA 47-R-0032 2015-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmvE&d=%2Fa%2F3d000000pn5U%2F2k4kw7WIPPFHRjQgT16WVufa8ouSwGoRJRCBEZxmxM4&asPdf=false  
04f4d3181e4c9698 HUVEPHARMA 47-R-0032 2014-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego1n&d=%2Fa%2F3d000000pkSx%2F7O_z44u.lrQkPmnuEf399Q5lZ8E2D1EMCFWLCYtQjNw&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.031ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API