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

8 rows where cert_number = "93-C-1155" 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
34485608610aae90 Apex Protection Project 93-C-1155 2025-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000d9xlk&d=%2Fa%2FSJ000004f1HB%2FJw4ymII8iYKOv3HwT2k8DHXd7Uez1jRGpkb8urKXitA&asPdf=false  
158b56f8fb3dee48 Apex Protection Project 93-C-1155 2024-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002U0b6&d=%2Fa%2FSJ0000006jIb%2FgbUAzcwMbaazEQ7PybGj2KTyfJ8jqYGTCrvqaalkmGI&asPdf=false  
b8dad331d666f99d Apex Protection Project 93-C-1155 2024-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DWM5t&d=%2Fa%2F3d000002vOYc%2FeFHONxjbi5xQpUMAwqqVNAu1..p_ktN.F9zSdQ6wyqg&asPdf=false  
06e367e3682c95aa Apex Protection Project 93-C-1155 2022-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvMP0&d=%2Fa%2F3d000000pcmi%2FLDH.ye2TE4rrtVdj8i26mO8kGTHVBB6PHmaU0uOSt6U&asPdf=false  
bd708fc8b1240e25 Apex Protection Project 93-C-1155 2021-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8jc3&d=%2Fa%2F3d000000pch8%2F8FlMG4x8uvBrenQtxDnuwkIFBsN8YXbs9Ov.Zfp5P3k&asPdf=false  
e9ecc7496fc73746 Apex Protection Project 93-C-1155 2021-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EST2H&d=%2Fa%2F3d000000pcgn%2FItq5hN2Soka6VcQ_FqGo1hejUKWnLTdFADdeSdtRtMg&asPdf=false  
a0659b56dc42bb0d Apex Protection Project 93-C-1155 2019-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfWj&d=%2Fa%2F3d000000pch6%2F_9H6EX8SEzad1hLpxa5ftHD5jz7S2DroUnn1h1INGCE&asPdf=false  
1f557f7ecd0880a7 Apex Protection Project 93-C-1155 2018-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega4a&d=%2Fa%2F3d000000pchB%2FPsOlMEpubshFyiUupLQ7vmISc.wkuZvWVlgcJVJuWts&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 221.354ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API