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

7 rows where cert_number = "43-H-0033" 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
c111bf3173a54eed AIRBOUND PETS INC. 43-H-0033 2019-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego58&d=%2Fa%2F3d000000pRL6%2FGcttmDfXtKdU7ItGS2IP7L_B8Vh5pOL.cttkEeoEP_I&asPdf=false  
147b8c490c2afd6a AIRBOUND PETS INC. 43-H-0033 2018-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnky&d=%2Fa%2F3d000000pnZG%2F.HsF0QfXjW_uhKRYMPREWz4i305TQiqV.DK3Gf9mAss&asPdf=false  
1ac52d6ff5d82caa AIRBOUND PETS INC. 43-H-0033 2017-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeXc&d=%2Fa%2F3d000000pmmG%2FfKaMMXcBizlV0G_ZVKzcZI6erxPW4WFOriMlEA1eLr0&asPdf=false  
a8a52eeb07b8d417 AIRBOUND PETS INC. 43-H-0033 2017-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiWB&d=%2Fa%2F3d000000pkXa%2F2TPeU_5YpGcMCCHkooIa0ZWxF5bse.zO0vakN5qJNIg&asPdf=false  
58c5d9d41e3df41e AIRBOUND PETS INC. 43-H-0033 2015-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdck&d=%2Fa%2F3d000000pXFA%2FRx.pOfL6EllyZVjLA1_u935ata.xEhB0hu4m_GLFHqE&asPdf=false  
e007aa8e922cfd6c AIRBOUND PETS INC. 43-H-0033 2014-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglEQ&d=%2Fa%2F3d000000pk7G%2F8RoVojOj_.bUqJByjzdQzzyw1nkAQvCtWXVL.SBYG3A&asPdf=false  
d39cb4abebece9ae AIRBOUND PETS INC. 43-H-0033 2014-09-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggtY&d=%2Fa%2F3d000000pRF4%2FIm7CLCab3_bG0ePcx8Tkw9vXxfhMAfruLW0s.QRUtwU&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 562.358ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API