API для REHUB RUST x2 | NO GRIND | KITS & REWARDS
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 175,
"fps_avg": 176,
"entities_count": 136268,
"world_seed": 1831829478,
"world_size": 3750,
"steam_id": "90286398229817375",
"domain": null,
"id": 11644770,
"ip": "89.35.130.90",
"port": 20052,
"query": 10052,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nТОП-3 ПРИЧИНЫ ИГРАТЬ У НАС:\nX2 Ускорение: Быстрый фарм и выход в топ\nKITS и Награды: Стартовые наборы и бонусы за время\n Надежность: FPS+ Оптимизация, Античит и Активная Администрация",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780578826,
"last_online": 1780261218,
"icon": null,
"name": "REHUB RUST x2 | NO GRIND | KITS & REWARDS",
"connect": "89.35.130.90:20052",
"request": "89.35.130.90:10052",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780177435,
"last_update": 1780578826,
"banned": false,
"wipe": 1780223433,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12453,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11644770");
$data = json_decode($json, true);
var_dump($data);