API для PELATAANKUAPINAT/AMMUTAANKUGORILLAT
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90284986505249803",
"domain": null,
"id": 11587620,
"ip": "204.168.203.125",
"port": 25787,
"query": 25787,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 328070,
"owner": null,
"boosts": 1,
"last_offline": 1780213984,
"last_online": 1779725524,
"icon": null,
"name": "PELATAANKUAPINAT/AMMUTAANKUGORILLAT",
"connect": "204.168.203.125:25787",
"request": "204.168.203.125:25787",
"map": "The Catalyst",
"gamemode": "Reflex Arena",
"version": "1.3.0-358",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": true,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357464,
"last_update": 1780213984,
"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": 69,
"language": "fi",
"parked": false,
"app": {
"id": 145,
"steam_id": 328070,
"name": "Reflex Arena",
"url": "reflex-arena"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11587620");
$data = json_decode($json, true);
var_dump($data);