API for [RU] UFA ░▒▓ ӨФӨ | УФА ▓▒░ [BASHKIRIA]
JSON for programs, websites and more
text
json
{
"response": {
"fps": 86,
"fps_avg": 89,
"entities_count": 113588,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286507088814097",
"domain": null,
"id": 10412747,
"ip": "109.248.241.100",
"port": 31200,
"query": 31202,
"color": 0,
"city": "Naberezhnyye Chelny",
"description": "![[RU] UFA ░▒▓ ӨФӨ | УФА ▓▒░ [BASHKIRIA]](http://r16.ru/serverimage.jpg)\n[RU] UFA ░▒▓ ?Ф? | УФА ▓▒░ [BASHKIRIA] \r\n \r\n Играй на серверах R16 \r\n - Шкаф -50 от потребления. \r\n -Вайп раз в месяц \r\n Играй с нами ради веселья. \r\n Будь дружелюбным к новичкам в начале игры.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779448421,
"last_online": 1780593630,
"icon": null,
"name": "[RU] UFA ░▒▓ ӨФӨ | УФА ▓▒░ [BASHKIRIA]",
"connect": "109.248.241.100:31200",
"request": "109.248.241.100:31202",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 116,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1759823763,
"last_update": 1780593630,
"banned": false,
"wipe": 1778176759,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3426,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10412747");
$data = json_decode($json, true);
var_dump($data);