API для SLX 5X [MAX 3] LOOT+++ | MINI | VIP | 7/24 [16.05 Wipe]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 94,
"fps_avg": 94,
"entities_count": 92201,
"world_seed": 2147483647,
"world_size": 3850,
"steam_id": "90286576236199955",
"domain": null,
"id": 11501179,
"ip": "185.255.92.60",
"port": 27366,
"query": 25587,
"color": 0,
"city": "Istanbul",
"description": "![SLX 5X [MAX 3] LOOT+++ | MINI | VIP | 7/24 [16.05 Wipe]](https://i.hizliresim.com/eu2bgwd.png)\n• SLX 5X SUNUCUSUNA HOS GELDINIZ! \r\n• WIPE: Her Cuma 19:00!\r\n• AUTO-PICKUP: Esyalar direkt envantere gelir!\r\n• LOOT: 5x Hiz ve COP ITEM CIKMAZ!\r\n• GRUP: Max 5 Kisi ve Ortak BP Paylasimi!\r\n• HIZ: 15x Firin hizi ve Sinirsiz Yakit!\r\n• KOMUTLAR: /mini, /trade, /tpr, /home, /kit\r\n• ADMIN: Adminler oyunda oynamaz!\r\n• DISCORD: https://discord.gg/5x7qKrQqXq",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780090963,
"last_online": 1780578639,
"icon": null,
"name": "SLX 5X [MAX 3] LOOT+++ | MINI | VIP | 7/24 [16.05 Wipe]",
"connect": "185.255.92.60:27366",
"request": "185.255.92.60:25587",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207168,
"last_update": 1780578639,
"banned": false,
"wipe": 1779479608,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4755,
"language": "tr",
"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/11501179");
$data = json_decode($json, true);
var_dump($data);