API for Project G Новый Vanilla+ | Экономика | Приват | Атмосфера

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/11139134
json
{
  "response": {
    "steam_id": null,
    "domain": "project-g.gameservers.me",
    "id": 11139134,
    "ip": "185.189.255.111",
    "port": 5520,
    "query": 5520,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"odQU8GhUgX\",\"type\":\"paragraph\",\"data\":{\"text\":\"Проект для взрослой аудитории, где ценят честную игру и адекватность\"}},{\"id\":\"OBrQVfCJJs\",\"type\":\"paragraph\",\"data\":{\"text\":\"Мы строим сервер вместе с игроками. \"}}]",
    "game": 9000061,
    "owner": 165706,
    "boosts": 1,
    "last_offline": 1775731408,
    "score": 1,
    "last_online": 1775536211,
    "icon": null,
    "name": "Project G Новый Vanilla+ | Экономика | Приват | Атмосфера",
    "connect": "project-g.gameservers.me:5520",
    "request": "185.189.255.111:5520",
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "RU",
    "status": false,
    "votes": 1,
    "points": 1,
    "add_date": 1770622490,
    "last_update": 1775731408,
    "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": 265,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 1665415,
      "steam_id": 9000061,
      "name": "Hytale",
      "url": "hytale",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "grozantwink",
      "avatar": "1599f099-596d-4f3a-b349-8651b5d078c6.jpg",
      "last_online": 1771787217
    },
    "mods": [
      {
        "id": 2037,
        "name": "Simple Claims"
      },
      {
        "id": 2028,
        "name": "Essentials"
      },
      {
        "id": 2029,
        "name": "EconomySystem"
      },
      {
        "id": 2021,
        "name": "NPC Dialog"
      },
      {
        "id": 2041,
        "name": "AdminUI"
      },
      {
        "id": 2060,
        "name": "EcotaleMarket"
      },
      {
        "id": 2019,
        "name": "Hylograms"
      },
      {
        "id": 2025,
        "name": "Playtime"
      },
      {
        "id": 2134,
        "name": "Votifier"
      }
    ],
    "disabled_modules": []
  }
}

Code examples

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