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 = "42-T-0009" 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
724e3899fb178ddd Jan Budden 42-T-0009 2020-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnV1&d=%2Fa%2F3d000000pWo8%2FjCFk_cV9UMrLThhJLgX8rpemiWLPqZTlNfOAZAdKpLc&asPdf=false  
37c73dc0290d74b0 Jan Budden 42-T-0009 2019-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoMj&d=%2Fa%2F3d000000poLt%2FbQ.Hh36.MCBnQ7SRKmSOHb3scpHrUx2pbSSntI.Bzl4&asPdf=false  
8ea5b9bf789bb7bf Jan Budden 42-T-0009 2017-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiKP&d=%2Fa%2F3d000000pnM4%2FkJlwp5ay_q96idhJ6V7.WKQNUvapHFPWgG_TQrgnDR0&asPdf=false  
911ed18f722e6e20 Jan Budden 42-T-0009 2016-11-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmQ5&d=%2Fa%2F3d000000pUjy%2FOPg7R5GxnZXs1dliJZnJT_47sWDAYUb7To55dUh_QQQ&asPdf=false  
59b40d45d91e818f Jan Budden 42-T-0009 2014-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghc1&d=%2Fa%2F3d000000poYq%2F9FVw4plC85Cg0_BFThTsqnkHehVDqBjvpySd_RGrK2M&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.875ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API