API для DOPE 2X | SOLO/DUO/TRIO | 50% UPKEEP | NO BP WIPE | NOOB FRIEND
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 28,
"fps_avg": 27,
"entities_count": 229617,
"world_seed": 1,
"world_size": 3500,
"steam_id": "90286736794229784",
"domain": null,
"id": 8663135,
"ip": "168.100.161.12",
"port": 28015,
"query": 28013,
"project_id": null,
"color": 0,
"city": "London",
"description": "\nRules are enforced. No exceptions.\nPlaytime builds permanent status across the network.\n\nCompete. Build. Raid.\n\n3 Player Cap – strictly enforced\n50% upkeep – build bigger, fight longer\nFree SkinBox & kits\nBuild bigger with 50% upkeep\nExtended workbench range & short nights\nReduced HV-Rocket PvP Damage\nPlaytime rewards\nBandit Camp & Outpost merged\nExtra recyclers & monument marketplaces\nAdvanced Rust+ raid alarm\n\n\nJoin the network:\nhttps://discord.gg/doperust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"last_online": 1781044221,
"icon": null,
"name": "DOPE 2X | SOLO/DUO/TRIO | 50% UPKEEP | NO BP WIPE | NOOB FRIEND",
"connect": "168.100.161.12:28015",
"request": "168.100.161.12:28013",
"map": "Active | JUST WIPED",
"gamemode": "Survival",
"version": "2627",
"numplayers": 42,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 78,
"add_date": 1745482425,
"last_update": 1781044221,
"banned": false,
"wipe": 1780595628,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 549,
"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/8663135");
$data = json_decode($json, true);
var_dump($data);