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 = "57-C-0308" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
53a930674d31b5d2 Christian Gray 57-C-0308 2025-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000U0UbA&d=%2Fa%2FSJ0000039497%2FgY4IJgDH85Dbjm8u92CuwIG2Z9vIbVkvJcjf5nrfrEo&asPdf=false  
a15a25157d2b447d Christian Gray 57-C-0308 2024-06-14   1 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EOXGs&d=%2Fa%2F3d0000038oTf%2Fy_uAUleAVbkVa8hM_us2mZDL9hwCjQE6P3kBk5rBPPw&asPdf=false  
9cd78046d8d2f649 Christian Gray 57-C-0308 2022-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwcdQ&d=%2Fa%2F3d000000piQL%2FYA8VIIO4ECoOGXJpgFHBrRwzNm6uT56YlHchfIqaHCc&asPdf=false  
a1f411101e914636 Christian Gray 57-C-0308 2022-03-24   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G0BG2&d=%2Fa%2F3d000000phJE%2FRI1Ka1JPv9I.3BzsOHuocA_la2w.AZkqb9O7WTk9trw&asPdf=false  
4210b2ed27a55dd0 Christian Gray 57-C-0308 2019-07-23   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeF2&d=%2Fa%2F3d000000pktd%2FFJgDV.n8D0JXgjG5sx6x8YGFvzUb2fr7q7dXW_Bi2zY&asPdf=false  
f416f88cf7a60c1c Christian Gray 57-C-0308 2019-06-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaoZ&d=%2Fa%2F3d000000pSFY%2FtU374utfa62Cy80h5SbUVSTJ.bw.TwXLuHsAvuQlEEo&asPdf=false  
d3e96e76c6662203 Christian Gray 57-C-0308 2017-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggm4&d=%2Fa%2F3d000000pSMB%2FEcSk663oXeJ7WnHJ.2yOxkx6SUgcUy9w.3ZS1A7PPlE&asPdf=false  
d02799f264122d86 Christian Gray 57-C-0308 2015-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfSK&d=%2Fa%2F3d000000poff%2FaynSPOnyfUkUMWhL8Bgx4ueMRmT9fxJzsb1.fkMoqkU&asPdf=false  
864887643cb03ee4 Christian Gray 57-C-0308 2014-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfon&d=%2Fa%2F3d000000pkcE%2FpYWi17zqe64UAI_CCnBD0z7UPGvqdmAnwiD06LRMunc&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 5.079ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API