API for [EU/RU] Gates of Freedom x4 PvP | RAID ON [19:00-00:00]

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11489278
json
{
  "response": {
    "steam_id": 90284508122644500,
    "domain": null,
    "id": 11489278,
    "ip": "185.189.255.181",
    "port": 19895,
    "query": 19896,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"ziBy3bOqWz\",\"type\":\"paragraph\",\"data\":{\"text\":\"📊 ПАРАМЕТРЫ СЕРВЕРА\\nИгроки: 45 | Племя: 4 | Рейты: x4\\nОсобенности: доп. постройки на кораблях\\n\\n⚔️ РЕЖИМ И РЕЙДЫ\\nPvP: 24/7 (Full Loot)\\nРейды: 19:00–00:00 (МСК)\\nВайпы: без запланированных\\nАдмины: без вмешательства (OFF)\\n\\n🔌 ПОДКЛЮЧЕНИЕ\\nIP: 185.189.255.181\\nPort: 19895\"}}]",
    "game": 2646460,
    "owner": 188274,
    "boosts": 1,
    "last_offline": 1776237504,
    "score": 0,
    "last_online": 1776365412,
    "icon": null,
    "name": "[EU/RU] Gates of Freedom x4 PvP | RAID ON [19:00-00:00]",
    "connect": "185.189.255.181:19895",
    "request": "185.189.255.181:19896",
    "map": "DLC_Level01_Main",
    "gamemode": "10",
    "version": "1.0.0.0",
    "numplayers": 1,
    "maxplayers": 45,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 2,
    "points": 96,
    "add_date": 1776237205,
    "last_update": 1776365412,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1625562,
      "steam_id": 2646460,
      "name": "Soulmask",
      "url": "soulmask"
    },
    "server_owner": {
      "username": "skriman",
      "avatar": "8dae4bba-8163-47ae-bfd8-b21b7f4f4ab7.jpg",
      "last_online": 1776238816
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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