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

6 rows where cert_number = "58-C-1249" 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
c027c00cf3b3e247 Bruno Blaszak 58-C-1249 2025-05-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZitzS&d=%2Fa%2FSJ0000049Vv7%2F0CTYgclR3LwWDMgW3xlmU1PNoALF_n4bdrWIXmwByeY&asPdf=false  
532380e2b2095c25 Bruno Blaszak 58-C-1249 2025-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000JRBPi&d=%2Fa%2FSJ000001gpVN%2FXW4lGINwgcy7ex.MOD5ehQhFD.F2LVOAnVGmhwusBHQ&asPdf=false  
00e17aa893f5ccb4 Bruno Blaszak 58-C-1249 2024-12-03   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000GrWYd&d=%2Fa%2FSJ000001LnjV%2FYgLu.wzgLvxulPSY8mf_md7JQ.biB.iX_HrdErMhhc8&asPdf=false  
a33a55f784cca1b9 Bruno Blaszak 58-C-1249 2024-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005wr2w&d=%2Fa%2FSJ000000NyJd%2F_A.KzJzjJKTh4R7qKvmYEcwE1VsUu5KusYoE3mknC_c&asPdf=false  
b6d3fe47588cbb3a Bruno Blaszak 58-C-1249 2024-02-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CHKhv&d=%2Fa%2F3d000002WKmA%2FiCaRtYslUcy7XtlVmAiiTCArWSupQdK1O34cqN6.HUQ&asPdf=false  
7d40c3a853f44cb0 Bruno Blaszak 58-C-1249 2021-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8kuN&d=%2Fa%2F3d000000pgnp%2Fjzodhj6AYRqQaem7pXJ2yZ_yE.zBYu72c1lpv1wcUpI&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.524ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API