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

9 rows where cert_number = "48-A-2225" 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
03fdd813ce7dae2e Gordon W Everett Sr 48-A-2225 2024-01-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bw0DP&d=%2Fa%2F3d000002QoMx%2FxSCbVwz9C7Gu_LDLtfcpJHPare5bdshV2r7H2lzrNZM&asPdf=false  
4fc3e6128516e4ff Gordon W Everett Sr 48-A-2225 2023-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AZopr&d=%2Fa%2F3d0000024UVQ%2Fd.FzancI7YFBHGCETLdZ9XnDprbHQpuWZ.LwyFaETUs&asPdf=false  
d73ad6f71150e94a Gordon W Everett Sr 48-A-2225 2023-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000081qUu&d=%2Fa%2F3d00000156Oq%2F_3nmo_nd00YKqvzLRK2qMFTUul1qqQWfEXcKheJBe2w&asPdf=false  
fc49406bd01b6eb1 Gordon W Everett Sr 48-A-2225 2022-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxXt7&d=%2Fa%2F3d000000piki%2Fls7JBo3.UOazQV2etmysbbPwGiv6H79XzS6j6tsZJRA&asPdf=false  
55c19dd29a978508 Gordon W Everett Sr 48-A-2225 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V88wn&d=%2Fa%2F3d000000pil9%2Fok1AGEJsxAzfPqCjA5ZdJY8OVFjaR_dD4LI5pP15H4g&asPdf=false  
a37f978e60844f4e Gordon W Everett Sr 48-A-2225 2020-12-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERdTG&d=%2Fa%2F3d000000piko%2Fg627ZMAnryCgJeCxiWrYj7Yzsz.r5ck73Khw.VdWWgI&asPdf=false  
2898039211dd600e Gordon W Everett Sr 48-A-2225 2020-03-02   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglRj&d=%2Fa%2F3d000000pim9%2FghwRi_oj5_b9wBHweaU4p9IhRqVL6AIQf2MnwSNLFKE&asPdf=false  
6c6595515f50e83d Gordon W Everett Sr 48-A-2225 2019-06-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgktX&d=%2Fa%2F3d000000pim0%2FKxm5zeXXFGNqKMvs686rfzLE2hTBUv1cRFq_8u7DMvU&asPdf=false  
7026aca61c076a01 Gordon W Everett Sr 48-A-2225 2018-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfoS&d=%2Fa%2F3d000000pilS%2F2iBeUOS6vEt15aat9AvZbaWBR_HWMQeY2U7ZPMnOTS8&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 390.952ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API