API для clara&andy
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": true,
"season": "spring",
"secondaries": {
"2561854171": {
"id": "2561854171",
"port": 10998,
"__addr": "111.250.125.5",
"steamid": "90292196633111553"
}
},
"directory_id": "KU_uV8sgoso",
"steam_id": null,
"domain": null,
"id": 15108381,
"ip": "111.250.125.5",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Тайбэй",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788596500,
"last_online": 1788602008,
"icon": null,
"name": "clara&andy",
"connect": "111.250.125.5:10999",
"request": "111.250.125.5:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 2,
"maxplayers": 6,
"bots": null,
"secured": null,
"private": false,
"country": "TW",
"status": true,
"votes": 0,
"points": 44,
"add_date": 1788596500,
"last_update": 1788602008,
"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": 15817,
"language": "zh",
"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/15108381");
$data = json_decode($json, true);
var_dump($data);