Rust
API für Bestrust Solo ONLY 3x | NEXT FULLWIPE in 1 hour 18.04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10805546json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 85518,
"world_seed": 1337,
"world_size": 3499,
"steam_id": "90284352956253192",
"domain": null,
"id": 10805546,
"ip": "141.11.117.34",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to Bestrust Solo ONLY 3x!\nGet 3 free rust skins by using the BESTRUST code on https://splits.gg\n\nWipe Schedule:\n• Fullwipes Every Tuesday at 12:45 CEST\n• Fullwipes Every Saturday at 17:45 CEST\n- Last Wipe: 14.04 12:45 CEST Type: Full Wipe\n- Next Wipe: 18.04 17:45 CEST in 1 hour Type: Full Wipe\n\nFeatures:\n- 3x gathering & loot\n- Max Group Size: 1\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775317329,
"score": 0,
"last_online": 1776523220,
"icon": null,
"name": "Bestrust Solo ONLY 3x | NEXT FULLWIPE in 1 hour 18.04",
"connect": "141.11.117.34:28015",
"request": "141.11.117.34:28017",
"map": "Wiped 4 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1766921284,
"last_update": 1776523220,
"banned": false,
"wipe": 1776163409,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2261,
"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/10805546");
$data = json_decode($json, true);
var_dump($data);