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 = "23-R-0178" 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
3ded5ae6887cfd0b AINSWORTH PET NUTRITION L L C 23-R-0178 2018-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfqP&d=%2Fa%2F3d000000plbc%2FxONKROcI9KXplHcN1jYn8rmKuNVW7P8BSSA_o7Gytp4&asPdf=false  
87c475e12598d6fd AINSWORTH PET NUTRITION L L C 23-R-0178 2017-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAI&d=%2Fa%2F3d000000pb1H%2FEICeaudlBa3ukH4nLd.IV2bBoi9UygBG1bSU4tGofKI&asPdf=false  
9d28f8f82e2e25fa AINSWORTH PET NUTRITION L L C 23-R-0178 2016-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfp6&d=%2Fa%2F3d000000plLk%2F1Xm5x83RCH7vW0dAI_laQRwrGVHaZzj4pL4YZx8IR4Q&asPdf=false  
b7bf78c70f556857 AINSWORTH PET NUTRITION L L C 23-R-0178 2015-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeL0&d=%2Fa%2F3d000000plbv%2Fgwwm3Vf8Qu6DlmIY81aX0WjpRPMiftCtY.gidW5GVes&asPdf=false  
f1ec1a5a3dca8f6d AINSWORTH PET NUTRITION L L C 23-R-0178 2014-10-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfh3&d=%2Fa%2F3d000000pmu4%2FY82FrX16hKFNdns19aX0ftryQh3OaqOI1aREP5STg8o&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 584.523ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API