API für Bestrust Solo/Duo/Trio/Quad/Max5 2x #5 | NEXT FULLWIPE in 15 ho
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 17726,
"world_seed": 1337,
"world_size": 2499,
"steam_id": "90286470578882562",
"domain": null,
"id": 11606305,
"ip": "46.203.182.106",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Istanbul",
"description": "\nWelcome to Bestrust Solo/Duo/Trio/Quad/Max5 2x #5!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Friday at 09:45 CEST\n• Fullwipes Every Monday at 08:45 CEST\n- Last Wipe: 01.06 08:45 CEST Type: Full Wipe\n- Next Wipe: 05.06 09:45 CEST in 15 hours Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 5\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780525434,
"last_online": 1780589436,
"icon": null,
"name": "Bestrust Solo/Duo/Trio/Quad/Max5 2x #5 | NEXT FULLWIPE in 15 ho",
"connect": "46.203.182.106:28015",
"request": "46.203.182.106:28017",
"map": "Wiped 3 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915466,
"last_update": 1780589436,
"banned": false,
"wipe": 1780296197,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5282,
"language": "tr",
"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/11606305");
$data = json_decode($json, true);
var_dump($data);