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