API for [SEA] The Den Beginners 2X|Vanilla

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/6817743
json
{
  "response": {
    "fps": 95,
    "fps_avg": 93,
    "world_seed": 200912856,
    "world_size": 3700,
    "entities_count": 93735,
    "id": 6817743,
    "ip": "58.182.73.105",
    "port": 28317,
    "query": 28317,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[SEA] The Den Beginners 2X|Vanilla](https://i.imgur.com/SptlAKG.jpg)\n[Server Info]\r\n2X Resources - All Monuments.\r\nBi-Weekly Map Wipe.\r\n\r\nJoin Discord - dc.thedenservers.com\r\n\r\n[Rules]\r\n1. Respect fellow players.\r\n2. Be chill and a sport. Play on PVE-Only servers if you can't take the hit.\r\n3. No toxicity, trolling, bullying, sexism or racism.\r\n4. No disrespecting of others' religion.\r\n5. No cheating, scripting or hacking of any kind.\r\n\r\nHave fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742258209,
    "score": 0,
    "last_online": 1743697863,
    "icon": null,
    "name": "[SEA] The Den Beginners 2X|Vanilla",
    "connect": "58.182.73.105:28315",
    "request": "58.182.73.105:28317",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 19,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1733486424,
    "last_update": 1743697863,
    "banned": false,
    "wipe": 1743102815,
    "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/6817743");
$data = json_decode($json, true);
var_dump($data);