Rust
API für [EU/FR] RustyRush Atlas X5 Bi-Montly Vanilla+\nZlevel+ | No VIP
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11435495json
{
"response": {
"fps": 77,
"fps_avg": 74,
"entities_count": 126298,
"world_seed": 1225489,
"world_size": 4500,
"steam_id": "90284743081322525",
"domain": null,
"id": 11435495,
"ip": "82.65.229.15",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Banassac",
"description": "![[EU/FR] RustyRush Atlas X5 Bi-Montly Vanilla+\r\nZlevel+ | No VIP](https://image.noelshack.com/fichiers/2026/13/6/1774732714-chatgpt-image-16-mars-2026-20-04-43.jpg)\n[EU/FR] RustyRush Atlas X5 Bi-Montly Vanilla+\r\nZlevel+ | No VIP / No Pay2Win\r\nPVP | EVENT Active | Admin\r\nJUST WIPED\r\n\r\n Bi-Montly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776783802,
"score": 0,
"last_online": 1776822621,
"icon": null,
"name": "[EU/FR] RustyRush Atlas X5 Bi-Montly Vanilla+\\nZlevel+ | No VIP",
"connect": "82.65.229.15:28015",
"request": "82.65.229.15:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977191,
"last_update": 1776822621,
"banned": false,
"wipe": 1776273182,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5275,
"language": "fr",
"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/11435495");
$data = json_decode($json, true);
var_dump($data);