Use our data to build bots, widgets, and applications
Get real-time data about GTA 5 servers. The API is updated every 5 minutes and available to all developers.
Base URL: https://gta5masterlist.ru/api
/api/stats
{
"majestic": {
"currentOnline": 75234,
"currentQueued": 12453,
"todayPeak": 82341,
"todayPeakQueued": 15231,
"allTimePeak": 95432,
"allTimePeakDate": "2024-12-25T18:00:00Z",
"serversCount": 15,
"regions": {
"RU": { "players": 45234, "queued": 8234, "count": 10 },
"EU": { "players": 30000, "queued": 4219, "count": 5 }
}
},
"gta5rp": {
"currentOnline": 15234,
"todayPeak": 18234,
"allTimePeak": 22345,
"serversCount": 8
},
"ragemp": {
"totalPlayers": 12500,
"totalServers": 456
},
"fivem": {
"totalPlayers": 125000,
"totalServers": 3500
},
"altvmp": {
"totalPlayers": 8500,
"totalServers": 234
},
"timestamp": "2024-12-31T12:00:00Z"
}
// JavaScript/Node.js
fetch('https://gta5masterlist.ru/api/stats')
.then(res => res.json())
.then(data => console.log(data));
// Python
import requests
response = requests.get('https://gta5masterlist.ru/api/stats')
data = response.json()
// cURL
curl https://gta5masterlist.ru/api/stats
/api/chart-data
range
stringTime range: 6h, 24h, 7d, 30d, 90d (default: 24h){
"data": [
{
"timestamp": "2024-12-31T12:00:00Z",
"majestic": 75234,
"gta5rp": 15234,
"majesticQueued": 12453,
"majesticRU": 45234,
"majesticEU": 30000,
"majesticQueuedRU": 8234,
"majesticQueuedEU": 4219
}
]
}
// Get 7 days data
fetch('https://gta5masterlist.ru/api/chart-data?range=7d')
.then(res => res.json())
.then(data => {
// Use data.data to build chart
console.log(data.data);
});
If you have any questions or suggestions about the API, contact us:
Telegram: @filant