API für UMBRA RUST | PVP | AIMTRAIN | DUEL | #UNBANALL
JSON für Programme, Websites und mehr
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 769,
"fps_avg": 764,
"entities_count": 37406,
"world_seed": 1337,
"world_size": 2800,
"steam_id": "90286325783173130",
"domain": null,
"id": 11638510,
"ip": "191.114.82.3",
"port": 28015,
"query": 28015,
"color": 0,
"city": "Valdivia",
"description": "\nWelcome To UMBRA RUST\r\nCheating is not allowed dont use cheats or macros or scripts, thanks\r\nServer Made With Love",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780191781,
"last_online": 1780014017,
"icon": null,
"name": "UMBRA RUST | PVP | AIMTRAIN | DUEL | #UNBANALL",
"connect": "191.114.82.3:28015",
"request": "191.114.82.3:28015",
"map": "PVP Server",
"gamemode": "Rust: Survival Mode",
"version": "2275",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917270,
"last_update": 1780191781,
"banned": false,
"wipe": 1778712329,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11926,
"language": "es",
"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/11638510");
$data = json_decode($json, true);
var_dump($data);