API для NBC | Next Byte Community server | EN | discord.gg/ThVdUrwE79

Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами

JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/8536925
json
{
  "response": {
    "id": 8536925,
    "ip": "78.46.41.48",
    "port": 27015,
    "query": 27015,
    "owner_name": "durumauden",
    "owner_avatar": "58a6fe73-8c13-4377-bd80-8766de86c249.jpg",
    "color": 0,
    "description": "[{\"id\":\"ZZuOwtUxDZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"🚗 Next Byte Community – Motor Town Server 🚗\\nWelcome to Next Byte, a growing Motor Town server built for fun, collaboration, and great vibes! Whether you're into chill logistics runs, high-speed racing, or just cruising around with friends, this is the place for you.\"}},{\"id\":\"P0ZgdV9KQu\",\"type\":\"paragraph\",\"data\":{\"text\":\"✨ What we offer:\"}},{\"id\":\"XUf-L-b_jb\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"🛣️ Chill drives and hangouts\",\"🏁 Community racing events\",\"🚛 Logistics runs and convoys\",\"🎤 Active voice chats\",\"📅 Regular events and future plans\",\"🤝 Friendly, welcoming community\"]}},{\"id\":\"MZSo5NmM_a\",\"type\":\"paragraph\",\"data\":{\"text\":\"Join now! discord.gg/ThVdUrwE79\"}}]",
    "game": 1369670,
    "owner": 115309,
    "boosts": 1,
    "last_offline": 1747250146,
    "score": 0,
    "last_online": 1746370829,
    "icon": null,
    "name": "NBC | Next Byte Community server | EN | discord.gg/ThVdUrwE79",
    "connect": "78.46.41.48:27015",
    "request": "78.46.41.48:27015",
    "map": null,
    "gamemode": "Unreal Test!",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1744463606,
    "last_update": 1747250146,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 1564980,
      "steam_id": 1369670,
      "name": "Motor Town: Behind The Wheel",
      "url": "motor-town-behind-the-wheel",
      "popular_maps_available": false
    },
    "server_owner": {
      "username": "durumauden",
      "avatar": "58a6fe73-8c13-4377-bd80-8766de86c249.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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