RUST 5 J [HYBRID] [PVP-PVE] [JUST FULLWIPE 16-04-26] için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260814
json
{
  "response": {
    "fps": 32,
    "fps_avg": 32,
    "entities_count": 86145,
    "world_seed": 867840661,
    "world_size": 3500,
    "steam_id": "90284799089984541",
    "domain": null,
    "id": 11260814,
    "ip": "89.222.104.137",
    "port": 20751,
    "query": 20753,
    "color": 0,
    "city": "Madrid",
    "description": "![RUST 5 J [HYBRID] [PVP-PVE] [JUST FULLWIPE 16-04-26]](https://i.ibb.co/PvGM0P77/torito-bravido-2.png)\n5 J es un servidor de Rust donde tú eliges tu camino: 🛡️ PvE para construir y sobrevivir ⚔️ PvP para dominar y combatir Libertad total comunidad activa y diversión asegurada.\r\n- Discord: https://discord.gg/ffFJPmhUrC\r\n- Bases Raid\r\n- Eventos\r\n- Casa de misiones en outpost\r\n- FULLWIPE cada 15 dias\r\n- Kits, mochila, premio diario\r\n- RAID ALARM: Alertas via RUST+ cuando tu base recibe daños",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774555206,
    "score": 0,
    "last_online": 1776853221,
    "icon": null,
    "name": "RUST 5 J [HYBRID] [PVP-PVE] [JUST FULLWIPE 16-04-26]",
    "connect": "89.222.104.137:20751",
    "request": "89.222.104.137:20753",
    "map": "PROCEDURAL MAP",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ES",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774555206,
    "last_update": 1776853221,
    "banned": false,
    "wipe": 1776406208,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2052,
    "language": "es",
    "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/11260814");
$data = json_decode($json, true);
var_dump($data);