API для TECNOCASA HOUSE by SurvivalServers.com
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "V:SdhTQU1VtrKNP/b0xlZcH2YGgfI=,G:587eeb97-1be2-4d8f-9459-f62d7f5ebabd,Pwd:112,Sk,",
"os": "w",
"product": "Sons Of the Forest",
"region": -1,
"steam_id": "90288360106932231",
"domain": null,
"id": 11941110,
"ip": "144.76.93.55",
"port": 34777,
"query": 34778,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 1326470,
"owner": null,
"boosts": 1,
"last_offline": 1784014432,
"last_online": 1784004706,
"icon": null,
"name": "TECNOCASA HOUSE by SurvivalServers.com",
"connect": "144.76.93.55:34777",
"request": "144.76.93.55:34778",
"map": "Normal",
"gamemode": "Sons Of the Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783771296,
"last_update": 1784014432,
"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": 2984,
"language": "de",
"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/11941110");
$data = json_decode($json, true);
var_dump($data);