API für Bestrust Solo/Duo/Trio/Quad Monthly | JUST FULLWIPED 07.05 05/0
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 33243,
"world_seed": 491512896,
"world_size": 2499,
"steam_id": "90286296470886413",
"domain": null,
"id": 11511391,
"ip": "141.11.117.135",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to Bestrust Solo/Duo/Trio/Quad Monthly!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWe have been providing the best Rust experience since 2018!\n\nVIP - Skip Queue is only 4€, check out our store, click on 'View Webpage' button below\nStore: https://store.bestrustservers.com/\n\nWipe Schedule:\n• Fullwipes Every 1st Thursday of the month at 19:45 CEST\n- Last Wipe: 07.05 19:45 CEST Type: Full Wipe\n- Next Wipe: 04.06 19:45 CEST Type: Full Wipe\n\nFeatures:\n- Max Group Size: 4\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779450223,
"last_online": 1780265435,
"icon": null,
"name": "Bestrust Solo/Duo/Trio/Quad Monthly | JUST FULLWIPED 07.05 05/0",
"connect": "141.11.117.135:28015",
"request": "141.11.117.135:28017",
"map": "Wiped 24 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353845,
"last_update": 1780265435,
"banned": false,
"wipe": 1778176836,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5420,
"language": "nl",
"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/11511391");
$data = json_decode($json, true);
var_dump($data);