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

7 rows where cert_number = "41-A-0482" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
a18c4889a84ef788 JUSTIN SAWYER 41-A-0482 2022-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywr1u&d=%2Fa%2F3d000000pe9K%2Fh1KMc8QjysDWvOl_HIYWXyGQwS4h1PVXNY4krTyNVzQ&asPdf=false  
1d523cd232c05de3 JUSTIN SAWYER 41-A-0482 2019-08-13   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj06&d=%2Fa%2F3d000000pnZl%2FS8NkbtNKyzsXEpbzlF_aHbXN4Cxx30cRyWQerFJjCTY&asPdf=false  
c4082d274dca90d4 JUSTIN SAWYER 41-A-0482 2018-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiVN&d=%2Fa%2F3d000000pglr%2FerrezDfvFcgUZOVaV7zh6KNtExKC6ClG.bA8uDdSTb4&asPdf=false  
e73780dbe41c126c JUSTIN SAWYER 41-A-0482 2018-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdA7&d=%2Fa%2F3d000000pn2D%2FQz1x_0p0Dqr5GpYdcHsx9jyr8arsScpmdZlW0lldn3k&asPdf=false  
a83ca863dc9172e1 JUSTIN SAWYER 41-A-0482 2017-05-25   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggx8&d=%2Fa%2F3d000000ppDS%2FdxO_mgp.B_rbmYtYoNOxddYsaxNWVjpeG.dMLxibYJE&asPdf=false  
2326179056a9affb JUSTIN SAWYER 41-A-0482 2016-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghLR&d=%2Fa%2F3d000000pop0%2F4jAwj__nfKmLtMt0blDkZhbu9uN94jm7jn7mfdSpMYE&asPdf=false  
0dd1f5049e1d76dd JUSTIN SAWYER 41-A-0482 2015-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaAx&d=%2Fa%2F3d000000pn1y%2FBHUmsMIVybSi4RyBRtXCvFDfVt27GTXL6K802CgRd8k&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 365.026ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API