Strike Age enabled hiring helps evaluate candidates fairly beyond strike-related delays.

UASU Strike Verification Platform

Fair employability
for every graduate.

A digital tool that recalculates the true employment age of Kenyan graduates by subtracting all the strike years they lost in school because of UASU.

12,400+

Verifications

98.2%

Accuracy rate

450+

Partner firms

Simple Process

How Strike-Age works

Three steps to fair, verifiable employability data.

01

Submit Academic Record

Enter your university, admission year, graduation year, and course details.

02

Strike Period Calculated

Our system cross-references compliant UASU strike databases to identify affected periods.

03

Receive Compliant Badge

Download your compliant certificate and share your Strike-Age profile with employers.

Developer API

Integrate Strike-Age into your platform

Integrate our verification API to display strike-adjusted ages directly in candidate profiles and internal workflows.

RESTful API with JSON responses
API key authentication
Rate-limited public endpoints
Ready-to-use cURL examples

API docs available from top navigation.

GET /api/v1/candidate/{id}/age

{
  "candidate_id": "...",
  "actual_age": 0,
  "employability_age": 0,
  "strike_deducted_years": 0,
  "verification_status": "compliant",
  "eligible_for_grad_roles": false,
  "badge_id": "VB-...",
  "verified_at": "..."
}