Rust
API für [EU] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/448591json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 10182,
"world_seed": 1337,
"world_size": 5500,
"steam_id": "90285467273999363",
"domain": null,
"id": 448591,
"ip": "208.103.169.222",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "![[EU] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain ](https://i.imgur.com/OyHgD8d.png)\nWelcome to (RTG) – Rustoria Training Grounds\r\n\r\nWe offer a multitude of training tools for the very best players of Rust.\r\n\r\nExpect to see many gamemodes on this server tailored for training players and having fun with your friends outside of a Rust wipe.\r\n\r\n-\\t FFA AK\r\n-\\t Arena (Clan v Clan / Modular Settings / Score Keeping / Side Switching etc)\r\n-\\t Recoil Training\r\n-\\t Aim Train\r\n-\\t Aim Booster\r\n-\\t Gun Game\r\n-\\t FFA with cycling gun variants\r\n-\\t Party System\r\n\r\nPlus, many more features that we invite you to see for yourselves!\r\nDiscord: rustoria.co/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778178186,
"score": null,
"last_online": 1778182814,
"icon": null,
"name": "[EU] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain",
"connect": "208.103.169.222:28010",
"request": "208.103.169.222:28015",
"map": "MiniBattleArenas-UKNTrainingMod",
"gamemode": "Survival",
"version": "2624",
"numplayers": 79,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1630779808,
"last_update": 1778182814,
"banned": false,
"wipe": 1778177901,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 500,
"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/448591");
$data = json_decode($json, true);
var_dump($data);