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 = "92-A-0390" 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
42695dfd8b86a6b1 Springset Gordon Setters 92-A-0390 2025-05-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Y4dsL&d=%2Fa%2FSJ000003tgQ1%2Fij55euqPPUyLrFg1IOjuOgR9JKY7tJzNjSs9lXJyvPk&asPdf=false  
21ae3f88d3913e09 Springset Gordon Setters 92-A-0390 2024-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EapnQ&d=%2Fa%2F3d000003CZaD%2FxbXj7epSVWpeRz99ceiTfdu3555tWnV6WPxArE_4AVU&asPdf=false  
643803311d455ee8 Springset Gordon Setters 92-A-0390 2023-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009zG9g&d=%2Fa%2F3d000001qDip%2FmnSwM0tCjzkv7YfLRnCZ5ZUeVeQv7fs_D0Ue0.zhjD4&asPdf=false  
47e0935ff6a0134f Springset Gordon Setters 92-A-0390 2022-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwnTv&d=%2Fa%2F3d000000piUd%2FkZRFYVUS64JAZB51x5aWyZfCqKL3I7xqOsPxyaps41s&asPdf=false  
0e1150e0cc93716c Springset Gordon Setters 92-A-0390 2019-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggsc&d=%2Fa%2F3d000000pkvl%2F5jLbqR7bPkXKuU5Jv5bt9vJ2LVwLDiD4zpDX9780i14&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 343.913ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API