API for [EU] VerdictRust 2x | Every Action Tracked | verdictrust.com

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11260057
json
{
  "response": {
    "fps": 194,
    "fps_avg": 192,
    "entities_count": 43035,
    "world_seed": 562821038,
    "world_size": 3000,
    "steam_id": "90284020487413788",
    "domain": null,
    "id": 11260057,
    "ip": "159.69.64.40",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Falkenstein",
    "description": "2x Gather | 2x Smelt | 2x Recycle\nT1 Blueprints Unlocked | Shared Team BPs\nWorkbench Covers Entire Base\nRecyclers at All Monuments\n/remove | /kit | /pop | /wipe | /stats | /top\nVIP Kit | Skip Queue\nAll kills, raids & stats tracked\nLive leaderboards at verdictrust.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774555186,
    "score": 0,
    "last_online": 1776841822,
    "icon": null,
    "name": "[EU] VerdictRust 2x | Every Action Tracked | verdictrust.com",
    "connect": "159.69.64.40:28015",
    "request": "159.69.64.40:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2622",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555186,
    "last_update": 1776841822,
    "banned": false,
    "wipe": 1775504934,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4851,
    "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/11260057");
$data = json_decode($json, true);
var_dump($data);