Rust
API für [EU] RustyCove 2x | Solo/Duo/Trio|LootX2 | FullWiped 16.04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11435638json
{
"response": {
"fps": 25,
"fps_avg": 26,
"entities_count": 80925,
"world_seed": 1984076027,
"world_size": 3750,
"steam_id": "90284523349760017",
"domain": null,
"id": 11435638,
"ip": "83.143.86.94",
"port": 28215,
"query": 28216,
"color": 0,
"city": "Oslo",
"description": "![[EU] RustyCove 2x | Solo/Duo/Trio|LootX2 | FullWiped 16.04](https://www.dropbox.com/scl/fi/e39xk5sesmg2lynaujk41/rustycove_2x_server_bilde_with_bgc.png?rlkey=01eajm9ljbfmyuofwxlyfos2b&st=cu0kj29w&dl=1)\nSimple and balanced Rust experience with faster progression and light mods. • 2x Gathering • 2x Stack Sizes • Faster Smelting • Half Upkeep TC • Mini Copters spawn on roads • Shorter nights Active admins and smooth performance.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776352421,
"score": 0,
"last_online": 1776971427,
"icon": null,
"name": "[EU] RustyCove 2x | Solo/Duo/Trio|LootX2 | FullWiped 16.04",
"connect": "83.143.86.94:28215",
"request": "83.143.86.94:28216",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977196,
"last_update": 1776971427,
"banned": false,
"wipe": 1776352572,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5308,
"language": "no",
"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/11435638");
$data = json_decode($json, true);
var_dump($data);