API для GamingSurvivors PVE | BOSS + SKILLS + RAIDS + LEGENDARY ITEM
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 54488,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286740710390789",
"domain": null,
"id": 10534487,
"ip": "168.100.161.185",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nEnjoy one of the Best Custom PVE Server you'll ever find! \r\n\r\nCUSTOM MAP: SilentHill \r\nWipe Schedule: Force Wipes @ 8PM CET \r\nLooking to play rust at your own pace? So this server may be for you, we offer a unique style of play, perfect if you want to play rust without any stress or toxicity! \r\nPURGE: 24h Full PvP before wipe! \r\nUnique custom maps every wipe \r\nExclusive X spots for building such as floating islands, secret bunkers and many more \r\nDEAD SYSTEM - You can recover your body upon death \r\nBig Backpacks (up to 144 slots) \r\nSkill tree + Prestige system with rewards \r\nSave your progress between wipes \r\nCustom Gear and Weapons with enchants + legendary variants \r\n/shop with custom currency system \r\nMany Q0L of plugins (homes, low cooldown tpr, clans, etc) \r\nPersonal Recycler \r\nMany and Fast Teleports to Homes with no Cooldowns! \r\n100+ different quests \r\nSpecial Boss NPCs \r\nServer unique Heli and Bradley Signals \r\nCustom Quarries \r\nRaid-Bases with over 500 different bases \r\nPersonal Dungeons with different Tiers \r\nAnd Many more plugins you'll have to join to see... \r\n/info for more help \r\nJoin Discord for Support: by clicking External Website button",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780800853,
"last_online": 1780916427,
"icon": null,
"name": "GamingSurvivors PVE | BOSS + SKILLS + RAIDS + LEGENDARY ITEM",
"connect": "168.100.161.185:28015",
"request": "168.100.161.185:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1762518693,
"last_update": 1780916427,
"banned": false,
"wipe": 1780607175,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2223,
"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/10534487");
$data = json_decode($json, true);
var_dump($data);