API для PelkumSebbe's World
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "autumn",
"secondaries": {
"725253890": {
"id": "725253890",
"port": 10998,
"__addr": "81.221.136.182",
"steamid": "90292158080322589"
}
},
"directory_id": "KU_shutMODF",
"steam_id": null,
"domain": null,
"id": 14600341,
"ip": "81.221.136.182",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Bremgarten",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788641401,
"last_online": 1788553198,
"icon": null,
"name": "PelkumSebbe's World",
"connect": "81.221.136.182:10999",
"request": "81.221.136.182:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": null,
"private": false,
"country": "CH",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788554480,
"last_update": 1788641401,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 0,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 94118,
"language": "de",
"parked": false,
"app": {
"id": 147,
"steam_id": 322330,
"name": "Don't Starve Together",
"url": "dont-starve-together"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14600341");
$data = json_decode($json, true);
var_dump($data);