API для 1년 살아남기
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "winter",
"secondaries": {
"4213853432": {
"id": "4213853432",
"port": 10998,
"__addr": "124.63.24.136",
"steamid": "90292198494736402"
}
},
"directory_id": "KU_MAFS6mLk",
"steam_id": null,
"domain": null,
"id": 15099518,
"ip": "124.63.24.136",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Seongbuk-gu",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788696961,
"last_online": 1788609601,
"icon": null,
"name": "1년 살아남기",
"connect": "124.63.24.136:10999",
"request": "124.63.24.136:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": null,
"private": true,
"country": "KR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788592283,
"last_update": 1788696961,
"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": 110171,
"language": "ko",
"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/15099518");
$data = json_decode($json, true);
var_dump($data);