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 = "85-C-0047" 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
6eae934dd2e14f70 Hawks Aloft Inc 85-C-0047 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lcaDu&d=%2Fa%2FSJ000005tiVN%2Fz82cc2LQ8veIdoUtaYH4SqSovZsF4Qn28SaEqFYr3lk&asPdf=false  
2a842e2a2220bb3a Hawks Aloft Inc 85-C-0047 2025-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lccSb&d=%2Fa%2FSJ000005tiNJ%2F.ukcQg9L4WWaUo0AHRGoms4FmWXYLDk5G.F0hhnsI80&asPdf=false  
1be6bb9dbeae75bf Hawks Aloft Inc 85-C-0047 2025-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lbuur&d=%2Fa%2FSJ000005tilV%2FzBBmCU6msyCTKuzjqWKIb_41YFvhHs343P3QQjqDba4&asPdf=false  
f5d9ace58148d82c Hawks Aloft Inc 85-C-0047 2024-11-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Fs4xK&d=%2Fa%2FSJ000001GsIS%2FHewNmPGOvBnnpK1BWb5JDv_NVGAbp4rHgzYNgalv_r4&asPdf=false  
b5c0566bff7a4cc0 Hawks Aloft Inc 85-C-0047 2024-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000FDDi0&d=%2Fa%2FSJ000001DCQz%2Fhba2xOpTltOTfd5jWKp4NE5doF3eVA5_evoX59gJxm4&asPdf=false  
e0aaa6b6bc62c6b2 Hawks Aloft Inc 85-C-0047 2024-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000001aCGc&d=%2Fa%2FSJ0000004cEn%2Fs5.DXNYdgniC.T6tkv1P0LJaC1nCSAmsGEQmKUfzTzA&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 27.616ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API