Rust
API für Bestrust Solo/Duo 2x #5 | JUST FULLWIPED 11.05 05/11
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10815615json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 95055,
"world_seed": 1337,
"world_size": 3749,
"steam_id": "90285632606870537",
"domain": null,
"id": 10815615,
"ip": "141.11.117.3",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to Bestrust Solo/Duo 2x #5!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Monday at 20:45 CEST\n• Fullwipes Every Thursday at 20:45 CEST\n- Last Wipe: 11.05 20:45 CEST Type: Full Wipe\n- Next Wipe: 14.05 20:45 CEST Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 2\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778524980,
"score": 0,
"last_online": 1778539808,
"icon": null,
"name": "Bestrust Solo/Duo 2x #5 | JUST FULLWIPED 11.05 05/11",
"connect": "141.11.117.3:28015",
"request": "141.11.117.3:28017",
"map": "Wiped 4 hours ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 386,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 125,
"add_date": 1767109961,
"last_update": 1778539808,
"banned": false,
"wipe": 1778525095,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 53,
"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/10815615");
$data = json_decode($json, true);
var_dump($data);