API for [EU]Norlandia|Solo/Duo/Trio|x2|Monthly

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/7468695
json
{
  "response": {
    "fps": 38,
    "fps_avg": 39,
    "world_seed": 1,
    "world_size": 5500,
    "entities_count": 174972,
    "id": 7468695,
    "ip": "65.109.96.45",
    "port": 60407,
    "query": 60407,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "Norlandia is a Nordic based server in its second month welcoming polite and mature players. \r\n \r\n Details: \r\n -Large maps with rail and road ring with outpost near the center of the map. \r\n -Map start is in the south with snow biome in the north. \r\n -All major monuments except excavator. \r\n -Solo/Duo/Trio \r\n -0.25 decay and larger building brackets. \r\n -x2 on everything except Sulfur which is x1. \r\n -Some helos and RHIBs scattered across the map. \r\n -QOL mods: autodoors, sort, faster crafting, furnace splitter and quick smelt. \r\n -Keep your BPs from wipe to wipe. \r\n -Wipe is the first Thursday of every month. \r\n -Test Generator and some paywall loot available at vendors \r\n Enjoy!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743054411,
    "score": 0,
    "last_online": 1743525062,
    "icon": null,
    "name": "[EU]Norlandia|Solo/Duo/Trio|x2|Monthly",
    "connect": "65.109.96.45:60405",
    "request": "65.109.96.45:60407",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 147,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234853,
    "last_update": 1743525062,
    "banned": false,
    "wipe": 1741288111,
    "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/7468695");
$data = json_decode($json, true);
var_dump($data);