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 = "43-B-3485" 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
7de424c6aa68655d DANA SAVORELLI 43-B-3485 2016-08-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkst&d=%2Fa%2F3d000000pjiz%2FX9dCgT58R6BzN9xKbg9k3mSSBrA_UhZHT54n2FRrStU&asPdf=false  
634474f24e1cd893 DANA SAVORELLI 43-B-3485 2016-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkhM&d=%2Fa%2F3d000000pmKF%2FUTpTTdgzQWpIoXgoGNvhQ_T2C6353T3yIYjD5REEXYQ&asPdf=false  
92fb5d0c1132c640 DANA SAVORELLI 43-B-3485 2016-02-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmBI&d=%2Fa%2F3d000000pkRw%2FNxT3vyjvKmVN7BR7AR1zohNd0uZBcsIxurUnn_4vYLw&asPdf=false  
50ff06837beaf1e6 DANA SAVORELLI 43-B-3485 2015-11-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmSs&d=%2Fa%2F3d000000pTUK%2FXQxgjpwqnBnXy9yKExBLznOnrMyUfxrtNzg3Ln_r16M&asPdf=false  
41f7628d326886aa DANA SAVORELLI 43-B-3485 2015-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkWB&d=%2Fa%2F3d000000pjkv%2FwYtzbX2sjtJaXXenJ4MLefRCJum.8qk9O6uUUjcXC1I&asPdf=false  
3dd9fc585078b7a1 DANA SAVORELLI 43-B-3485 2015-01-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmQp&d=%2Fa%2F3d000000pRC3%2FI_icsbfGk0fJFhpXSTO1aZohDgugTKtawrnawUuuLLU&asPdf=false  
b4ba5ffc8dc1fa46 DANA SAVORELLI 43-B-3485 2014-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOq&d=%2Fa%2F3d000000pkgy%2FPqL6C1UVD6HoVVi1Cj6DrM.PRRZdRLFhgzxEx9AQLvA&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 1825.912ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API