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/5844803
json
{
  "response": {
    "id": 5844803,
    "ip": "212.22.93.163",
    "port": 28045,
    "query": 28045,
    "owner_name": "Fx",
    "owner_avatar": "0d5548eb-8cd5-4717-ac20-8b4db4d9675e.jpg",
    "color": 0,
    "description": "![gm.link/u91742 AZIMUTH RUST NOLIMIT X2 WIPE FRIDAY](https://i.imgur.com/us48q9E.jpeg)\nThis is the one AZIMUTH RUST\r\n Plugins are installed on our server for a comfortable game\r\nTeleportation\r\nKit\r\nBuildingGrades\r\nFriendlyFire\r\nNoEscape\r\nSimpleSor\r\nand much more\r\nHave a great game!",
    "game": 252490,
    "owner": 91742,
    "boosts": 1,
    "last_offline": 1744130698,
    "score": 0,
    "last_online": 1743994859,
    "icon": null,
    "name": "AZIMUTH RUST X2 WIPE",
    "connect": "212.22.93.163:28044",
    "request": "212.22.93.163:28045",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1725264471,
    "last_update": 1744130698,
    "banned": false,
    "wipe": 1743311862,
    "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": "Fx",
      "avatar": "0d5548eb-8cd5-4717-ac20-8b4db4d9675e.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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