API for GRIN RUST - EU 2x Tournament Weekly

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/1519075
json
{
  "response": {
    "id": 1519075,
    "ip": "185.189.255.64",
    "port": 35210,
    "query": 35210,
    "owner_name": "Mr_Admin",
    "owner_avatar": "3b5dd66e-a587-4407-ab82-31106be2f816.jpg",
    "color": 0,
    "description": "![BLACK RUST | CLASSIC+ | SMALL MAP | 06.06](https://i.imgur.com/K1DoSGP.jpg)\n˚Welcome to BLACK RUST˚\r\n˚CLASSIC SERVER˚\r\n˚No team limit˚\r\n˚No cheating˚\r\n˚Map size 2750˚\r\n˚Active admin˚\r\n˚Next Global wipe 21.06.24˚\r\n-ˋˏ✄┈┈┈┈┈┈┈┈┈   \r\n      ⇩ Discord ⇩",
    "game": 252490,
    "owner": 70676,
    "boosts": 1,
    "last_offline": 1744701829,
    "score": null,
    "last_online": 1744321247,
    "icon": null,
    "name": "GRIN RUST - EU 2x Tournament Weekly",
    "connect": "185.189.255.64:35200",
    "request": "185.189.255.64:35210",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1697536622,
    "last_update": 1744701829,
    "banned": false,
    "wipe": 1743704751,
    "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": {
      "username": "Mr_Admin",
      "avatar": "3b5dd66e-a587-4407-ab82-31106be2f816.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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