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 = "42-B-0291" 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
35da1c8436ec1346 Randy Dyer Sue Dyer 42-B-0291 2019-04-24   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egizg&d=%2Fa%2F3d000000pWmP%2FNUGZw0RWumtzdsXruVj6R11Ypr0HrXAcIx9btQNu7S8&asPdf=false  
ce9f3ad146e90a05 Randy Dyer Sue Dyer 42-B-0291 2018-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiiX&d=%2Fa%2F3d000000po2C%2FYGNiRKnHHabWg8MwQ6aku9VNnQCVJc4RfrNTuZWBBFg&asPdf=false  
e14f38df02cb5d63 Randy Dyer Sue Dyer 42-B-0291 2018-01-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeTZ&d=%2Fa%2F3d000000pTUO%2Fl5V1NhSKYlIZyEYbXNtMN121.E7q8kluJQ7WpFgYFZA&asPdf=false  
bf6d6998ba48fd33 Randy Dyer Sue Dyer 42-B-0291 2017-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggbl&d=%2Fa%2F3d000000pfcq%2FyjAnYeuiN4KrK.27.CVg_FDmiX2GV5RTvOClzYXLtuU&asPdf=false  
58370275fe3b7585 Randy Dyer Sue Dyer 42-B-0291 2016-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghsy&d=%2Fa%2F3d000000pmpP%2FIK61zvjwFi0EvsH8pX1Ew8TCX_vfXoS5lPFxPEy0owQ&asPdf=false  
f1ddd0534d4c73a4 Randy Dyer Sue Dyer 42-B-0291 2015-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb9j&d=%2Fa%2F3d000000pWaX%2FZPfeaGKV2JTffQkB8MByodGCW1HWjTMJlDeeVALiTGE&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 214.17ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API