API für [EU] Upsurge Main | 3x Vanilla | 2/6
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 245594,
"world_seed": 508251607,
"world_size": 3950,
"steam_id": "90286619648123915",
"domain": null,
"id": 11511325,
"ip": "64.40.9.143",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "![[EU] Upsurge Main | 3x Vanilla | 2/6](https://cdn.rustlegends.com/upsurge_banner_main-min.png)\nUpsurge is a 3x vanilla experience, twice weekly wipe cycle with only the following modifications. \r\n3x Gather rates\r\nHalf Craft & Smelt\r\nLow tier blueprints unlocked (Wiped monthly)\r\n\r\nCheck out http://upsurgerust.com for more information and queue skip!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780640426,
"icon": null,
"name": "[EU] Upsurge Main | 3x Vanilla | 2/6",
"connect": "64.40.9.143:28010",
"request": "64.40.9.143:28015",
"map": "upsurge.gg/discord",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779353841,
"last_update": 1780640426,
"banned": false,
"wipe": 1780408693,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2036,
"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/11511325");
$data = json_decode($json, true);
var_dump($data);