API für WHITE ROOM⚜️RU PVE/Classic/Vanilla Enhanced [RU]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11505551,
"ip": "185.189.255.51",
"port": 17000,
"query": 17004,
"color": 0,
"city": "Moscow",
"description": null,
"game": 440900,
"owner": null,
"boosts": 1,
"last_offline": 1779220334,
"last_online": 1779915020,
"icon": null,
"name": "WHITE ROOM⚜️RU PVE/Classic/Vanilla Enhanced [RU]",
"connect": "185.189.255.51:17000",
"request": "185.189.255.51:17004",
"map": "ConanSandbox",
"gamemode": "Conan Exiles",
"version": null,
"numplayers": 13,
"maxplayers": 70,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779220334,
"last_update": 1779915020,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9,
"language": "ru",
"parked": false,
"app": {
"id": 170,
"steam_id": 440900,
"name": "Conan Exiles",
"url": "conan-exiles"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11505551");
$data = json_decode($json, true);
var_dump($data);