Rust
API für [EU][FR] Hexagone |x3|Kit|BaseRaidable| 25/04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11435523json
{
"response": {
"fps": 10,
"fps_avg": 10,
"entities_count": 90822,
"world_seed": 3100348,
"world_size": 4000,
"steam_id": "90284957796505618",
"domain": null,
"id": 11435523,
"ip": "85.190.149.60",
"port": 10200,
"query": 10201,
"color": 0,
"city": "Poplar",
"description": "![[EU][FR] Hexagone |x3|Kit|BaseRaidable| 25/04](https://i.postimg.cc/C1Ldt4ff/hexa.png)\nWelcome to Hexagone x3 Biweekly EU\r\nWipe Schedule:\r\n-Fullwipes on Forcewipes\r\n-MapWipes 2 weeks after Forcewipes\r\n\r\nFeatures:\r\n-x3 gathering & loot\r\n-Max Group 4\r\n-BP shared\r\n-Kits & Commands\r\n-/mymini\r\n-No Pay to Win",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777137807,
"score": 0,
"last_online": 1777164027,
"icon": null,
"name": "[EU][FR] Hexagone |x3|Kit|BaseRaidable| 25/04",
"connect": "85.190.149.60:10200",
"request": "85.190.149.60:10201",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977193,
"last_update": 1777164027,
"banned": false,
"wipe": 1777138140,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5182,
"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/11435523");
$data = json_decode($json, true);
var_dump($data);