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

8 rows where cert_number = "46-B-0084" 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
a7cf5f86f4ae38bc JILL STROBEL 46-B-0084 2021-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMv42&d=%2Fa%2F3d000000pRWz%2Fip6XSIc58Y.z_vhvqzpDPaQsSTfa7cPJvXVWoljVnu4&asPdf=false  
87ce4ea445a36c0d JILL STROBEL 46-B-0084 2020-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyLhy&d=%2Fa%2F3d000000pRl3%2FtL6dUkDPQlRxbRqIEmyV6xXVNl5CQFRiflyzU2_I0dE&asPdf=false  
a7c521d8cbe9decc JILL STROBEL 46-B-0084 2019-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egljz&d=%2Fa%2F3d000000ploj%2FtR23Ni0O05kuerUD4XrFdofZ.OEDlh6qUqKL3m3ymmA&asPdf=false  
e7e0aa1234ff8032 JILL STROBEL 46-B-0084 2019-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnux&d=%2Fa%2F3d000000plya%2FB4bs.P73WHPpcv185rENYGfn9ga_Y4gZP6jU9NJIlmU&asPdf=false  
c00a2c444e57de14 JILL STROBEL 46-B-0084 2018-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoQj&d=%2Fa%2F3d000000potn%2FEA66QCzhJfrixTtutiV4nqQ0DInUUeCpwHD8EhbI2Tc&asPdf=false  
9e03a4cc0ea7a112 JILL STROBEL 46-B-0084 2017-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoN5&d=%2Fa%2F3d000000pRi7%2FYbX0U5Z_w6y0Ai_7uXf7dzQpxDplYX5JadG5JIta2qE&asPdf=false  
81ea740f53023926 JILL STROBEL 46-B-0084 2016-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoCd&d=%2Fa%2F3d000000pm0B%2FXCd8Wsd5gzoHyxbu3DuIUdzzk73.RDB39HtvHhddHyA&asPdf=false  
ee59e57423c7adac JILL STROBEL 46-B-0084 2015-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglW6&d=%2Fa%2F3d000000pX9I%2FAvJGJnxWqGZ35n8OSolIsY1WXvoWjEcz7k9ydvWNIYU&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 364.912ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API