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 = "43-B-3719" 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
50009bf580a3c99c Jeff Conger 43-B-3719 2023-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009INYs&d=%2Fa%2F3d000001XTjs%2FojTPJWtA8C7Q9g7QaLxMxhIHhtD8ePQLTdtiuBOGpFw&asPdf=false  
187658eabee45598 Jeff Conger 43-B-3719 2023-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008n2SJ&d=%2Fa%2F3d000001KMIf%2FwV7pe8uzFWEZc2u.Tsqerk.UCGKhmODUSxZOOy2I9ug&asPdf=false  
b72fddd0876495cc Jeff Conger 43-B-3719 2021-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh1dP&d=%2Fa%2F3d000000pUv8%2FN0b6aVezQtcydr3yrj83EckTA_RHCjPZ5rgS_qDzc_c&asPdf=false  
8317a693157a4fdb Jeff Conger 43-B-3719 2019-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggvr&d=%2Fa%2F3d000000plgA%2F9p4dPWMjJsUuDiayC2YEsMwNMyq6AnWEczNfqjcD3bM&asPdf=false  
f403b764a6ee01f7 Jeff Conger 43-B-3719 2018-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggyq&d=%2Fa%2F3d000000piMc%2FWfKExLT_mIYaDrKkXfJOeW0OrIfaZSKBvFSKffeAW2A&asPdf=false  
c7abf30318cc5161 Jeff Conger 43-B-3719 2017-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghRj&d=%2Fa%2F3d000000ppCu%2F2d7N8aJylmliZOaVGWpE.whyS3NU__EY8phOSQM9O_Y&asPdf=false  
e7f9b1c155beff87 Jeff Conger 43-B-3719 2016-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggq5&d=%2Fa%2F3d000000plkO%2FxIhf7Pan7n8bj0ypdb6rWCkFKmVhq39qja_jTWFhpXo&asPdf=false  
11d03da8b43cd622 Jeff Conger 43-B-3719 2015-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggc6&d=%2Fa%2F3d000000pgkq%2Fc_GYd.HB68vMAdkCss0QUrNnWoRDRX7H3RDl4YU5Xf8&asPdf=false  
d162486e23e339c1 Jeff Conger 43-B-3719 2014-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgipR&d=%2Fa%2F3d000000pRiS%2FJjZeopqslz3RF9.eodO.hjfjtrgHL7HV.ACdkVCyCp8&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.408ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API