API for [ US-E ] unOFFICIAL #666 SQUAD | NO RAID | PVP | FRESH

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9676468
json
{
  "response": {
    "steam_id": "90278514435420184",
    "domain": null,
    "id": 9676468,
    "ip": "98.142.3.141",
    "port": 20990,
    "query": 20991,
    "color": 0,
    "city": "Ashburn",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1768642894,
    "score": 0,
    "last_online": 1776797439,
    "icon": null,
    "name": "[ US-E ] unOFFICIAL #666 SQUAD | NO RAID | PVP | FRESH",
    "connect": "98.142.3.141:20990",
    "request": "98.142.3.141:20991",
    "map": "VRisingWorld",
    "gamemode": "52f2ebc1-54ab-4a69-a92b-e3f7ed55e1d6",
    "version": "0.0.0.1",
    "numplayers": 1,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 35,
    "add_date": 1751660144,
    "last_update": 1776797439,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 73,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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