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

10 rows where cert_number = "58-C-1097" 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
766ab0f8bb82f502 Cairo LLC 58-C-1097 2024-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000AGAX8&d=%2Fa%2FSJ000000l3iP%2F6XAinyYVk1yx8q4pSTTml_HWlTWYHcxfZDdmbhzKh54&asPdf=false  
59fab42325dcc657 Cairo LLC 58-C-1097 2024-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C1nBs&d=%2Fa%2F3d000002S4nw%2FXeEroQQwBhX83kC_oT8VFqYRN5XOdLQWQjbfqYA_KZo&asPdf=false  
495080a852dd6aee Cairo LLC 58-C-1097 2022-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwpeM&d=%2Fa%2F3d000000pe7D%2F4PWpG8DM4_SJB4lh0hgfniTI8mL1Q0jOMcOc0wMgjn8&asPdf=false  
de702ab1b7de8df2 Cairo LLC 58-C-1097 2022-04-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywfuj&d=%2Fa%2F3d000000piTQ%2F.RSlW.lg.xXKP7tuXNHueFcTQGIQXyk8Zze8ICEpyqA&asPdf=false  
2b17f7cb875f2c61 Cairo LLC 58-C-1097 2019-11-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmrx&d=%2Fa%2F3d000000pTPQ%2FGpr5oZ3nB2GpRa6ph24xWMm6I4wTXYsKI_6H7_5DQek&asPdf=false  
e4d3311cc3e351bc Cairo LLC 58-C-1097 2017-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdcW&d=%2Fa%2F3d000000pmdl%2FbyYT5YPW75LDAmV3YUHlxoGdbnbQjmAuhCuCPmdSDJA&asPdf=false  
d406dd8ec25cda68 Cairo LLC 58-C-1097 2016-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglI3&d=%2Fa%2F3d000000pWT3%2FKg5wGkTKTdwGOUqDNxnjrCB5_SV05IrCrfgDetY4FZM&asPdf=false  
0d25b7caaa0ccc05 Cairo LLC 58-C-1097 2016-03-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglWC&d=%2Fa%2F3d000000phsL%2Fpz5PE6l1VN7lheVQsYYe7oz1ptdo_OV7B46G8VKAJDg&asPdf=false  
dfc4165683e81a7c Cairo LLC 58-C-1097 2015-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnaO&d=%2Fa%2F3d000000plt8%2FP3xmiTrSaqL3xmKRAlDob3JZmtrZ5cAH043xkGYYTIw&asPdf=false  
8c1633868cef9453 Cairo LLC 58-C-1097 2014-02-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYvi&d=%2Fa%2F3d000000pamF%2FhYf0oDEyGq_KpaN3FU0FB6imcLWvADQmn1OGgYRTLzE&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 2925.215ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API