API for [EU/SWE] Dex [2x Solo/Duo/Trio] 〡Skinbox〡No P2W〡JUSTWIPED

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7468698
json
{
  "response": {
    "fps": 206,
    "fps_avg": 203,
    "world_seed": 68,
    "world_size": 3000,
    "entities_count": 39662,
    "id": 7468698,
    "ip": "95.217.150.139",
    "port": 60405,
    "query": 60405,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[EU/SWE] Dex [2x Solo/Duo/Trio] 〡Skinbox〡No P2W〡JUSTWIPED](https://www.dropbox.com/scl/fi/bbkr6rsmg9s8i1vc55g63/NYDEXBANNER.png?rlkey=7ky5j09qsv4bp38zrged97p6f&st=6rb3118p&dl=1)\nNo time to grind Vanilla since you've got a life? Welcome to Dex, the smoother Rust experience. \r\n ♢ Map wipes every Thursday \r\n ✦ Blueprints wipe on forcewipe \r\n ✦ 2x Gather rate \r\n ✦ 50% Crafting times \r\n ✦ 2x Smelt \r\n ✦ Long days & short nights \r\n ✦ FREE Skinbox [/s] and Bulding Skins [/bskins] \r\n ✦ Improved barrels \r\n ✦ Active Admin \r\n ✦ No P2W or kits\r\n ✦ No TP or homes \r\n ✦ Tier 1 BPs unlocked \r\n ✦ Extended Workbench \r\n ✦ Mini spawn on roads",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1741192706,
    "score": 0,
    "last_online": 1743529856,
    "icon": null,
    "name": "[EU/SWE] Dex [2x Solo/Duo/Trio] 〡Skinbox〡No P2W〡JUSTWIPED",
    "connect": "95.217.150.139:60403",
    "request": "95.217.150.139:60405",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234853,
    "last_update": 1743529856,
    "banned": false,
    "wipe": 1741287977,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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