API für ADHD RUST PVE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 81,
"fps_avg": 79,
"entities_count": 124530,
"world_seed": 1813463259,
"world_size": 4500,
"steam_id": "90286604115909656",
"domain": null,
"id": 11159645,
"ip": "71.64.10.120",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Defiance",
"description": "\nHeavily modded PVE/PVP server with skill tree, heavy cargo, botrespawn, heli signals, raidable bases and much more. Please check out our discord for up to date information @ https://discord.gg/hVe2GanuJt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780633232,
"icon": null,
"name": "ADHD RUST PVE",
"connect": "71.64.10.120:28015",
"request": "71.64.10.120:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228136,
"last_update": 1780633232,
"banned": false,
"wipe": 1780596251,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3986,
"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/11159645");
$data = json_decode($json, true);
var_dump($data);