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 = "21-H-0313" 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
b1ba919b468bbf01 Mersant International Ltd 21-H-0313 2021-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERxz6&d=%2Fa%2F3d000000pgCz%2Fxm5qkKgJC05dciMOnvi.Yfw9kpaybvJOSmXghbefXG0&asPdf=false  
2abe6e09d4c0d647 Mersant International Ltd 21-H-0313 2019-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnyV&d=%2Fa%2F3d000000pg1L%2FrSwed9M.2VXOjzHmCBt.krICLLhfRDjkERjnDP4GTnE&asPdf=false  
7fefe2e4427eb678 Mersant International Ltd 21-H-0313 2018-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnzm&d=%2Fa%2F3d000000pell%2FrpM1SzZELLqO_54b3_VJMMTi5AiZ2GoYaYlnL3tRKPE&asPdf=false  
ce30b73767198fa4 Mersant International Ltd 21-H-0313 2017-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn5H&d=%2Fa%2F3d000000pelT%2Fvjq0iwbQ08rW4hFhTrHlbAPR_qApgkgtPVvcXWZRDSA&asPdf=false  
a9a232aac3f210e0 Mersant International Ltd 21-H-0313 2016-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoDu&d=%2Fa%2F3d000000pela%2FadTWfMqAB5ANm846My18nzD2wmJak5v7hbRmrDTXFqA&asPdf=false  
b0be398de8236810 Mersant International Ltd 21-H-0313 2015-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego55&d=%2Fa%2F3d000000pekT%2F1MS.owWnjFp.WO.P8YcK3TyM_M6PYhFLlogb6.mcRMY&asPdf=false  
7858434138f29f6d Mersant International Ltd 21-H-0313 2014-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnQu&d=%2Fa%2F3d000000pekb%2FYu6CL4I_o4_t2U2TTLpFNo.Mv2y9wUP0wi7hQdheaTI&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.926ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API