API для Phoenix Gaming - EU/DK 2x Vanilla|Team Max 5
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 98,
"fps_avg": 102,
"entities_count": 116362,
"world_seed": 919555390,
"world_size": 3500,
"steam_id": "90286578374337563",
"domain": null,
"id": 450608,
"ip": "80.208.56.246",
"port": 28017,
"query": 28015,
"color": 0,
"city": "Herning",
"description": "\nWelcome to Phoenix Gaming - Nordic's Largest Rust Community!\r\n\r\nWeekly map Wipe at 16:00 CEST.\r\nBP Wipe every fourteen days at 16:00 CEST - Team Max: 5 players.\r\n\r\nExperience perfectly balanced gameplay with 2x Loot & Scrap 2x Vanilla. Check out our Website PhoenixGaming.NET.\r\n\r\n- 2x Gathering\r\n- Short Nights & Long days\r\n- Junk items removed from loot\r\n- StackSize 2x\r\n- Always active Anti-ESP - no x-ray, no exceptions\r\n- 50% boosted Upkeep\r\n- 50% Bed & Bag Cooldown\r\n- Craftingspeed 2x\r\n- Smeltspeed 2x\r\n- Recyclerspeed 2x\r\n- Clans REBORN\r\n- Change base skin via TC\r\n- Skinbox\r\n- Solo base friendly\r\n- 70% Offline Raid Protection via TC\r\n- TC Skin\r\n- No P2W and TP!\r\n\r\nNon playing active Admins + Strong Anti-Cheat. Over 4 years experience in Rust servers. Join our Discord server and see more about the server and the community. Press the view Web Page button.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780602867,
"last_online": 1780594828,
"icon": null,
"name": "Phoenix Gaming - EU/DK 2x Vanilla|Team Max 5",
"connect": "80.208.56.246:28017",
"request": "80.208.56.246:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1630779874,
"last_update": 1780602867,
"banned": false,
"wipe": 1778766817,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9545,
"language": "da",
"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/450608");
$data = json_decode($json, true);
var_dump($data);