API для T.B.O - La Cité des Bandits 3X [ Stack 5X - Chest 10X ]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 141410,
"world_seed": 12345,
"world_size": 6000,
"steam_id": "90286379074006046",
"domain": null,
"id": 10488314,
"ip": "85.26.8.99",
"port": 20203,
"query": 20206,
"color": 0,
"city": "Fléron",
"description": "![T.B.O - La Cité des Bandits 3X [ Stack 5X - Chest 10X ]](https://the-bandit.ovh/storage/img/banner-svr-2.png/)\nT.B.O | MODDED SERVER \r\n \r\n NextWipe: Every 29J at 22h6\r\n\r\n Wipe Schedule: \r\n Map - Weekly \r\n Full Wipe (Map + BPs) - Monthly @ First Thursday Force Wipe \r\n \r\n Important: \r\n After a wipe you keep - Backpack / Homes / Islands / Economy balance \r\n \r\n Features: \r\n Water Bases - Sky Bases - Basements - Pocket Dimensions - Economy System - NPC Vendors - Skin System - Personal Marketplace - Custom Portals - Shop System - Custom Vehicles - Optimized Performance \r\n \r\n Rules: \r\n No hacking / scripting \r\n No bug abuse \r\n No ban evading \r\n No racism \r\n FP banned alts not allowed \r\n \r\n Contact: \r\n Connect - rust1.the-bandit.ovh \r\n Discord - the-bandit.ovh/discord \r\n Rules - the-bandit.ovh/rules \r\n VIP - the-bandit.ovh/vip",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779944573,
"last_online": 1780096224,
"icon": null,
"name": "T.B.O - La Cité des Bandits 3X [ Stack 5X - Chest 10X ]",
"connect": "85.26.8.99:20203",
"request": "85.26.8.99:20206",
"map": "City - Iles No Wipe",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "BE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1761122020,
"last_update": 1780096224,
"banned": false,
"wipe": 1778261113,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3529,
"language": "nl",
"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/10488314");
$data = json_decode($json, true);
var_dump($data);