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 = "48-A-2224" 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
b4ceec08ac30cada DANELL & JOSEPH RIFE 48-A-2224 2023-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008g5cN&d=%2Fa%2F3d000001HpX8%2FlhVejfjYeZdKDD.P39FAxafnnj8bemeXnpOYfFfA65I&asPdf=false  
b6987be8c91aea9d DANELL & JOSEPH RIFE 48-A-2224 2022-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awkAp&d=%2Fa%2F3d000000pVqf%2FJ46q2zg5rCfE9XLH73Q2dyHUJ7ig1PHgTvE6FjrgzEQ&asPdf=false  
e977ddf84b426e07 DANELL & JOSEPH RIFE 48-A-2224 2022-07-27   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxwbH&d=%2Fa%2F3d000000pVrJ%2F5dy8rmP083YGEvbHPWU.rjfpnRcFJz89AuEP5524Zlg&asPdf=false  
78daa3d5d424430b DANELL & JOSEPH RIFE 48-A-2224 2021-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMYuh&d=%2Fa%2F3d000000pVrQ%2Fk7Fs2JAZtvesWa8iSur7t3O4xpos92X3CK..J3eeoPw&asPdf=false  
ac875038f6e0aa2d DANELL & JOSEPH RIFE 48-A-2224 2020-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmJR&d=%2Fa%2F3d000000pVqs%2F.esYZWNAVtiIpemfbbbk5ttljUSHuQMXydfRL_d56q0&asPdf=false  
9c9c19c3bb238d4d DANELL & JOSEPH RIFE 48-A-2224 2019-06-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkzw&d=%2Fa%2F3d000000pVr8%2FGCcRv7DKNA5D.X6eU8NvH1nJLlSCkjJvc3lTYsA4Smc&asPdf=false  
ac81253a433c2dad DANELL & JOSEPH RIFE 48-A-2224 2018-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfns&d=%2Fa%2F3d000000pVqj%2FZp7yXUuIQwJZr4UPVpPtHQPwknZRdWlMgYAc9NpDQGI&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 5.336ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API