Rust
API для #2 [搞就完了] 新檔|穩定物資|全解秒造|戰爭
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10661832json
{
"response": {
"fps": 13,
"fps_avg": 17,
"entities_count": 173336,
"world_seed": 710198860,
"world_size": 5000,
"steam_id": "90285522658838542",
"domain": null,
"id": 10661832,
"ip": "123.192.255.191",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Taipei",
"description": "🚀 新開,終身守護遊戲體驗!拒絕外掛、禁止鑽漏洞,只為給一個最乾淨、最平等的環境。🎁 每日福利拿不完:🛠️ 建築包、⚔️ 戰鬥包、🍱 食物包、🎡 娛樂大禮包。只要加入,天天領取,資源無憂!�� 便捷指令,輕鬆操作:/dk 一鍵開啟砲台,保家衛民!/sjjz 1-4 建築輕鬆升級。/remove 快速拆除不求人。/mymini召喚小飛機遊山玩水~💡 座右銘:「錢不是真的用掉了,只是換個方式在虛擬世界陪伴你!」🔗 DC加入我們: https://discord.gg/8Qcv29Q8At",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778297585,
"score": 0,
"last_online": 1778599817,
"icon": null,
"name": "#2 [搞就完了] 新檔|穩定物資|全解秒造|戰爭",
"connect": "123.192.255.191:28015",
"request": "123.192.255.191:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 5,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "TW",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1764544827,
"last_update": 1778599817,
"banned": false,
"wipe": 1778244227,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 887,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10661832");
$data = json_decode($json, true);
var_dump($data);