API для [EU][PL] KrainaRUST.com PvE +PvP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 161584,
"world_seed": 1336052612,
"world_size": 4250,
"steam_id": "90289864830697492",
"domain": null,
"id": 11908029,
"ip": "51.75.54.88",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Warsaw",
"description": "![[EU][PL] KrainaRUST.com PvE +PvP](https://www.krainarust.com/header.jpg)\n[PL]\r\nPolski serwer PvE ze strefami PvP. 5x Stack, MAPA 4250, Wipe 1M.\r\n710 Raidowalnych baz, 11 Eventów, Raidy NPC, Wlasny Recycler, Dodatkowy plecak.\r\nPrywatny Farmer, Ulepszone NPC, Ulepszone piece, Skille, Helki, Kity, Sklep.\r\nRangi i nagrody ($) dla naszych najbardziej elitarnych i regularnych graczy.\r\nWskocz na nasz DISCORD i zgarnij codzienne dropy!\r\n[ENG]\r\nServer PvE with PvP Areas. 5x Stack, 4250 MAP, Wipe 1M.\r\n710 Raidable Bases, 11 Events, NPC Raids, Own Recycler, Backpack.\r\nPrivate Farmer, Better NPC, Better Furnaces, Skills, Heli, Kits, Shop.\r\nRanks and rewards ($) for our most elite and regular players.\r\nJoin to our DISCORD and get some daily drops!\r\n\r\nWWW: www.krainarust.com\r\nDISCORD: www.krainarust.com/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1783948944,
"last_online": 1785391175,
"icon": null,
"name": "[EU][PL] KrainaRUST.com PvE +PvP",
"connect": "51.75.54.88:7777",
"request": "51.75.54.88:27015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2631",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1783768816,
"last_update": 1785391175,
"ban_reason": null,
"banned": false,
"wipe": 1783014089,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5269,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11908029");
$data = json_decode($json, true);
var_dump($data);