API для Tin Roof world of berezelusz bideo
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "~wp=26902",
"os": "w",
"product": "base",
"region": -1,
"steam_id": "90288755795685378",
"domain": null,
"id": 12254617,
"ip": "91.120.166.97",
"port": 26900,
"query": 26901,
"project_id": null,
"color": 0,
"city": "Szerencs",
"description": null,
"game": 280790,
"owner": null,
"boosts": 1,
"last_offline": 1784053976,
"last_online": 1783879616,
"icon": null,
"name": "Tin Roof world of berezelusz bideo",
"connect": "91.120.166.97:26900",
"request": "91.120.166.97:26901",
"map": "Tin_Roof_world_of_berezelusz_bi",
"gamemode": null,
"version": "4.2.0.0",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": null,
"country": "HU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783846021,
"last_update": 1784053976,
"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": 274,
"language": "hu",
"parked": false,
"app": {
"id": 3155,
"steam_id": 280790,
"name": "Creativerse",
"url": "creativerse"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12254617");
$data = json_decode($json, true);
var_dump($data);