API for [EU] Rustykings.com 2x | Solo/Duo/Trio | Kits | Vanilla+ | Begi

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11159098
json
{
  "response": {
    "fps": 56,
    "fps_avg": 55,
    "entities_count": 95876,
    "world_seed": 49,
    "world_size": 4000,
    "steam_id": "90284839026474015",
    "domain": null,
    "id": 11159098,
    "ip": "212.117.170.253",
    "port": 2298,
    "query": 2299,
    "color": 0,
    "city": "Luxembourg",
    "description": "![[EU] Rustykings.com 2x | Solo/Duo/Trio | Kits | Vanilla+ | Begi](https://i.ibb.co/qLngf1s4/templatepvp.png)\n\r\nWipe Schedule:\r\n• Map wipe: Every 2 weeks (Thu 19:00 UK)\r\n• BP wipe: Monthly (Forced Wipe)\r\n\r\nFeatures:\r\n• Team limit: 3 (no alliances)\r\n• 2x Stack/Gather/Loot (junk removed)\r\n• 2x Craft & Recycler speed\r\n• Full Base Workbench (craft anywhere)\r\n• Balanced free kits\r\n• No Pay-to-Win\r\n• Active non-playing admins\r\n\r\nEvents:\r\n• Convoy\r\n• Raidable Bases\r\n• Guess The Number\r\n\r\nSecurity:\r\n• No VAC / Steam Game Bans in the last 180 days\r\n• Max 1 Steam Game Ban (Rust bans not allowed)\r\n\r\nLinks:\r\n• rustykings.com\r\n• discord.gg/rustykings",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773994917,
    "score": 0,
    "last_online": 1776993624,
    "icon": null,
    "name": "[EU] Rustykings.com 2x | Solo/Duo/Trio | Kits | Vanilla+ | Begi",
    "connect": "212.117.170.253:2298",
    "request": "212.117.170.253:2299",
    "map": "Rustykings.com/maps",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "LU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772228123,
    "last_update": 1776993624,
    "banned": false,
    "wipe": 1775154614,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4580,
    "language": "lb",
    "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/11159098");
$data = json_decode($json, true);
var_dump($data);