Roblox versions

WhatExpsAre.Online has a dedicated Roblox tracker which includes tracking the Current, Future, and Past versions of Roblox for Windows, Mac, and Android/IOS (Soon!)

Reminder: You can access these endpoints on any of our domains without restrictions. If you hit our rate limit, reduce the interval at which you are fetching our services.

Main Domains:

  • weao.xyz

  • whatexpsare.online

Alternatives:

  • whatexploitsaretra.sh

  • weao.gg

Current Versions (LIVE Channel) Windows/Mac

You can obtain the current latest versions of Roblox via this route:

GET https://weao.xyz/api/versions/current

Object
Type
What it is

Windows

string

The current version Roblox is on for Windows

WindowsDate

string

When Roblox last updated for Windows

Mac

string

The current version Roblox is on for Mac

MacDate

string

When Roblox last updated for Mac

Example Response:

{
    Windows: "version-2a06298afe3947ab"
    WindowsDate: "7/23/2025, 11:42:47 PM UTC"
    Mac: "version-774691dc93a947ef"
    MacDate: "7/23/2025, 11:42:37 PM UTC"
}    

Future Versions (LIVE Channel) Windows/Mac

You can obtain the next versions of Roblox via this route:

GET https://weao.xyz/api/versions/future

Object
Type
What it is

Windows

string

The next version Roblox might update to for Windows

WindowsDate

string

When Roblox last deployed a future Roblox version for Windows

Mac

string

The next version Roblox might update to for Mac

MacDate

string

When Roblox last deployed a future Roblox version for Mac

Example Response:

{
    Windows: "version-2a06298afe3947ab"
    WindowsDate: "7/23/2025, 11:42:47 PM UTC"
    Mac: "version-774691dc93a947ef"
    MacDate: "7/23/2025, 11:42:37 PM UTC"
}    

Past Versions (LIVE Channel) Windows/Mac

You can obtain the past versions (normally used for downgrading) of Roblox via this route:

GET https://weao.xyz/api/versions/past

Object
Type
What it is

Windows

string

The previous version Roblox updated to before current on Windows

WindowsDate

string

When Roblox last deployed this verison on Windows

Mac

string

The previous version Roblox updated to before current on Mac

MacDate

string

When Roblox last deployed this verison on Mac

Example Response:

{
    Windows: "version-2a06298afe3947ab"
    WindowsDate: "7/23/2025, 11:42:47 PM UTC"
    Mac: "version-774691dc93a947ef"
    MacDate: "7/23/2025, 11:42:37 PM UTC"
}    

Last updated