API для Olevej Tu sa Pripoj
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": null,
"os": "w",
"product": "svencoop",
"region": -1,
"steam_id": "90290144069701652",
"domain": null,
"id": 13273864,
"ip": "78.99.154.163",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Košice",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1785769769,
"last_online": 1785762600,
"icon": null,
"name": "Olevej Tu sa Pripoj",
"connect": "78.99.154.163:27015",
"request": "78.99.154.163:27015",
"map": "hl_c03",
"gamemode": null,
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": null,
"country": "SK",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785759571,
"last_update": 1785769769,
"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": 2800,
"language": "sk",
"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/13273864");
$data = json_decode($json, true);
var_dump($data);