Rust
API for ATHLON EU - No Wipe - PvE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10721229json
{
"response": {
"fps": 54,
"fps_avg": 51,
"entities_count": 349446,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284797084738579",
"domain": null,
"id": 10721229,
"ip": "136.243.13.46",
"port": 28005,
"query": 28006,
"color": 0,
"city": "Falkenstein",
"description": "\n- The PVE server is multilingual (DE) (EN) (ES) (FR) (HU) (UA) (PL) (RU)\r\n - An automatic translator is working in the chat\r\n - VIP System\r\n - Economy with Shop & Daily Rewards\r\n - Custom Events: Heli, Armored Train, Convoy, Space, Caravan\r\n - Enhanced NPCs & Bosses\r\n - Easy Building with Skins & Tools\r\n - Personal Marketplace\r\n - VIP Turrets\r\n - Join our Discord for updates & support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776658397,
"score": 0,
"last_online": 1776883227,
"icon": null,
"name": "ATHLON EU - No Wipe - PvE",
"connect": "136.243.13.46:28005",
"request": "136.243.13.46:28006",
"map": "ATHLON 4500",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1765140324,
"last_update": 1776883227,
"banned": false,
"wipe": 1764875787,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4262,
"language": "de",
"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/10721229");
$data = json_decode($json, true);
var_dump($data);