ᴍᴀsᴛᴇʀᴡᴏʀʟᴅ ▪ (1.16.5-1.21.x) ▪ Творим чудеса! 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/7771255
json
{
  "response": {
    "steam_id": null,
    "domain": "blue.fnode.me",
    "id": 7771255,
    "ip": "65.108.193.218",
    "port": 25520,
    "query": 25520,
    "color": 0,
    "city": "Helsinki",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1771791135,
    "score": 0,
    "last_online": 1775678449,
    "icon": null,
    "name": "ᴍᴀsᴛᴇʀᴡᴏʀʟᴅ ▪ (1.16.5-1.21.x) ▪ Творим чудеса!",
    "connect": "blue.fnode.me:25520",
    "request": "65.108.193.218:25520",
    "map": null,
    "gamemode": null,
    "version": "Masterworld 1.16.5-1.21",
    "numplayers": 0,
    "maxplayers": 1001,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1739895972,
    "last_update": 1775678449,
    "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": 2784,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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