Shelter[RU] PVE+PVP | 1x | Raidable Bases | Wipe: monthly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 69,
"fps_avg": 70,
"entities_count": 121358,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286580451962902",
"domain": null,
"id": 11501964,
"ip": "46.174.51.223",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Moscow",
"description": "Это PVE сервер, вас не могут убить или зарейдить | Вайп: ежемесячно | Рейты: x1 | Рестарт: 18:00 & 06:00 МСК | ИВЕНТЫ: Raidable bases, Night Zombies, Armored Train, HeliSignal, Skill system | Скоро: Caravan, Ferry terminal | Никогда: Teleport, Skip night, Game-altering mods | Команды сервера: /skill /buyraid /hsbuy",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780542864,
"last_online": 1780563632,
"icon": null,
"name": "Shelter[RU] PVE+PVP | 1x | Raidable Bases | Wipe: monthly",
"connect": "46.174.51.223:28015",
"request": "46.174.51.223:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207186,
"last_update": 1780563632,
"banned": false,
"wipe": 1778274229,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4854,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11501964");
$data = json_decode($json, true);
var_dump($data);