API for EU CHILL | TEST SERVER

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/8351901
json
{
  "response": {
    "id": 8351901,
    "ip": "88.198.130.83",
    "port": 28116,
    "query": 28116,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![EU CHILL | TEST SERVER](https://www.khonych.in/chillheader.png)\nRULES:\r\n1. No cheating/exploiting\r\n2. Don't play with cheaters\r\n3. No spam/racism/doxxing/advertising in chat\r\nAnd most important: Keep it chill!\r\nJoin our discord: discord.gg/wechill",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744993494,
    "score": 0,
    "last_online": 1743703279,
    "icon": null,
    "name": "EU CHILL | TEST SERVER",
    "connect": "88.198.130.83:28116",
    "request": "88.198.130.83:28116",
    "map": "Custom Map",
    "gamemode": "Rust",
    "version": null,
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1743544566,
    "last_update": 1744993494,
    "banned": false,
    "wipe": 1743463833,
    "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/8351901");
$data = json_decode($json, true);
var_dump($data);