API for [RU/EU] [Cloud] [PvP|Daily Raid|TP|1 Month Reset]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/754618
json
{
  "response": {
    "steam_id": "90284337934666768",
    "domain": null,
    "id": 754618,
    "ip": "85.233.150.44",
    "port": 35050,
    "query": 35051,
    "color": 0,
    "city": "Kurgan",
    "description": "",
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775274130,
    "score": null,
    "last_online": 1776453110,
    "icon": null,
    "name": "[RU/EU] [Cloud] [PvP|Daily Raid|TP|1 Month Reset]",
    "connect": "85.233.150.44:35050",
    "request": "85.233.150.44:35051",
    "map": "VRisingWorld",
    "gamemode": "3c4e8a52-8b84-4ad0-8487-7cedef93dbf2",
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1676887447,
    "last_update": 1776453110,
    "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": 203,
    "language": "ru",
    "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/754618");
$data = json_decode($json, true);
var_dump($data);