API for PRIMERUST | Vollzeithackler | X2 | Bi-Weekly | Solo

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11004642
json
{
  "response": {
    "fps": 215,
    "fps_avg": 219,
    "entities_count": 71267,
    "world_seed": 1337,
    "world_size": 3300,
    "steam_id": "90285135220904988",
    "domain": null,
    "id": 11004642,
    "ip": "80.109.190.133",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Vienna",
    "description": "![PRIMERUST | Vollzeithackler | X2 | Bi-Weekly | Solo](https://i.postimg.cc/B6SnHJqw/Primerustneu.png)\nPR1MERUST | Premium Gather x2 \r\n 50% Upkeep \r\n Daily Raidtime \r\n Mon–Fri 8:00 PM–11:30 PM (CET) \r\n Sat–Sun 6 PM–11:30 PM (CET) \r\n Teams: Solo",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776428004,
    "score": 0,
    "last_online": 1777510820,
    "icon": null,
    "name": "PRIMERUST | Vollzeithackler | X2 | Bi-Weekly | Solo",
    "connect": "80.109.190.133:28015",
    "request": "80.109.190.133:28016",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AT",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769938956,
    "last_update": 1777510820,
    "banned": false,
    "wipe": 1776967024,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4297,
    "language": "de",
    "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/11004642");
$data = json_decode($json, true);
var_dump($data);