API for [FR-EU] Excellium | MAXTEAM5 | Vanilla | DISCORD

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/6998358
json
{
  "response": {
    "fps": 192,
    "fps_avg": 191,
    "world_seed": 1,
    "world_size": 3750,
    "entities_count": 83139,
    "id": 6998358,
    "ip": "51.210.223.229",
    "port": 28017,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[FR-EU] Excellium | MAXTEAM5 | Vanilla | DISCORD](https://i.imgur.com/H2zuuAP.png)\n[FR][EU] Serveur Français Vanilla. MAXTEAM 5\r\nHoraires de raids:\r\nLundi au jeudi 18:00-23:00\r\nVendredi 18:00-23:59\r\nSamedi: 16:00-23:59\r\nDimanche : 16:00-23:00\r\nWipe Bihebdomadaire Règles sur le discord.\r\nFrench server Vanilla. MAXTEAM 5 Biweekly Wipe Rules on the discord. 141.94.98.197:28015\r\nDébutants comme confirmé sont les bienvenues.\r\nTaille de map : 3750\r\nIp serveur : 141.94.98.197:28015\r\nSalut à toi ami Francophone !",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743736095,
    "score": 0,
    "last_online": 1744131055,
    "icon": null,
    "name": "[FR-EU] Excellium | MAXTEAM5 | Vanilla | DISCORD",
    "connect": "51.210.223.229:28015",
    "request": "51.210.223.229:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 9,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1734972057,
    "last_update": 1744131055,
    "banned": false,
    "wipe": 1743703027,
    "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/6998358");
$data = json_decode($json, true);
var_dump($data);