API für RustOfWarPvE x3-15 Loot+NoRaid NoKill Wipe04.06
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 355,
"fps_avg": 345,
"entities_count": 89998,
"world_seed": 31232122,
"world_size": 4000,
"steam_id": "90286604760230943",
"domain": null,
"id": 10459944,
"ip": "185.189.255.64",
"port": 35100,
"query": 35110,
"color": 0,
"city": "Moscow",
"description": "\n__________________________Wellcome_to_RustOfWar__________________________ \r\nWipe 2 times a month / Вайп 2 раза в месяц \r\nconnect 185.189.255.137:35000 \r\n \r\nPvE / x3-15 / Events+ / Loot ++ / TP / Remove / Stack1000000 / InstaCraft / Kits / Skins \r\n \r\n group in VK: vk.com/rust_of_war Discord: discord.gg/vWGDEtkcRV",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780629626,
"icon": null,
"name": "RustOfWarPvE x3-15 Loot+NoRaid NoKill Wipe04.06",
"connect": "185.189.255.64:35100",
"request": "185.189.255.64:35110",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1760474388,
"last_update": 1780629626,
"banned": false,
"wipe": 1780598018,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1856,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10459944");
$data = json_decode($json, true);
var_dump($data);