API для 游人k的服务器
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "AbioticFactor",
"gametype": "BUILDID:1040001,OWNINGID:90291326459524108,OWNINGNAME:游人k的服务器,SESSIONFLAGS:43,ShortCode_s:4TVXW,GamePort_i:7777,Loc",
"dedicated": true,
"steam_id": "90291326459524108",
"domain": null,
"id": 14027028,
"ip": "54.178.2.201",
"port": 7777,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1787578465,
"last_online": 1787519520,
"icon": null,
"name": "游人k的服务器",
"connect": "54.178.2.201:7777",
"request": "54.178.2.201:27015",
"map": null,
"gamemode": null,
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": null,
"country": "JP",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787518331,
"last_update": 1787578465,
"ban_reason": null,
"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": 4124,
"language": "ja",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14027028");
$data = json_decode($json, true);
var_dump($data);