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