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

11 rows where cert_number = "23-C-0383" 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
118ca792bf7713e4 Holly Rennell 23-C-0383 2025-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000f6n6Y&d=%2Fa%2FSJ000004vxIn%2FsN99nneeHD8FBjCJd_Z1v4WeKIKEIKHwyf1PKuMQIuc&asPdf=false  
2448fe187c67cbe7 Holly Rennell 23-C-0383 2024-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001BARi&d=%2Fa%2FSJ0000003cLh%2FOnRp9mYsCX.HylA9JYjaFlnHhLweumf_15ukik5o5UY&asPdf=false  
28c97e23536f4b66 Holly Rennell 23-C-0383 2023-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Aa2OL&d=%2Fa%2F3d0000024Xlc%2FjtIHcYCylZkObInVyVTkBUb49ila3OF859WaVlTdrr4&asPdf=false  
e59101852cfe1380 Holly Rennell 23-C-0383 2023-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ARdBy&d=%2Fa%2F3d00000222sB%2FV5dp1yQ9wjmoKV2KPsr6xIZCE4RenS89kwHAJfIrtSs&asPdf=false  
4765d78d42f0d38c Holly Rennell 23-C-0383 2023-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jdk5&d=%2Fa%2F3d000000t55a%2FKlSq7H2_WmgL51rnVYph12FXz2lwFQrClXnyUZOgJaA&asPdf=false  
4998147b6a954e16 Holly Rennell 23-C-0383 2022-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwrxF&d=%2Fa%2F3d000000peDN%2FneuG5KNH46PHFvenwrEBBhuSQyle7UZ1lFXdJ8lyKLc&asPdf=false  
0063a2c6af950975 Holly Rennell 23-C-0383 2021-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMkAM&d=%2Fa%2F3d000000peD1%2FecGo.lPTqwD8S2eyfI_IXNDfcXVfsOOtZBnCerCF9.k&asPdf=false  
e6150c17c0ae3ed6 Holly Rennell 23-C-0383 2020-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyIeS&d=%2Fa%2F3d000000peDp%2F9gBNRRcCHhwEt5z9wRFSNJUng1XEyjwPX96xq6PRUb0&asPdf=false  
fc65842c73fd3e29 Holly Rennell 23-C-0383 2019-07-23   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcTU&d=%2Fa%2F3d000000peDB%2FNsSiyWWJoaB6ayb37M2yskXYZvd_idNgwGaEpLxegms&asPdf=false  
5e398647d96e49a0 Holly Rennell 23-C-0383 2019-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghFb&d=%2Fa%2F3d000000peCr%2Fw06qh0FSEXFm8b1oemd3Br9lcWEqh4a8kroWt5pLP9Q&asPdf=false  
b93959a604d90012 Holly Rennell 23-C-0383 2018-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYOx&d=%2Fa%2F3d000000peDK%2FU5TBShCTVUtJv55G0jKGJH5GgR1fxyhnYpTKK4WL1P4&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 290.403ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API