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

Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/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": 1775738009,
    "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": 1775738009,
    "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": []
  }
}

Kod örnekleri

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