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

6 rows where cert_number = "42-C-0242" 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
11ff68cb96c535fd Linn County Conservation Department 42-C-0242 2025-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lPrHg&d=%2Fa%2FSJ000005rN21%2FpYavK3xjraHv0uxepZmepLo9zhBgod1GqmBosRrKvQo&asPdf=false  
c26d9ac97e79433d Linn County Conservation Department 42-C-0242 2025-06-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000cVaBB&d=%2Fa%2FSJ000004YxeT%2FYxJyAIO6Cbtjtf5zs_mf358dbp86W6wNLT.FnTRwdo4&asPdf=false  
09d3c6ff3834c5f3 Linn County Conservation Department 42-C-0242 2024-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005Zrmi&d=%2Fa%2FSJ000000LFk1%2FNjASP41pqsQniKaZO8GUPInt5PZtB9jkHxmQs9Uu6jc&asPdf=false  
6d90f1a20a6533c2 Linn County Conservation Department 42-C-0242 2023-09-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009yALh&d=%2Fa%2F3d000001pc0s%2FtbpjOSQWL_hdT6oTaRyEa1ktc7GPqAEZ4.3ygIoldqk&asPdf=false  
14995b2faeb5b208 Linn County Conservation Department 42-C-0242 2022-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvO81&d=%2Fa%2F3d000000pctD%2FNxTL6R0oQ0jbRIirITvRUvn0Pt9fNJ8S0J_swtphtx4&asPdf=false  
013a2403f7cbfa05 Linn County Conservation Department 42-C-0242 2022-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awDrI&d=%2Fa%2F3d000000pZDZ%2F1.AKZyrRMVXUX5kPMQlhfOm6j_VAF1hWqPS_iFCjCuA&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 773.57ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API