Rust
API für [EU/PL] Zamotani - Low Pop | Solo Duo |17.04| No Bp |
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11435438json
{
"response": {
"fps": 25,
"fps_avg": 25,
"entities_count": 119780,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285572642512925",
"domain": null,
"id": 11435438,
"ip": "135.125.172.157",
"port": 20009,
"query": 20008,
"color": 0,
"city": "Warsaw",
"description": "![[EU/PL] Zamotani - Low Pop | Solo Duo |17.04| No Bp |](https://imgur.com/LPY7GRN.jpg)\nWiped 17.04.2026 \r\n Admin - Rambo \r\n \r\n Plugins - WorkingMan, StartProtection, AntiOfflineRaid \r\n- Map wipe every 2 weeks \r\n- no BP \r\n- Solo Duo Only \r\n- Beginner \r\n- Server dla poczatkujacych graczy \r\n- Map 4500 \r\n- No Vip \r\n- Vanilla \r\n- Server PVP \r\n- No racism/toxic behavior",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778604737,
"score": 0,
"last_online": 1778470219,
"icon": null,
"name": "[EU/PL] Zamotani - Low Pop | Solo Duo |17.04| No Bp |",
"connect": "135.125.172.157:20009",
"request": "135.125.172.157:20008",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774977189,
"last_update": 1778604737,
"banned": false,
"wipe": 1778246165,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7619,
"language": "pl",
"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/11435438");
$data = json_decode($json, true);
var_dump($data);