BUNKER RUST | Vanilla+|NO LIMIT| RU/EU | Wipe 12.05 | BP WIPE için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11492269
json
{
  "response": {
    "fps": 214,
    "fps_avg": 185,
    "entities_count": 91906,
    "world_seed": 4,
    "world_size": 4000,
    "steam_id": "90285639323241480",
    "domain": null,
    "id": 11492269,
    "ip": "5.42.211.149",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Moscow",
    "description": "BUNKER RUST | Vanilla+ | NO LIMIT | RU/EU | BP WIPE\r\n\r\nRU:\r\nВанильный Rust+ с полезными улучшениями и без лимита команды.\r\nФулл вайп каждые 2 недели и в force wipe Rust.\r\nBP вайп каждый вайп. Чертежи общие для участников команды.\r\nВерстак на весь дом, Discord/Telegram рейд-уведомления и киты.\r\n\r\nEN:\r\nVanilla+ Rust with useful QoL features and no team limit.\r\nFull wipe every 2 weeks and on Rust force wipe.\r\nBP wipe every wipe. Shared blueprints for teammates.\r\nWorkbench for the whole base, Discord/Telegram raid alerts and kits.\r\n\r\nТекущий вайп / Current wipe: 08.05\r\nConnect: 5.42.211.149:28015",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778536380,
    "score": 0,
    "last_online": 1778551820,
    "icon": null,
    "name": "BUNKER RUST | Vanilla+|NO LIMIT| RU/EU | Wipe 12.05 | BP WIPE",
    "connect": "5.42.211.149:28015",
    "request": "5.42.211.149:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 350,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1778368847,
    "last_update": 1778551820,
    "banned": false,
    "wipe": 1778547655,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4757,
    "language": "ru",
    "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/11492269");
$data = json_decode($json, true);
var_dump($data);