API für #3 BroRust X50/X100|G WIPE 18.04|MAX5|NoBP|Loot+|Copter

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11260716
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 118687,
    "world_seed": 31804,
    "world_size": 4300,
    "steam_id": "90284719255914522",
    "domain": null,
    "id": 11260716,
    "ip": "109.248.4.156",
    "port": 28015,
    "query": 30000,
    "color": 0,
    "city": "Moscow",
    "description": "![#3 BroRust X50/X100|G WIPE 18.04|MAX5|NoBP|Loot+|Copter](https://img.brorust.com/serverLogo/brorust_x50_max5_nobps.jpg)\nNo Lags - Best Hardware!\r\nPrivate AntiCheat!\r\nBroRust #3 X50/X100 | MAX5 | WIPE 18.04 | NoBPs\r\nДобавь в ник BroRust и получи /kit daily и 50 рублей бонуса!\r\nРесурсы X50/X100 (X50/X100 RATES), Лут X10/X20 (LOOT X10/X20)\r\nНе нужны верстаки (NO WORKBENCH), Не нужны карты (NO RT PUZZLES)!\r\n\r\nSite: BroRust.com\r\nГруппа VK: vk.com/brorustsrv\r\nDiscord: Dc.BroRust.com\r\nTelegram: t.me/brorust\r\nSteam: Steam.BroRust.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776132114,
    "score": 2.3,
    "last_online": 1776764414,
    "icon": null,
    "name": "#3 BroRust X50/X100|G WIPE 18.04|MAX5|NoBP|Loot+|Copter",
    "connect": "109.248.4.156:28015",
    "request": "109.248.4.156:30000",
    "map": "BroRust Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 158,
    "maxplayers": 180,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 113,
    "add_date": 1774555202,
    "last_update": 1776764414,
    "banned": false,
    "wipe": 1776506313,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 72,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11260716");
$data = json_decode($json, true);
var_dump($data);