#5 WIN-RUST [MAX3|x2/x3|TP|SHOP|CASES|DAILY CARDS] Wipe 20.02 için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/565445
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 565445,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Yekaterinburg",
    "description": "![#5 WIN-RUST [MAX3 | LOOT+ | KITS | EXP] Wipe 13.09](https://i.ibb.co/Zm4PHgK/1024-512-2.jpg)\n★ Only MAX3.\r\n★ Gather rates: x2.\r\n★ No radiation.\r\n★ Instant craft.\r\n★ Skin.\r\n...And more on /info.★ Разрешено играть не более 3-х человек в команде. Система друзей.\r\n★ Anti-Cheat, AntiHack and AntiM",
    "game": 252490,
    "owner": 10780,
    "boosts": 1,
    "last_offline": 1772949695,
    "score": null,
    "last_online": 1772074210,
    "icon": null,
    "name": "#5 WIN-RUST [MAX3|x2/x3|TP|SHOP|CASES|DAILY CARDS] Wipe 20.02",
    "connect": null,
    "request": null,
    "map": "Procedural Custom",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1668888696,
    "last_update": 1772949695,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7862,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "WIN_RUST",
      "avatar": "4281be989e82dcbf84cbe4a4aa95d38a.jpg",
      "last_online": 1757162761
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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