Rust
API für [SEA] Rusty Indonesia
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10197778json
{
"response": {
"fps": 207,
"fps_avg": 203,
"entities_count": 66022,
"world_seed": 422485542,
"world_size": 3500,
"steam_id": "90285599330473994",
"domain": null,
"id": 10197778,
"ip": "139.99.113.100",
"port": 28310,
"query": 28245,
"color": 0,
"city": "Singapore",
"description": "Welcome to Rusty Indonesia!\r\n====================\r\n-Vanilla\r\nRules\r\n================\r\n- Don't say racially offensive things.\r\n- Hacking, scripting, exploitation is prohibited.\r\n- No Alliances, especially Teaming-Raiding is prohibited, follow the max team ui.\r\n- No intentional bug abuse.\r\n- No EAC or FP banned.\r\n\r\n\r\nServer Information\r\n======================\r\n- Server Size : 3.5K\r\n- Monthly Full Wipe\r\n- Weekly Map Wipe at Friday\r\n- Fresh Wipe 2026-04-03 05:00 AM (GMT+7)\r\n- Next Map Wipe 2026-05-08 05:00 AM (GMT+7)\r\n- Next Full Wipe 2026-05-08 05:00 AM (GMT+7)\r\n- Always Restart at 05.00 AM (GMT+7)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777725793,
"score": 0,
"last_online": 1778536221,
"icon": null,
"name": "[SEA] Rusty Indonesia",
"connect": "139.99.113.100:28310",
"request": "139.99.113.100:28245",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756393177,
"last_update": 1778536221,
"banned": false,
"wipe": 1777725764,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3522,
"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/10197778");
$data = json_decode($json, true);
var_dump($data);