API for [RU] Bloody Fangs PVE 09/02 | Bloodcraft | Brutal+ |

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11166822
json
{
  "response": {
    "steam_id": "90284560207169556",
    "domain": null,
    "id": 11166822,
    "ip": "146.120.105.231",
    "port": 2402,
    "query": 2405,
    "color": 0,
    "city": "Glazov",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776427420,
    "score": 0,
    "last_online": 1776458513,
    "icon": null,
    "name": "[RU] Bloody Fangs PVE 09/02 | Bloodcraft | Brutal+ |",
    "connect": "146.120.105.231:2402",
    "request": "146.120.105.231:2405",
    "map": "VRisingWorld",
    "gamemode": "b382cafc-4c5d-40c3-b363-69d624fb68e3",
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1772228640,
    "last_update": 1776458513,
    "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": 2153,
    "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/11166822");
$data = json_decode($json, true);
var_dump($data);