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

ASUU Strike Verification Platform

Fair employability
for every graduate.

Strike-Age calculates your true employability age by removing ASUU strike periods from your academic timeline — giving you the fair evaluation you deserve.

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 verified ASUU strike databases to identify affected periods.

03

Receive Verified Badge

Download your verified 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": "verified",
  "eligible_for_grad_roles": false,
  "badge_id": "VB-...",
  "verified_at": "..."
}