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

5 rows where cert_number = "93-C-1156" 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
dcd3c04092b0cd33 Brian Stearns Sr 93-C-1156 2021-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8rKt&d=%2Fa%2F3d000000pgq0%2FztPMefuInAyHHryWPO5JFtPJjQZBAmNiHMNmbvwVyMs&asPdf=false  
373dcdf02e79c171 Brian Stearns Sr 93-C-1156 2021-11-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8kzi&d=%2Fa%2F3d000000pgzh%2FaHLWVjJMh5IlnwqbpGWnvW0ysfBb.ERlRRjqdiVCDNg&asPdf=false  
bc417d14f4786ad5 Brian Stearns Sr 93-C-1156 2020-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaY3&d=%2Fa%2F3d000000pkl4%2F_oJbeg9d1Wdf9ixOubIgujQQNbr69AZ52.gEtGIdXTI&asPdf=false  
7677d807d06b73eb Brian Stearns Sr 93-C-1156 2019-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbLP&d=%2Fa%2F3d000000pkBZ%2FBoLPas_9fo3d_HmshzBdhzpkS4WhYn36G6hum5LxhJE&asPdf=false  
5420cb49037fd00e Brian Stearns Sr 93-C-1156 2018-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYv2&d=%2Fa%2F3d000000po1c%2FAoSULLqX_D7YfHbYTy1Z1Qnp1_45X.ISR44KcGzqVRs&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 4.556ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API