[ PokemonZ ] PVE | ADMIN SHOP | Events | Festival | Discord:P9KmWg3HZQ için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11138867
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11138867,
    "ip": "173.240.154.249",
    "port": 9035,
    "query": 9035,
    "color": 0,
    "city": "Los Angeles",
    "description": "[{\"id\":\"dIOqwtOr7x\",\"type\":\"header\",\"data\":{\"text\":\"📋📋  𝐄𝐍𝐆𝐋𝐈𝐒𝐇 📋📋\",\"level\":3}},{\"id\":\"Z_a6F7DWOw\",\"type\":\"paragraph\",\"data\":{\"text\":\"Congratulations on seeing this message 🎉! Whether you’re a new player or a veteran, you’re welcome to join the Survivors’ faction 🫡\\nTo ensure the long-term operation of the server, player exploration, and fair access to mission rewards~\\n\\nServer Features:\\n1.Players may only build on open land 🏜️, while all map resources remain available for exploration.\\n2.Trading system includes backpacks 🎒, vehicles 🚙, rare weapons 🔫, and clothing 👚.\\n3.Vehicles 🚛 will spawn periodically to solve the issue of new members having none to claim.\\n4.Bases and vehicles of inactive players will be scrapped.\\n5.Players may apply to host events 📆.\\n\\nPlease read the server rules carefully.\\nAny cheating, bug exploitation, or rule violations will result in immediate execution by the admins without prior notice 💀.\\nSerious or repeat offenders will be permanently banned 🚫.\\n\\nPlease make sure to follow the dserver rules❗❗❗⁠⚠️規則│𝐑𝐮𝐥𝐞👉https://discord.gg/P9KmWg3HZQ\\n\"}},{\"id\":\"jlDagVI74m\",\"type\":\"paragraph\",\"data\":{\"text\":\"Finally, we hope you interact more with fellow players 🎸, enjoy the fun of the game together, may the Force be with you 🫰\"}},{\"id\":\"sVs9XXtwuM\",\"type\":\"paragraph\",\"data\":{\"text\":\".\\n\"}},{\"id\":\"xVwYgwnFGg\",\"type\":\"header\",\"data\":{\"text\":\"📋📋 繁體🀄文 📋📋\",\"level\":3}},{\"id\":\"roUIPEMuCH\",\"type\":\"paragraph\",\"data\":{\"text\":\"恭喜您看到此訊息🎉 ,不論您為新手或老手玩家,皆歡迎您加入倖存者的陣營🫡\\n為維持伺服器長久運營、玩家探索與獲得任務獎勵權益~\\n\\n本伺服器特色為:\\n1.僅接受玩家於空地建設🏜️ ,全地圖資源皆可探索。\\n2.交易系統 ,包含背包🎒 、車輛🚙 、稀有武器🔫 、服飾👚 。\\n3.不定期生成車輛🚛 ,解決新成員無車認領困境。\\n4.閒置無活動者,報廢基地與車輛。\\n5.玩家可申請舉辦活動📆 。\\n\\n相關規定請閱讀伺服器規則\\n任何作弊、使用BUG、違規,管理員不進行通知,就地處決💀\\n情節嚴重、累犯者直接封鎖🚫\\n\"}},{\"id\":\"5j0m0vUF6K\",\"type\":\"paragraph\",\"data\":{\"text\":\"請務必遵守伺服器規則❗❗❗⁠⚠️規則│𝐑𝐮𝐥𝐞👉https://discord.gg/P9KmWg3HZQ\"}},{\"id\":\"5oglL10fUe\",\"type\":\"paragraph\",\"data\":{\"text\":\"最後希望您多與玩家互動🎸 ,共同享受遊戲的樂趣,願原力與你同在\"}}]",
    "game": 1766060,
    "owner": 188017,
    "boosts": 1,
    "last_offline": 1776274934,
    "score": 0,
    "last_online": 1776783614,
    "icon": null,
    "name": "[ PokemonZ ] PVE | ADMIN SHOP | Events | Festival | Discord:P9KmWg3HZQ",
    "connect": "173.240.154.249:9035",
    "request": "173.240.154.249:9035",
    "map": "Main Map",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1770590329,
    "last_update": 1776783614,
    "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": 12,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1531516,
      "steam_id": 1766060,
      "name": "HumanitZ",
      "url": "humanitz"
    },
    "server_owner": {
      "username": "oilqwqlio",
      "avatar": "49d721dd-1f0f-4a5a-9157-77e1224c40b2.jpg",
      "last_online": 1776363336
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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