API für Zeds Tribe PvE Rust Server
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 101,
"fps_avg": 99,
"entities_count": 113743,
"world_seed": 327,
"world_size": 4500,
"steam_id": 90285944989470740,
"domain": null,
"id": 9884714,
"ip": "185.216.147.180",
"port": 28080,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nWelcome to Nillas Rust world!\r\nIf you do not know Nilla you are in the wrong server\r\nPlay Nice!\r\nServer hosted by GTXGaming.co.uk\r\n\r\nHave fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779188573,
"last_online": 1779204022,
"icon": null,
"name": "Zeds Tribe PvE Rust Server",
"connect": "185.216.147.180:28080",
"request": "185.216.147.180:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2624",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1753696324,
"last_update": 1779204022,
"banned": false,
"wipe": 1778198712,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3393,
"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/9884714");
$data = json_decode($json, true);
var_dump($data);