API for GandonRust {MAX4 X5-X10 Wipe 19.05}
JSON for programs, websites and more
text
json
{
"response": {
"fps": 148,
"fps_avg": 140,
"entities_count": 82363,
"world_seed": 149640312,
"world_size": 3850,
"steam_id": "90285974180353033",
"domain": null,
"id": 11501943,
"ip": "46.174.51.210",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Moscow",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207186,
"last_online": 1779258109,
"icon": null,
"name": "GandonRust {MAX4 X5-X10 Wipe 19.05}",
"connect": "46.174.51.210:28015",
"request": "46.174.51.210:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779207186,
"last_update": 1779258109,
"banned": false,
"wipe": 1779197663,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7437,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11501943");
$data = json_decode($json, true);
var_dump($data);