🌐 VoiceHub \p Global Gamer Network ─ Free Permanent & Temporary için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11182106
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11182106,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Saarbrücken",
    "description": "**🔊 SUNUCUMUZA HOŞ GELDİNİZ! 🔊**\n✔ Ücretsiz Kalıcı & Geçici Odalar\n**✔ Kaliteli Müzik Keyfi**\n✔ Aktif Yönetici Ekibi\n**✔ Rank Sistemi ile Seviye Atla!**\n**📡 TeamSpeak 3 Adres:**\nvoicehub.tr\nİyi Sohbetler & İyi Eğlenceler! 🎧\n**🔥 WELCOME TO THE COMMUNITY! 🔥**\n✔ Create Free Permanent & Temporary Channels\n✔ Enjoy High-Quality Music\n✔ Friendly & Active Staff Team\n✔ Level Up with Our Rank System\n**📡 Connect Now:**\nvoicehub.tr\nHave Fun & Enjoy Your Time With Us! 🎧\n\n**Sunucumuza VoiceHub** Adresini Kullanarak Baglanın.\n** You Can Open A Permanent Room By Specifying A Playgroup**",
    "game": 9000043,
    "owner": 172665,
    "boosts": 1,
    "last_offline": 1773899475,
    "score": 0,
    "last_online": 1772970013,
    "icon": null,
    "name": "🌐 VoiceHub \\p Global Gamer Network ─ Free Permanent & Temporary",
    "connect": null,
    "request": null,
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1772368931,
    "last_update": 1773899475,
    "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": 203,
    "language": "de",
    "parked": true,
    "app": {
      "id": 1629110,
      "steam_id": 9000043,
      "name": "Teamspeak 3",
      "url": "teamspeak-3"
    },
    "server_owner": {
      "username": "voicehubts",
      "avatar": "no.jpg",
      "last_online": 1775588444
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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