API für [RU/EU] Rust Vanilla Monthly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 120,
"fps_avg": 153,
"entities_count": 76972,
"world_seed": 876816796,
"world_size": 3500,
"steam_id": "90286383864058884",
"domain": null,
"id": 11501876,
"ip": "185.189.255.197",
"port": 35400,
"query": 35410,
"color": 0,
"city": "Moscow",
"description": "![[RU/EU] Rust Vanilla Monthly](https://pic.survivalhost.org/image/gBtWP)\nКлассический сервер Rust\r\n\r\nРазмер карты 3500, рейты x1\r\n\r\nВайп 1 раз в месяц, в первый четверг месяца",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780654413,
"last_online": 1780174821,
"icon": null,
"name": "[RU/EU] Rust Vanilla Monthly",
"connect": "185.189.255.197:35400",
"request": "185.189.255.197:35410",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207183,
"last_update": 1780654413,
"banned": false,
"wipe": 1778178190,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10824,
"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/11501876");
$data = json_decode($json, true);
var_dump($data);