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 = "57-C-0348" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
053b21daa0493777 Danielle Nicole Kanoy 57-C-0348 2025-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vAKmS&d=%2Fa%2FSJ000007OVuf%2FyDIt5t8tcm7I._TvWUnWFz11f5_7U55WynpFCbw7J7Y&asPdf=false  
c919f99c5c031d89 Danielle Nicole Kanoy 57-C-0348 2025-02-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000PZs5p&d=%2Fa%2FSJ000002T8p3%2Fkkq2KGbwWmWoIzbbGTtmp.pFwN48FsFEatyA0XwDQE8&asPdf=false  
dab6c10e4773a83c Danielle Nicole Kanoy 57-C-0348 2022-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvARB&d=%2Fa%2F3d000000pc76%2FtTiWZFpFV3nH7AY.B_YqbcJpOR4.kwK88pPmOxRg2PY&asPdf=false  
3761355147d10a11 Danielle Nicole Kanoy 57-C-0348 2022-11-07   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv15G&d=%2Fa%2F3d000000pc8O%2F8zdCpku_XCIUsjnGav_nWp8YxWQUIrKJ4PzTs2K8eVg&asPdf=false  
4ebf18008e8d620e Danielle Nicole Kanoy 57-C-0348 2019-05-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXw6&d=%2Fa%2F3d000000pXVT%2FFDlWpxbKJEQQlbsQL1ZnJcSozuAQH9DeSWyqVln.sKQ&asPdf=false  
cbd53c6faad0d8a8 Danielle Nicole Kanoy 57-C-0348 2018-02-27   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWpI&d=%2Fa%2F3d000000plgS%2FrJeDPb_Gh1n9I_Wv.IdAuXL92SwmA3HKZ4Y7BffQ9J0&asPdf=false  
84be795092399aee Danielle Nicole Kanoy 57-C-0348 2017-08-10   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwsW&d=%2Fa%2F3d000000pTU6%2FZBxnEW3Dtl8U6TjXYjf7vmHaPum5D0mApI54tIzhrxQ&asPdf=false  
6c5cb76979a9959f Danielle Nicole Kanoy 57-C-0348 2016-06-15   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx2u&d=%2Fa%2F3d000000pnsz%2FmWuQF6xbaZMl5eA5qkekBFTTaI_ZRGSRBkWmP.zxkyM&asPdf=false  
396bf7233c691e33 Danielle Nicole Kanoy 57-C-0348 2015-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXfS&d=%2Fa%2F3d000000pe0H%2FrOq7sNFYhznlrvQCxmPJQ88joRBCsDWHhwKnK5vqC4o&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 83.469ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API