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

8 rows where cert_number = "58-C-0270" 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
3cb2602074b70fc3 Josip Marcan 58-C-0270 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jmqAZ&d=%2Fa%2FSJ000005caSb%2F8Li0b2f3simH8ZkPUB31JOQXzyDtfrQYK9eWsC4TqNU&asPdf=false  
a400f3d080db84a5 Josip Marcan 58-C-0270 2025-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QWgLQ&d=%2Fa%2FSJ000002ce9l%2FYBni8lcsoI8QxpBlcJ5xwWOMPBzrAZCzQx99RTlCzhQ&asPdf=false  
119b09e41636ceed Josip Marcan 58-C-0270 2022-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywm5n&d=%2Fa%2F3d000000piVz%2F6rq9g8e.vjrelE9RflMM77Dbc0FgmWKX_T8AQ8iWmmo&asPdf=false  
7a29108288f4ab9c Josip Marcan 58-C-0270 2019-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmKP&d=%2Fa%2F3d000000pSjZ%2F43CI6PWuGYeFK.3AGXBFa7Y0b_XDQ3GTTTn7DtSEoOw&asPdf=false  
400f129659896e19 Josip Marcan 58-C-0270 2016-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjsg&d=%2Fa%2F3d000000pSpe%2FZPXS9xiBENt__lPqKm3qx81_V4.QAY.5nuZnKhW8iKQ&asPdf=false  
062823830d07db51 Josip Marcan 58-C-0270 2016-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmAC&d=%2Fa%2F3d000000pavS%2F1aqLubfF_os0YECvBK0I9fYdKFacKKbIxVJAlMefVMQ&asPdf=false  
ff810d8e70b6e0f8 Josip Marcan 58-C-0270 2014-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmFb&d=%2Fa%2F3d000000pScI%2FrIrGnfkd8ekgAtJfa7gwa.AHF6BtI7X3f97QYqggkPk&asPdf=false  
cb464b32a2c34fc6 Josip Marcan 58-C-0270 2014-07-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYhK&d=%2Fa%2F3d000000pnyJ%2FS.J9q6VVIETPd4_c6.MEt4g_VDyvxCgVgPSbu6d8U3A&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 82.743ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API