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 = "56-A-0142" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
82794da5af8b834e Heidi Ent Joshua Ortiz 56-A-0142 2023-09-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ADb7W&d=%2Fa%2F3d000001wa6K%2FNBqbSd8UHq.v0gxAkX8YWEtaNCrVxeBso1fwT7SC3ow&asPdf=false  
62374abecdbba064 Heidi Ent Joshua Ortiz 56-A-0142 2023-07-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000097d65&d=%2Fa%2F3d000001R291%2FB3dGRRhV8iFTqd8aOrbad1QjuTPmAjIXiqFesN0CKiY&asPdf=false  
95374ea82e6118e2 Heidi Ent Joshua Ortiz 56-A-0142 2023-04-19   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000089Y2m&d=%2Fa%2F3d0000017TSY%2FumEOQOLWHixMiRclIYlVOUDGtF7f367.wp19cZa7M74&asPdf=false  
ba46b486574c5fbf Heidi Ent Joshua Ortiz 56-A-0142 2023-01-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPOWJ&d=%2Fa%2F3d000000pVfl%2Fwg6OhRsJXODXC68Iu3qdrvNYpq8HckADA.hI0cE8WVA&asPdf=false  
6dc6cf180940a0db Heidi Ent Joshua Ortiz 56-A-0142 2021-08-31   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN5DZ&d=%2Fa%2F3d000000pVfI%2FcOnF5SF06JlQnxdvpp4KnfsUVVBTtLKlmM_ew4OVqxI&asPdf=false  
9d8a50367fbce2fa Heidi Ent Joshua Ortiz 56-A-0142 2021-07-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMaVH&d=%2Fa%2F3d000000pVfg%2Fv8uU41MXOHN_Bp_53TniZ7TLS995csHBfC5zqkEoui0&asPdf=false  
10b4a4e9419dc93a Heidi Ent Joshua Ortiz 56-A-0142 2021-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESiTz&d=%2Fa%2F3d000000pjBl%2FrQ7ymQKdcDhP6EWX.yzqGUo29306Y_UqX3t5FzL_V1w&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 196.523ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API