API for [RU] ★★★Пивной Паблик★★★

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11142545
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11142545,
    "ip": "89.208.212.179",
    "port": 7787,
    "query": 7787,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 393380,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775022241,
    "score": 3,
    "last_online": 1775686232,
    "icon": null,
    "name": "[RU] ★★★Пивной Паблик★★★",
    "connect": "89.208.212.179:7787",
    "request": "89.208.212.179:7787",
    "map": "Sumari_Seed_v1",
    "gamemode": "Seed",
    "version": "v10.3.1.571437.1655",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1770804049,
    "last_update": 1775686232,
    "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": 115,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 137,
      "steam_id": 393380,
      "name": "Squad",
      "url": "squad",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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