API для Lovas gyere
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": false,
"gametype": "cp=1,sl=0,df=0,cm=1,pv=0,hc=0,ap=1,in=1,pw=1",
"os": "w",
"product": "219990",
"region": -1,
"steam_id": "90289929273583638",
"domain": null,
"id": 13047926,
"ip": "84.225.87.213",
"port": 42805,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Budapest",
"description": null,
"game": 219990,
"owner": null,
"boosts": 1,
"last_offline": 1785729046,
"last_online": 1785454800,
"icon": null,
"name": "Lovas gyere",
"connect": "84.225.87.213:42805",
"request": "84.225.87.213:27016",
"map": "levels/world001.map",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 2,
"bots": 0,
"secured": false,
"private": null,
"country": "HU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785445328,
"last_update": 1785729046,
"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": 2799,
"language": "hu",
"parked": false,
"app": {
"id": 101,
"steam_id": 219990,
"name": "Grim Dawn",
"url": "grim-dawn"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13047926");
$data = json_decode($json, true);
var_dump($data);