API für [EU] TideRust |Solo Only|Noob Friendly|Monthly|No BP Wipes
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 35,
"fps_avg": 47,
"entities_count": 97128,
"world_seed": 1166497958,
"world_size": 3500,
"steam_id": "90286434158514185",
"domain": null,
"id": 11644974,
"ip": "64.40.9.109",
"port": 28055,
"query": 28056,
"color": 0,
"city": "London",
"description": "![[EU] TideRust |Solo Only|Noob Friendly|Monthly|No BP Wipes](https://cdn.polarrust.com/media/tide/banners/active.png)\nMap Wipe: At Force\r\nBP Wipe: Never\r\n\r\nServer Information:\r\n‣ Group Limit: 1\r\n‣ Map Size: 3500\r\n‣ Upkeep: 50%\r\n‣ Merged Outpost & Bandit Camp\r\n‣ Additional Recyclers & Drone Stations\r\n‣ Dedicated, Non-Playing Admins\r\n\r\nCommunity Links:\r\nDiscord: discord.gg/tide\r\nQueue Skip: store.tiderust.com\r\n\r\nRules and more information are available in our Discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177440,
"last_online": 1780263028,
"icon": null,
"name": "[EU] TideRust |Solo Only|Noob Friendly|Monthly|No BP Wipes",
"connect": "64.40.9.109:28055",
"request": "64.40.9.109:28056",
"map": "Wiped 24 Days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780177440,
"last_update": 1780263028,
"banned": false,
"wipe": 1778176780,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2569,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11644974");
$data = json_decode($json, true);
var_dump($data);