API для ciganyriado
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90289432192904211",
"domain": null,
"id": 12409238,
"ip": "89.186.119.125",
"port": 7707,
"query": 28852,
"project_id": null,
"color": 0,
"city": "Érd",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1784755616,
"last_online": 1784743476,
"icon": null,
"name": "ciganyriado",
"connect": "89.186.119.125:7707",
"request": "89.186.119.125:28852",
"map": "KF-FilthsCross",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 3,
"bots": 0,
"secured": false,
"private": false,
"country": "HU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784658178,
"last_update": 1784755616,
"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": 2261,
"language": "hu",
"parked": false,
"app": {
"id": 50,
"steam_id": 1250,
"name": "Killing Floor",
"url": "killing-floor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12409238");
$data = json_decode($json, true);
var_dump($data);