API для [SWE/NO/DK/ENG] - Mumindalen | PURGE hours | Wiped Aug 7th |

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

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

text
https://api.gamemonitoring.ru/servers/447568
json
{
  "response": {
    "fps": 186,
    "fps_avg": 183,
    "entities_count": 131787,
    "world_seed": 300937604,
    "world_size": 4500,
    "id": 447568,
    "ip": "135.181.131.146",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "description": "![[SWE/NO/DK/ENG] - Mumindalen | PURGE hours | Wiped Aug 7th |](https://www.dropbox.com/scl/fi/7xpscfekhznf0m3i7mwpt/mumin_dalen_server.png?rlkey=e3zefqrp9bg1vbaqrbtdv1ig8&st=izyqrvqv&dl=1)\nWelcome to Mumindalen!\r\n\r\nWe have a Discord server!\r\nClick -View Webpage- to join and learn more about our rules.\r\n\r\n Private profiles and VPN is not allowed!\r\n\r\nNote that teams are limited to a maximum of 4 players.\r\n\r\nFor more information, please refer to our Discord server.\r\n\r\nBy joining our server, you accept the following rules,\r\nwhich may result in a warning, kick, or ban if not followed:\r\n\r\n1. Use of abusive language to offend, ridicule, or bully other players.\r\n    Profanity is generally not tolerated either.\r\n2. Expression of offensive, political, religious, or other inflammatory views in chat,\r\n    voice chat, signs, paintings, nicknames, avatars, or building patterns.\r\n3. Spamming chat or voice chat with irrelevant messages.\r\n4. Cheating or exploiting game glitches.\r\n5. Use of languages other than Swedish, Norwegian, Danish, or English.\r\n6. Griefing, which is the intentional destruction of other players' work.\r\n7. Killing fresh spawns for no reason.\r\nBy joining the server, you agree to potentially be streamed while playing the game.\r\nFor more in-depth information about our rules, please join our Discord server.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1754589948,
    "score": null,
    "last_online": 1755694228,
    "icon": null,
    "name": "[SWE/NO/DK/ENG] - Mumindalen | PURGE hours | Wiped Aug 7th |",
    "connect": "135.181.131.146:28080",
    "request": "135.181.131.146:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2594",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779782,
    "last_update": 1755694228,
    "banned": false,
    "wipe": 1754590253,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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