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

5 rows where cert_number = "43-B-3718" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
70854173d747cd1c BILLY JOHNSTON CHERYL ULLRICH 43-B-3718 2014-06-25   3 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYek&d=%2Fa%2F3d000000pWW8%2F2dDS7JRbk34x7VjR7ZSDKAPrV1akHWu9b2AfU90OoTs&asPdf=false  
6124e424ac8f6c47 BILLY JOHNSTON CHERYL ULLRICH 43-B-3718 2014-06-18   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwjB&d=%2Fa%2F3d000000pWdP%2FPcPQ8GS15Nc75mi6RuQeW5l.rfk9KTHgiP33iGzn5yY&asPdf=false  
6b71e85b15f00f43 BILLY JOHNSTON CHERYL ULLRICH 43-B-3718 2014-05-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYXY&d=%2Fa%2F3d000000pghX%2FrvS6sSRDHEN4Z3pJzsR6YQ7gRUDIRbuc0P2FcTjyZ44&asPdf=false  
94233a7396edff41 BILLY JOHNSTON CHERYL ULLRICH 43-B-3718 2014-05-08   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxFc&d=%2Fa%2F3d000000pm4V%2Fj9zOVdxo5yb9T7jOlM5i1p.hAX8.9HWTR6t7YSxkhMo&asPdf=false  
bf722d6bf36ed7ff BILLY JOHNSTON CHERYL ULLRICH 43-B-3718 2014-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZt6&d=%2Fa%2F3d000000palA%2F_aTihzKAlVz4nRTVxbfp735GSn45Szmlq9NMb_LJl8M&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 848.271ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API