Sons Of The Forest
API для うんちっち
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11209144json
{
"response": {
"steam_id": "90285597060098048",
"domain": null,
"id": 11209144,
"ip": "178.212.33.34",
"port": 28215,
"query": 28216,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 1326470,
"owner": null,
"boosts": 1,
"last_offline": 1778599931,
"score": 0,
"last_online": 1778480521,
"icon": null,
"name": "うんちっち",
"connect": "178.212.33.34:28215",
"request": "178.212.33.34:28216",
"map": "Custom",
"gamemode": "Sons Of the Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772700542,
"last_update": 1778599931,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1057,
"language": "ja",
"parked": false,
"app": {
"id": 1569757,
"steam_id": 1326470,
"name": "Sons Of The Forest",
"url": "sons-of-the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11209144");
$data = json_decode($json, true);
var_dump($data);