Rust
API für RustOps - Main Monthly | JUST FULLWIPED 08.05 08/05 05/08
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11305361json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 68250,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90285647329993753",
"domain": null,
"id": 11305361,
"ip": "185.248.134.221",
"port": 28015,
"query": 28017,
"color": 0,
"city": "London",
"description": "\nRustOps — High-performance vanilla servers with ultra-low ping, active staff, and smart balancing to keep fights fair, wipes fresh, and every session feeling smooth and competitive.\r\n \r\n Skip Queue: https://rustops.org/shop\r\n Discord: discord.gg/rustops , https://rustops.org/discord\r\n Rules: https://rustops.org/rules\r\n \r\n → Group Limit: 8 SQUAD\r\n → Map Size: 3600\r\n \r\n Wipe Schedule:\r\n - Full wipes every Wednesday and Sundays\r\n \r\n Administration:\r\n - Our admin team operates on a strict hands-off approach, we monitor the server actively but only enter the game when intervention is genuinely required\r\n \r\n Full Info: https://rustops.org",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778492583,
"score": 0,
"last_online": 1778596821,
"icon": null,
"name": "RustOps - Main Monthly | JUST FULLWIPED 08.05 08/05 05/08",
"connect": "185.248.134.221:28015",
"request": "185.248.134.221:28017",
"map": "Wiped 3 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 215,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592884,
"last_update": 1778596821,
"banned": false,
"wipe": 1778260142,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4588,
"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/11305361");
$data = json_decode($json, true);
var_dump($data);