GET
Retrieve data from the server with a GET request. This section covers all endpoints that allow you to fetch data or any related resources.
Versions
Current
GET /api/versions/current
Returns the current versions of Roblox
Example
import Axios from 'axios';
const Response = await Axios.get('https://whichexploitsare.online/api/versions/current');
console.log('Current Roblox Versions:', Response.data);Response
{
"Windows": {
"Version": "version-bef193a8f3d14d3c",
"Date": "3/17/2025 4:04:55 PM"
},
"Macintosh": {
"Version": "version-0b638b32e4ac485c",
"Date": "3/17/2025 4:04:32 PM"
}
}Future
GET /api/versions/future
Returns the future versions of Roblox
Example
Response
Exploits
GET /api/exploits
Returns the data for all exploits found in the website
Example
Response
Last updated