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 = "58-C-1076" 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
e3628fbc2f423f2b Alena Oulianova 58-C-1076 2016-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdGj&d=%2Fa%2F3d000000plqJ%2FVxq7u5dqlTro.2MCrZXhY88sG.gDHojjsLkfufBDLmw&asPdf=false  
f38c2084333ec5d0 Alena Oulianova 58-C-1076 2016-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgezG&d=%2Fa%2F3d000000pWal%2Fn0qk1O4pTeV3c8uGoSQRpnoMsq0u52RWhjerJgr555A&asPdf=false  
84ad4486e3462d3b Alena Oulianova 58-C-1076 2015-11-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeiF&d=%2Fa%2F3d000000peqe%2Fxb0JtTjxVPVqo1hYEul80q2F9GzMEcq4hzzH4ayPnUE&asPdf=false  
65fc5967ce79e1e2 Alena Oulianova 58-C-1076 2015-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfG5&d=%2Fa%2F3d000000plmi%2Fw9NWKIQxQpJkAJ3KuyPi4LV_h4wqD3Ojyz_OfcmFlyU&asPdf=false  
8c4164ca3498f5d8 Alena Oulianova 58-C-1076 2014-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdE3&d=%2Fa%2F3d000000pi7i%2FBN9Ds2nMquNb_Url4kkObZT_my39vXY2eJFnSx3h_c8&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 280.999ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API