API for Rust World 2X Clan PvP Monthly No Bp Wipes

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/2219210
json
{
  "response": {
    "fps": 51,
    "fps_avg": 50,
    "entities_count": 62274,
    "world_seed": 1166142245,
    "world_size": 3500,
    "steam_id": "90284352475423757",
    "domain": null,
    "id": 2219210,
    "ip": "168.100.161.225",
    "port": 28179,
    "query": 28176,
    "color": 0,
    "city": "London",
    "description": "![Rust World  2X Clan PvP Monthly No Bp Wipes](https://disk.yandex.ru/i/C6k-5V4dXyZhQg)\n**SERVER FUNCTION**\n 10X Gather Raites,5X Recycle Speed,5X Quick Smelting\n 10X Better Loot,100X Stack Multiplier,Backpacks,Report,GridPower\n Sign Artist,Player Ranks,Clans,Team,Trade,Remove Tools,Skip Night,Gather Reward\n Shop,Economics,Trade, Massdrop,XPerience Skills,Player Rewards,KillRewards,MoneyTime\n\n **PLAYER FUNCTON **\nClan,Custom Graffiti,Home,Tp,Tpr,Tpa,Tps,Outpost,Bandit,Town\nKit,Skin Box,Buildins Skins Mynini \n\n**EVENTS **\nDangerous Treasures,Airfield Event,Armored Train,Convoy,RaidableBaseS,Sputnik\nWater Event,Water Treatment Event,Power Plant Event,Escord Event,Mass Drop Event \n\n**WIPE**\nRust World 10X Max3 PvP Monthly No Bp Wipe\nServer is located in UK. Blueprints are wiped Once per 3 months\n\n**DISCORD**\nOur Discord Chanel is  \n\nhttps://discord.gg/BUwwvsfw",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775801524,
    "score": 0,
    "last_online": 1776511824,
    "icon": null,
    "name": "Rust World 2X Clan PvP Monthly No Bp Wipes",
    "connect": "168.100.161.225:28179",
    "request": "168.100.161.225:28176",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1702719462,
    "last_update": 1776511824,
    "banned": false,
    "wipe": 1775334556,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3188,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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