Ignor Rust X100000000000000000000000| PVP | Custom | FUN için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260009
json
{
  "response": {
    "fps": 192,
    "fps_avg": 193,
    "entities_count": 29110,
    "world_seed": 1337,
    "world_size": 2600,
    "steam_id": "90284823128253447",
    "domain": null,
    "id": 11260009,
    "ip": "157.90.176.165",
    "port": 20530,
    "query": 20531,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Ignor Rust X100000000000000000000000| PVP | Custom | FUN](https://i.postimg.cc/4xvxqF1t/avaig.jpg)\n- X10000000 СЕРВЕР С КУЧЕЙ КРУТЫX ПЛАГИНОВ \r\n - АДМИНЫ 24/7 В СЕТИ \r\n - КОМАНДЫ: /MYMINI /KIT /CHAT /TPR /SETHOME \r\n МАЛЕНЬКАЯ КАРТА ДЛЯ БЫСТРЫХ ФАЙТОВ \r\n - БЕСКОНЕЧНЫЕ ФАЙТЫ \r\n - МАЛЕНЬКИЕ КРИЧАЩИЕ ШКОЛЬНИКИ С КАЛАШАМИ \r\n - САМЫЙ ЛУЧШИЙ ЭКШЕН ТОЛЬКО ТУТ \r\n - САМЫЙ ЛУЧШИЙ х1000000000 СЕРВЕР 2026 ГОДА!!!!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776615202,
    "score": 0,
    "last_online": 1776885621,
    "icon": null,
    "name": "Ignor Rust X100000000000000000000000| PVP | Custom | FUN",
    "connect": "157.90.176.165:20530",
    "request": "157.90.176.165:20531",
    "map": "ignor rust custom",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 8,
    "maxplayers": 999,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555185,
    "last_update": 1776885621,
    "banned": false,
    "wipe": 1776785234,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4946,
    "language": "de",
    "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/11260009");
$data = json_decode($json, true);
var_dump($data);