API для k7-leetha
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "BUILDID:1040000,OWNINGID:90289675386658841,OWNINGNAME:k7-leetha,SESSIONFLAGS:43,ShortCode_s:OK95S,GamePort_i:25567,SN_i:2",
"os": "l",
"product": "AbioticFactor",
"region": -1,
"steam_id": "90289675386658841",
"domain": null,
"id": 12024147,
"ip": "185.16.38.166",
"port": 25567,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1785777374,
"last_online": 1785189000,
"icon": null,
"name": "k7-leetha",
"connect": "185.16.38.166:25567",
"request": "185.16.38.166:27015",
"map": null,
"gamemode": null,
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": null,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783799630,
"last_update": 1785777374,
"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": 3920,
"language": "pl",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12024147");
$data = json_decode($json, true);
var_dump($data);