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 = "74-C-1105" 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
a557a56ac7a553b7 D&R King, LLC 74-C-1105 2025-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ldxV2&d=%2Fa%2FSJ000005u5DR%2FmnugSGxVvLsK29i7DLIPHTDzm.y6ic3NAidhx5YoOHA&asPdf=false  
b9984f065be0a78b D&R King, LLC 74-C-1105 2023-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009hKd0&d=%2Fa%2F3d000001gZVc%2FnRXCGy7kOtmR9bms3ZXoSprEv_ZcjyhuPgbKL8lERD4&asPdf=false  
4865b279b2db8b1d D&R King, LLC 74-C-1105 2023-05-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008q1KD&d=%2Fa%2F3d000001LDOp%2FVlCJGDiKUAn1STo1ODBRTPBVPaARiYbroemdkfKYdhQ&asPdf=false  
5d717ddba55b3cf1 D&R King, LLC 74-C-1105 2022-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YyA4f&d=%2Fa%2F3d000000pbP7%2FBrHWYskoo7ehq0y4dkSThnMGXEaL6Q.NM_GiXoR0jkw&asPdf=false  
305c17f52038356a D&R King, LLC 74-C-1105 2021-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMPsZ&d=%2Fa%2F3d000000pbLv%2FZYCJissbjgreNveWTbQw.t25i9kEyNmPOX8msbv2oKk&asPdf=false  
018aa8eaca1f4ed4 D&R King, LLC 74-C-1105 2020-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVus&d=%2Fa%2F3d000000pbP8%2Ftlos9lConA0s9HkF3JuWGIBzAr2bdvpCnLTnxx4y3X4&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 4.47ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API