API for Rustafied.com - EU Medium III

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/1206409
json
{
  "response": {
    "fps": 26,
    "fps_avg": 23,
    "world_seed": 1341322787,
    "world_size": 4750,
    "entities_count": 509894,
    "id": 1206409,
    "ip": "195.60.166.148",
    "port": 28015,
    "query": 28018,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Rustafied.com - EU Medium III](https://cdn.rustafied.systems/server-header-images/EU Medium 3.png)\nWipe: Biweekly (2-weeks) on Thursdays @ 3PM London time (or when forced)\r\nBase Pop: 350+ players | Map size: 4750 | BP Wipe: NO BP wipe\r\n\r\n\\tREPORT A PLAYER: my.rustafied.com or in-game using /report\r\n\r\n\\tSTORE: rustafied.com/store\\t\\t|\\tSUPPORT: rustafied.com/support\r\n\\tRULES: rustafied.com/rules\\t\\t|\\tDISCORD: discord.gg/rustafied\r\n\r\nWhat to expect:\r\n\\t- High quality gameplay and player experience\r\n\\t- Player based map voting for upcoming wipes\r\n\\t- Custom anti-cheat and active server moderation\r\n\\t- Hosted on the highest-end server infrastructure available",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1741069043,
    "score": null,
    "last_online": 1742863827,
    "icon": null,
    "name": "Rustafied.com - EU Medium III",
    "connect": "195.60.166.148:28015",
    "request": "195.60.166.148:28018",
    "map": "Rustafied Custom Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 196,
    "maxplayers": 225,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 92,
    "add_date": 1691955298,
    "last_update": 1742863827,
    "banned": false,
    "wipe": 1742482765,
    "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/1206409");
$data = json_decode($json, true);
var_dump($data);