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

8 rows where cert_number = "31-B-0192" 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
816b0a0a5070f7b6 Nelson Coblentz Regina Coblentz 31-B-0192 2025-12-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vASqX&d=%2Fa%2FSJ000007OmST%2FqPhN5BMvftCwQYP_rrx.bIZQ3P_H73b4b2Syut3F3zQ&asPdf=false  
aa0285151d985c43 Nelson Coblentz Regina Coblentz 31-B-0192 2025-11-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ubXZT&d=%2Fa%2FSJ000007Imrl%2FcjoWVhTBlUCuMtDR8ubDwoQRXSm_z48fhGGtkCoaZwc&asPdf=false  
2761a42092598564 Nelson Coblentz Regina Coblentz 31-B-0192 2025-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000LqOgX&d=%2Fa%2FSJ000001yz3F%2FcN_DvOOplMZ.mHXzAzlqLo5onBC8qSoY_nZWfuEvVZ0&asPdf=false  
a3483f14ecad8386 Nelson Coblentz Regina Coblentz 31-B-0192 2023-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jo7V&d=%2Fa%2F3d000000t6Zb%2FLPnrpD4PwcIsmhBEl2y03xd64p3MlSNSKjBcw8HIRUg&asPdf=false  
e35429a3935426cb Nelson Coblentz Regina Coblentz 31-B-0192 2022-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gurih&d=%2Fa%2F3d000000pYEG%2F_vzkMDoyUUv_r2gzUw0oAg.uh05Qtnk5Y6hSHl1LYRg&asPdf=false  
d845b6cd29a0b93a Nelson Coblentz Regina Coblentz 31-B-0192 2021-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMZfE&d=%2Fa%2F3d000000pYEN%2FsUgPdtXLkNN1b8ZNmJzftmfQKtIX6lAQjV3G0oJxlM4&asPdf=false  
df3777562df4a5e8 Nelson Coblentz Regina Coblentz 31-B-0192 2019-05-09   0 0 0 4 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfnU&d=%2Fa%2F3d000000pYDX%2FWVm7T3pmcna_qpSP4oTrED_dPudOoHnzRvDR6jTyXgU&asPdf=false  
7924aa423faaadc9 Nelson Coblentz Regina Coblentz 31-B-0192 2018-10-10   0 0 0 0    

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 264.645ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API