Mumble
API для Mumble Server (No name provided)
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10771845json
{
"response": {
"steam_id": null,
"domain": "rajawalinetserver.web.id",
"id": 10771845,
"ip": "139.99.2.157",
"port": 10007,
"query": 10007,
"color": 0,
"city": "Singapore",
"description": null,
"game": 9000056,
"owner": null,
"boosts": 1,
"last_offline": 1768642032,
"score": 0,
"last_online": 1777567841,
"icon": null,
"name": "Mumble Server (No name provided)",
"connect": "rajawalinetserver.web.id:10007",
"request": "139.99.2.157:10007",
"map": null,
"gamemode": null,
"version": "1.3.2",
"numplayers": 7,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1766839428,
"last_update": 1777567841,
"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": 20,
"language": "en",
"parked": false,
"app": {
"id": 1665409,
"steam_id": 9000056,
"name": "Mumble",
"url": "mumble"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10771845");
$data = json_decode($json, true);
var_dump($data);