🌍 GeoTechieX
🚦 Road Offence Fine Checker
🚦

Nigeria Road Offence Fine Checker

Ask about any road traffic offence — get the official FRSC fine instantly.

Based on FRSC (Establishment) Act 2007 & National Road Traffic Regulations (NRTR) 2012

This is a public information tool. Always confirm fines with official FRSC sources.

// ── USER COUNTER (once per session) ─────────────────────────────────── if (!sessionStorage.getItem('road_counted')) { sessionStorage.setItem('road_counted', '1'); fetch('https://api.counterapi.dev/v1/geotechiex/road-users/up').catch(() => {}); }