Paste a FACEIT profile URL or nickname, fetch the player's public stats through a backend API, and generate an HLTV-style estimated rating based on recent performance. This is a practical estimator, not the real HLTV Rating 3.0 formula.
The FACEIT API key is stored on the server and never requested from users. Real HLTV Rating 3.0 is not publicly disclosed by HLTV, so this tool provides an approximation based on public FACEIT data.
Inputs
Ready. Enter a FACEIT nickname or profile URL.
Estimator logic
This tool mixes recent and lifetime FACEIT stats, normalizes each metric against practical CS ranges, then collapses a weighted average into an HLTV-style rating band:
Rating ~= 0.35 + 1.45 x WeightedScore
WeightedScore pulls from K/D, K/R, ADR, HS%, win rate, entry rate & success, multi-kills, aces, clutches, utility damage & success, flash assists, assists and MVPs. Recent form is weighted ~70% vs 30% lifetime, and weights auto-renormalize around whichever stats FACEIT exposes for that profile.