API für EASY RUST X3 | NOLIMIT | MONTHLY | ДЛЯ НОВИЧКОВ
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 25,
"fps_avg": 25,
"entities_count": 233478,
"world_seed": 1400981256,
"world_size": 5000,
"steam_id": "90286580088619030",
"domain": null,
"id": 11159178,
"ip": "185.207.214.192",
"port": 35000,
"query": 35010,
"color": 0,
"city": "Moscow",
"description": "\nEASY RUST X3 | NOLIMIT | MONTHLY\r\nРейты X3, Стаки X3 Сера Х1.5\r\nКоптер и Буксир можно скрафитить, машины появляются с запчастями,\r\nВ рыбчках стоят нпз и станция дронов, переработчики тоже везде!\r\nИвенты Конвой, АирФилд, Харбор\r\nСнижение содержание шкафа -50%\r\nРестарт сервера 06:00 каждый день.\r\nАктивная Администрация +30\r\nНаш дискорд: discord.gg/easyrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780542269,
"last_online": 1780591828,
"icon": null,
"name": "EASY RUST X3 | NOLIMIT | MONTHLY | ДЛЯ НОВИЧКОВ",
"connect": "185.207.214.192:35000",
"request": "185.207.214.192:35010",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 14,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1772228124,
"last_update": 1780591828,
"banned": false,
"wipe": 1778249187,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 985,
"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/11159178");
$data = json_decode($json, true);
var_dump($data);