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/4859787
json
{
  "response": {
    "fps": 235,
    "fps_avg": 234,
    "world_seed": 204288690,
    "world_size": 2500,
    "entities_count": 24738,
    "id": 4859787,
    "ip": "148.113.1.162",
    "port": 25716,
    "query": 25716,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rusteze Medium 3X](https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.rustafied.com%2Fhow-to-host-your-own-rust-server&psig=AOvVaw1-mA7ToPVtsq7zv5RdbHQo&ust=1732688736369000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCIDqgt6u-YkDFQAAAAAdAAAAABAE)\nWipe: \nMap  - 15 day biweekly wipe and on force monthly wipe.\nBP - Wipes monthly at forcewipe.\n\nRules:\n-No hacking or scripting>\n\nFinally:\nGet beamed by eoka gaming.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743983328,
    "score": 0,
    "last_online": 1744123265,
    "icon": null,
    "name": "Rusteze Medium 3X",
    "connect": "148.113.1.162:25714",
    "request": "148.113.1.162:25716",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1719176187,
    "last_update": 1744123265,
    "banned": false,
    "wipe": 1743726789,
    "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/4859787");
$data = json_decode($json, true);
var_dump($data);