Butthurt PVE | raid bases | events | x 0.5 & skill için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11259932
json
{
  "response": {
    "fps": 60,
    "fps_avg": 78,
    "entities_count": 100640,
    "world_seed": 713654521,
    "world_size": 4500,
    "steam_id": "90284792467952652",
    "domain": null,
    "id": 11259932,
    "ip": "54.38.62.89",
    "port": 28770,
    "query": 28705,
    "color": 0,
    "city": "Warsaw",
    "description": "![Butthurt PVE | raid bases | events | x 0.5 & skill](https://gspics.org/images/2025/10/15/IH31Wj.png)\n[ Butthurt ] — хардкорный PvE Rust-сервер.\r\n Уменьшенная добыча\r\n увеличенные стаки\r\n кастомный крафт и изучение через стол\r\n шанс успешного изучения 33%\r\n система прокачки скиллов\r\n враждебные нпс по всей карте\r\n злая радиация на монументах\r\n особые защитные костюмы\r\n 5 типов рейд-баз с ответными рейдами\r\n квесты в мирном городе\r\n ивенты, чтобы не было скучно\r\n Выжить сложно. Привыкнуть — ещё сложнее. \r\n  EN: \r\n [ Butthurt ] — a hardcore PvE Rust server.\r\n Reduced resource rates\r\n increased stack sizes\r\n custom crafting and table-based research\r\n 33% success chance for research\r\n a skill progression system\r\n hostile NPCs all over the map\r\n  brutal radiation at monuments\r\n special protective suits\r\n 5 types of raid bases with counter-raids\r\n  quests in the safe zone city\r\n events to keep things interesting\r\n Surviving is hard. Getting used to it is even harder.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776307312,
    "score": 0,
    "last_online": 1776825024,
    "icon": null,
    "name": "Butthurt PVE | raid bases | events | x 0.5 & skill",
    "connect": "54.38.62.89:28770",
    "request": "54.38.62.89:28705",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555183,
    "last_update": 1776825024,
    "banned": false,
    "wipe": 1776273819,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4777,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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