API для Synergy 25.3
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "synergy",
"gametype": null,
"dedicated": false,
"steam_id": "90291536356154380",
"domain": null,
"id": 14053575,
"ip": "88.234.82.92",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Bursa",
"description": null,
"game": 17520,
"owner": null,
"boosts": 1,
"last_offline": 1787623667,
"last_online": 1787622145,
"icon": null,
"name": "Synergy 25.3",
"connect": "88.234.82.92:27015",
"request": "88.234.82.92:27015",
"map": "d1_canals_12",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 3,
"bots": 0,
"secured": false,
"private": null,
"country": "TR",
"status": false,
"votes": 0,
"points": 67,
"add_date": 1787614343,
"last_update": 1787623667,
"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": 21,
"language": "tr",
"parked": false,
"app": {
"id": 34,
"steam_id": 17520,
"name": "Synergy",
"url": "synergy"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14053575");
$data = json_decode($json, true);
var_dump($data);