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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10533640
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 243406,
    "world_seed": 975265,
    "world_size": 3750,
    "steam_id": "90284163682959366",
    "domain": null,
    "id": 10533640,
    "ip": "64.40.9.138",
    "port": 28015,
    "query": 28018,
    "color": 0,
    "city": "London",
    "description": "![Rustafied.com - EU Solo](https://cdn.rustafied.systems/v2/server-headers/EU%20Solo.png)\nWeekly map wipe @ 15:00 London Time (unless forced wipe) \r\n\r\n - Player portal: https://my.rustafied.com (server info, map voting, banlist, and more) \r\n - Store: https://rustafied.com/store \r\n - Support: https://rustafied.com/support \r\n - Discord: https://discord.gg/rustafied \r\n\r\n Forced wipe: First Thursday @ 2PM EST / 19:00 London (wipes all blueprints)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690523,
    "score": 0,
    "last_online": 1775878210,
    "icon": null,
    "name": "Rustafied.com - EU Solo",
    "connect": "64.40.9.138:28015",
    "request": "64.40.9.138:28018",
    "map": "Rustafied Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 98,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 101,
    "add_date": 1762518598,
    "last_update": 1775878210,
    "banned": false,
    "wipe": 1775743141,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 150,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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