API для Mundo de Keller570
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "spring",
"secondaries": {
"79280530": {
"id": "79280530",
"port": 10998,
"__addr": "186.156.116.89",
"steamid": "90292167568085021"
}
},
"directory_id": "KU_LnRtCDyJ",
"steam_id": null,
"domain": null,
"id": 14879878,
"ip": "186.156.116.89",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Сантьяго",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788657000,
"last_online": 1788570001,
"icon": null,
"name": "Mundo de Keller570",
"connect": "186.156.116.89:10999",
"request": "186.156.116.89:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": null,
"private": false,
"country": "CL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788559496,
"last_update": 1788657000,
"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": 95557,
"language": "es",
"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/14879878");
$data = json_decode($json, true);
var_dump($data);