API for GO Rust - [3X | QUAD | 15.05]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 77140,
"world_seed": 1767790508,
"world_size": 3650,
"steam_id": "90285896104467463",
"domain": null,
"id": 10780570,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "\nㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ>Best modded performance server<\r\n>Go Rust? 3x Quad EU\r\n\r\n•Max Group: 4 players\r\n\r\n•3x Gather Rates\r\n\r\n•High Performance Custom Maps\r\n\r\n•Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n\r\n•BP Clan Sharing\r\n\r\n•TP & Home /tp\r\n\r\n•Automatic Auth Share|TC|Code Lock|AutoTurret\r\n\r\n•FREE /SKINDROP. PLAY TO EARN SKINS!\r\n\r\n•/DAILY Rewards with free skins!\r\n\r\n•Increased stack size\r\n\r\n•Our store - gorust.shop\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nrs02k=saozJ^0S&A8002N[\r\nTSARVAR152076\r\nWargmClaim114456",
"game": 252490,
"owner": 160856,
"boosts": 1,
"last_offline": 1780033978,
"last_online": 1779130813,
"icon": null,
"name": "GO Rust - [3X | QUAD | 15.05]",
"connect": null,
"request": null,
"map": "3X QUAD",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766872419,
"last_update": 1780033978,
"banned": false,
"wipe": 1778842878,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10086,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "kazzy",
"avatar": "3a10942a-84d2-4c87-a9fc-05d334cf6a83.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10780570");
$data = json_decode($json, true);
var_dump($data);