HumanitZ
API pentru [ PokemonZ ] PvE:Odd/PvP:Even | 04/26 WIPE | Kit/Shop/Event | DC:P9KmWg3HZQ
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11491478json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11491478,
"ip": "209.102.250.81",
"port": 1030,
"query": 1030,
"color": 0,
"city": "Singapore",
"description": "[{\"id\":\"nY321WlysX\",\"type\":\"paragraph\",\"data\":{\"text\":\"📋📋 𝐄𝐍𝐆𝐋𝐈𝐒𝐇 📋📋\\nCongratulations 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\\nFinally, we hope you interact more with fellow players 🎸, enjoy the fun of the game together, may the Force be with you 🫰\\n\\n.\\n\\n📋📋 繁體🀄文 📋📋\\n恭喜您看到此訊息🎉 ,不論您為新手或老手玩家,皆歡迎您加入倖存者的陣營🫡\\n為維持伺服器長久運營、玩家探索與獲得任務獎勵權益~\\n\\n本伺服器特色為:\\n1.僅接受玩家於空地建設🏜️ ,全地圖資源皆可探索。\\n2.交易系統 ,包含背包🎒 、車輛🚙 、稀有武器🔫 、服飾👚 。\\n3.不定期生成車輛🚛 ,解決新成員無車認領困境。\\n4.閒置無活動者,報廢基地與車輛。\\n5.玩家可申請舉辦活動📆 。\\n\\n相關規定請閱讀伺服器規則\\n任何作弊、使用BUG、違規,管理員不進行通知,就地處決💀\\n情節嚴重、累犯者直接封鎖🚫\\n\\n請務必遵守伺服器規則❗❗❗⚠️規則│𝐑𝐮𝐥𝐞👉https://discord.gg/P9KmWg3HZQ\\n\\n最後希望您多與玩家互動🎸 ,共同享受遊戲的樂趣,願原力與你同在\"}}]",
"game": 1766060,
"owner": 188017,
"boosts": 1,
"last_offline": 1777332923,
"score": 0,
"last_online": 1777545012,
"icon": null,
"name": "[ PokemonZ ] PvE:Odd/PvP:Even | 04/26 WIPE | Kit/Shop/Event | DC:P9KmWg3HZQ",
"connect": "209.102.250.81:1030",
"request": "209.102.250.81:1030",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": null,
"country": "SG",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1777332923,
"last_update": 1777545012,
"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": 9,
"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": 1777542151
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11491478");
$data = json_decode($json, true);
var_dump($data);