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

5 rows where cert_number = "91-R-0080" 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
fe92a5752b18d6e9 Sound Pharmaceuticals, Inc. 91-R-0080 2024-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008eMex&d=%2Fa%2FSJ000000a4OT%2FUd0199EdmRHzW0IgnWi9bGUpo7Zb2jj7k6wzUx5XrRY&asPdf=false  
d91833dce93ee9d2 Sound Pharmaceuticals, Inc. 91-R-0080 2024-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BaPJ6&d=%2Fa%2F3d000002Jf8x%2FmOIxWTii_GR3fx3U7YRUqZ_zui8GefI1x6kEVgsp9k0&asPdf=false  
c9d07d39747cb184 Sound Pharmaceuticals, Inc. 91-R-0080 2022-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000083hZI&d=%2Fa%2F3d0000015eSS%2FHUXO13QUZQImASfClqQUkn_.CPEWVoR8RTwBv_So8vM&asPdf=false  
9ef00f7b234c6861 Sound Pharmaceuticals, Inc. 91-R-0080 2022-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwmQq&d=%2Fa%2F3d000000piUw%2F149QjC5i9XwqOSfH0K3lcms6WXHiscEK273uIxGDgNU&asPdf=false  
e2c8159e5e23ed2c Sound Pharmaceuticals, Inc. 91-R-0080 2021-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhQsh&d=%2Fa%2F3d000000pRqx%2FE_2aTv7ucNfJgtY6j4gooFkGo0LUm.FGyOz8lb9bHm8&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 3.829ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API