API для Treacherous Isle
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 89,
"fps_avg": 89,
"entities_count": 62945,
"world_seed": 1063215363,
"world_size": 3000,
"steam_id": "90286293917092882",
"domain": null,
"id": 11502389,
"ip": "66.51.96.59",
"port": 28050,
"query": 28051,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Treacherous Isle\r\nMap Wipe - 27th of each month @2PM EST / 19:00 London\r\n\r\n- Blueprints wipe every 3 months\r\n- Faster Gather\r\n- Increased Loot\r\n- Shorter nights, Longer days\r\n- Decreased base decay\r\n- 2x Stack sizes\r\n- Solo/Duo/Clans\r\n- Clan Events\r\n- World Events\r\n- Frequent Gift Opportunities\r\n- Discord Support - discord.gg/hGSjZXpnmW\r\n\r\nHosted By the Mythical Typhon.\r\n Here You can enjoy Better loot Less Decay on Your base and a bunch more. Join a balanced PvP experience with quality-of-life perks and increased loot. Base decay is slightly reduced, and we have active admin support on our discord. Solo, Duos, and clans welcome.\r\nCome carve out a spot on this Treacherous land.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780631608,
"last_online": 1779988227,
"icon": null,
"name": "Treacherous Isle",
"connect": "66.51.96.59:28050",
"request": "66.51.96.59:28051",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207200,
"last_update": 1780631608,
"banned": false,
"wipe": 1779905226,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11014,
"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/11502389");
$data = json_decode($json, true);
var_dump($data);