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 = "35-B-0223" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
152c9813e82a30d7 BENUEL ALLGYER 35-B-0223 2023-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Otbz&d=%2Fa%2F3d000001CNyP%2F_apJlQKQtc_rkzh.Oaj8whLlOgpXqoQK0hSTTukjplA&asPdf=false  
6d8283effc29987f BENUEL ALLGYER 35-B-0223 2022-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywhiz&d=%2Fa%2F3d000000piSx%2FKNUKVN86u_TN2kUZx_KdUms2l1j5n.wN1oM3I713OnA&asPdf=false  
9e8949842fe1842e BENUEL ALLGYER 35-B-0223 2020-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eh48L&d=%2Fa%2F3d000000pUsx%2FqH9R0BZN2qHL5Qe6xD8cxMisxZSmTQRcgox_AE9eE58&asPdf=false  
b7339505f36add4f BENUEL ALLGYER 35-B-0223 2019-10-29   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghfi&d=%2Fa%2F3d000000pSpJ%2FcNVJxcXqCidRAQhX3yMq94cfd8F1VkoejaEcPNWgRbk&asPdf=false  
4b8fdee9d0ab54f1 BENUEL ALLGYER 35-B-0223 2019-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZbK&d=%2Fa%2F3d000000pjA2%2Fjp1.jttIoDIphS8_y8pA3o3HfeDeqMKfV5qYnSow6PM&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 328.882ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API