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!)
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
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
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
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