API для cokdcokd123的世界
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "winter",
"secondaries": {
"4071762451": {
"id": "4071762451",
"port": 10998,
"__addr": "61.64.6.154",
"steamid": "90292192452366344"
}
},
"directory_id": "KU_pvwb-hPx",
"steam_id": null,
"domain": null,
"id": 15109206,
"ip": "61.64.6.154",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Синьчжуан",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788597095,
"last_online": 1788597001,
"icon": null,
"name": "cokdcokd123的世界",
"connect": "61.64.6.154:10999",
"request": "61.64.6.154:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 1,
"maxplayers": 6,
"bots": null,
"secured": null,
"private": false,
"country": "TW",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1788597095,
"last_update": 1788597001,
"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": 39303,
"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/15109206");
$data = json_decode($json, true);
var_dump($data);