API для DOPE 5X | SOLO/DUO/TRIO | KITS | TP | SHOP | JUST WIPED | EU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 139763,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286387959579657",
"domain": null,
"id": 11677275,
"ip": "194.69.160.159",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "\nCompete. Build. Raid.\nControlled 5x competition — backed by years of consistency.\nPlaytime builds permanent status across the network.\n\n3 Player Cap – strictly enforced\nFree SkinBox, Bgrade & kits\nInstant barrels & crafting\nExtended workbench range & short nights\nIngame shop & real playtime rewards\nBandit Camp & Outpost merged\nExtra recyclers & monument marketplaces\nAdvanced Rust+ raid alarm\nReduced HV-Rocket PvP Damage\n\nJoin the network:\nhttps://discord.gg/doperust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780216200,
"last_online": 1780261224,
"icon": null,
"name": "DOPE 5X | SOLO/DUO/TRIO | KITS | TP | SHOP | JUST WIPED | EU",
"connect": "194.69.160.159:28015",
"request": "194.69.160.159:28017",
"map": "Active | JUST WIPED",
"gamemode": "Survival",
"version": "2625",
"numplayers": 38,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 76,
"add_date": 1780216200,
"last_update": 1780261224,
"banned": false,
"wipe": 1780070357,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 564,
"language": "en",
"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/11677275");
$data = json_decode($json, true);
var_dump($data);