[BR] RustValley 2X PVE |ARMAS CUSTOMIZADAS|RAIDABLE BASES için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11189547
json
{
  "response": {
    "fps": 97,
    "fps_avg": 84,
    "entities_count": 139802,
    "world_seed": 1,
    "world_size": 4500,
    "steam_id": "90285655500221451",
    "domain": null,
    "id": 11189547,
    "ip": "181.233.115.142",
    "port": 29015,
    "query": 29016,
    "color": 0,
    "city": "Itapetininga",
    "description": "![[BR] RustValley 2X PVE |ARMAS CUSTOMIZADAS|RAIDABLE BASES](https://image.myrustserver.com/logo/tedymt_6813310d976dc.png)\n[BR] New RustValley | PVE+ | Legendary Weapons | Raidable Bases | SKILLS \r\n\r\nFeatures: \r\n MINERADORAS VIRTUAIS /vq\r\n LEGENDARY WEAPONS\r\n CASINO /casino\r\n RAIDABLE BASES\r\n SKILL TREE\r\n /SHOP TO BUY ITEMS\r\nEPIC LOOT /el",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778580777,
    "score": 0,
    "last_online": 1778611820,
    "icon": null,
    "name": "[BR] RustValley 2X PVE |ARMAS CUSTOMIZADAS|RAIDABLE BASES",
    "connect": "181.233.115.142:29015",
    "request": "181.233.115.142:29016",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1772699059,
    "last_update": 1778611820,
    "banned": false,
    "wipe": 1778179133,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2556,
    "language": "pt",
    "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/11189547");
$data = json_decode($json, true);
var_dump($data);