API для MarPalacios's World
JSON для программ, сайтов и прочего
text
json
{
"response": {
"paused": false,
"season": "autumn",
"secondaries": {
"2045762304": {
"id": "2045762304",
"port": 10998,
"__addr": "82.86.138.100",
"steamid": "90292229963406353"
}
},
"directory_id": "KU_dBOtnxNU",
"steam_id": null,
"domain": null,
"id": 15045555,
"ip": "82.86.138.100",
"port": 10999,
"query": 10999,
"project_id": null,
"color": 0,
"city": "Каракас",
"description": null,
"game": 322330,
"owner": null,
"boosts": 1,
"last_offline": 1788573005,
"last_online": 1788652201,
"icon": null,
"name": "MarPalacios's World",
"connect": "82.86.138.100:10999",
"request": "82.86.138.100:10999",
"map": null,
"gamemode": "survival",
"version": "747465",
"numplayers": 1,
"maxplayers": 6,
"bots": null,
"secured": null,
"private": false,
"country": "VE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1788573005,
"last_update": 1788652201,
"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": 43803,
"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/15045555");
$data = json_decode($json, true);
var_dump($data);