API для Gando Space
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:0,OWNINGID:90289543106117647,OWNINGNAME:Gando Space,SESSIONFLAGS:683,P_s:Lobby,G_s:3.0.20.154829-x-x",
"os": "l",
"product": "Icarus",
"region": -1,
"steam_id": "90289543106117647",
"domain": null,
"id": 12572129,
"ip": "209.102.250.149",
"port": 9185,
"query": 9186,
"project_id": null,
"color": 0,
"city": "Singapore",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1785401953,
"last_online": 1784928000,
"icon": null,
"name": "Gando Space",
"connect": "209.102.250.149:9185",
"request": "209.102.250.149:9186",
"map": null,
"gamemode": null,
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "SG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784919711,
"last_update": 1785401953,
"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": 10408,
"language": "en",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12572129");
$data = json_decode($json, true);
var_dump($data);