API для [EU] RustValley 10x PVE+ |Legendary Weapons| Raidable Bases|
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 15,
"fps_avg": 16,
"entities_count": 286340,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90289456950594577",
"domain": null,
"id": 11908287,
"ip": "178.208.177.73",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[EU] RustValley 10x PVE+ |Legendary Weapons| Raidable Bases|](https://image.myrustserver.com/logo/tedymt_6813310d976dc.png)\n[EU] New RustValley | PVE+ | ARMAS LENDÁRIAS | BASES RAIDAVEIS | SKILLS \r\nWipe: BI-WEEKLY @ 16:00 BR \r\n\r\nFeatures: \r\n✯ VIRTUAL QUARRIES /vq\r\n✯ LEGENDARY WEAPONS\r\n✯ CASINO /casino\r\n✯ RAIDABLE BASES\r\n✯ SKILL TREE\r\n✯ PURGE ON THE LAST DAY OF WIPE\r\n✯ STARTER KITS \r\n✯ /SHOP TO BUY ITEMS\r\n✯EPIC LOOT /el",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1784700218,
"last_online": 1784835080,
"icon": null,
"name": "[EU] RustValley 10x PVE+ |Legendary Weapons| Raidable Bases|",
"connect": "178.208.177.73:28015",
"request": "178.208.177.73:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2631",
"numplayers": 45,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 81,
"add_date": 1783768821,
"last_update": 1784835080,
"ban_reason": null,
"banned": false,
"wipe": 1784225149,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 518,
"language": "de",
"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/11908287");
$data = json_decode($json, true);
var_dump($data);