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 = "41-A-0504" 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
aeaf225d46d9bf07 WESTON SCHWECKE RANDY SCHWECKE 41-A-0504 2024-01-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Bnznz&d=%2Fa%2F3d000002OS35%2FeOUqmw2g0l1FFZBm5JsetPYGZ1JCUIhRjDdwa7HHBdE&asPdf=false  
74771e915a52c06a WESTON SCHWECKE RANDY SCHWECKE 41-A-0504 2023-02-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dmCp&d=%2Fa%2F3d000000yFsM%2FBF0OebJt.AXexbhjGvGKyTDISctEBTgaMs8F0PfkNsk&asPdf=false  
5d0659c62aada1fb WESTON SCHWECKE RANDY SCHWECKE 41-A-0504 2022-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V95Ob&d=%2Fa%2F3d000000pgxO%2F1hel0w563b4Bl0z0KsWIYRAb_iqhf4EvhznfZj9bp_0&asPdf=false  
26fd4e0bc945a01c WESTON SCHWECKE RANDY SCHWECKE 41-A-0504 2021-12-02   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8j0M&d=%2Fa%2F3d000000pgoK%2FV5Ltb7nSWLWr.phtyu3sDFC7IceABlrvEhUdfN.q1us&asPdf=false  
eff30aa3b4dea7c4 WESTON SCHWECKE RANDY SCHWECKE 41-A-0504 2020-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERZRs&d=%2Fa%2F3d000000pRn1%2Fg0Cz4GRaHduXzyltHgXKHVvwMReQAFkQd_XBRCa0Qlo&asPdf=false  
00b33cfb33c1ca20 WESTON SCHWECKE RANDY SCHWECKE 41-A-0504 2019-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWDV&d=%2Fa%2F3d000000pkLr%2FrP2xq9hEoggW7SpiCvL_gdMs.mHn03nrDiv5VcZRpuo&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 833.019ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API