API für Свидетели Клитеризма/Witnesses of Clitherism
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 94,
"fps_avg": 84,
"entities_count": 111365,
"world_seed": 1608702491,
"world_size": 4500,
"steam_id": "90286617231266833",
"domain": null,
"id": 10661550,
"ip": "185.189.255.18",
"port": 35400,
"query": 35410,
"color": 0,
"city": "Moscow",
"description": "\nСервер для чила и отдыха)\r\n Особенности сервера: \r\n - Увеличенные стаки ресурсов \r\n - Защита построек от рейдов \r\n - Убраны ограничения у торговцев \r\n - Оповещения о событиях на карте\r\n\r\n Контакт для связи:\r\n\r\n - https://steamcommunity.com/id/Px1UP/",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598667,
"last_online": 1780636230,
"icon": null,
"name": "Свидетели Клитеризма/Witnesses of Clitherism",
"connect": "185.189.255.18:35400",
"request": "185.189.255.18:35410",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1764544757,
"last_update": 1780636230,
"banned": false,
"wipe": 1780598680,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3522,
"language": "ru",
"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/10661550");
$data = json_decode($json, true);
var_dump($data);