API для Sven Co-op listen server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "svencoop",
"region": -1,
"steam_id": "90288762222445571",
"domain": null,
"id": 12138844,
"ip": "24.133.253.99",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Seyhan",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1784097149,
"last_online": 1783878897,
"icon": null,
"name": "Sven Co-op listen server",
"connect": "24.133.253.99:27015",
"request": "24.133.253.99:27015",
"map": "hl_c03",
"gamemode": null,
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": null,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783803826,
"last_update": 1784097149,
"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": 2192,
"language": "tr",
"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/12138844");
$data = json_decode($json, true);
var_dump($data);