GITATO / RL Rank Overlay
RL Rank Overlay·Free · open source

Every rank in the lobby, on the glass.

A transparent overlay for Rocket League on PC. It reads the game's official Stats API on your machine, looks up each player in the match, and shows their rank emblem, division and MMR — teammates and opponents. It hides itself when the game closes.

The overlay over a match: both teams with rank emblems, divisions and MMR
Drag the card anywhere. Click-through mode in the tray menu.
Download for Windows Free · unzip, run RLOverlay.exe · nothing to install

Windows SmartScreen will warn you, because this is an unsigned indie build. Click "More info", then "Run anyway" — or right-click the downloaded zip, open Properties and tick Unblock before extracting; then the warning never appears at all.

The whole program is a few short files you can read before you run it: rl-rank-overlay on GitHub.

Reads the game's own channel

Rocket League broadcasts match JSON on a local port — the official Stats API, with EAC on. The overlay reads that stream on your PC. Nothing touches the game's process or memory.

One request, ranks back

The lobby's player ids go to a shared rank service in a single lookup, and ranks come back. That request is the only thing the overlay ever sends anywhere.

Stays out of your way

Appears when you're in a lobby, hides when the game closes, never steals focus from the match. Drag it where you want it, or turn on click-through and forget it's a window.

Your data stays yours