API для Sven Co-op listen server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "svencoop",
"region": -1,
"steam_id": "90289872082349066",
"domain": null,
"id": 13002792,
"ip": "38.25.62.93",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Lima",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1785423595,
"last_online": 1785391200,
"icon": null,
"name": "Sven Co-op listen server",
"connect": "38.25.62.93:27015",
"request": "38.25.62.93:27015",
"map": "toonrun1",
"gamemode": null,
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "PE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785388392,
"last_update": 1785423595,
"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": 7120,
"language": "es",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13002792");
$data = json_decode($json, true);
var_dump($data);