Rust
API for 腾龙PVE/飞天遁地/萌新/F1刷/千倍/合成/挂机VIP
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11261052json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11261052,
"ip": "60.26.182.207",
"port": 65520,
"query": 65522,
"color": 0,
"city": "Tianjin",
"description": "★★游戏商城★★★★★无限持久★★★★★突袭飞艇★★★★★动物农场★★ \r\n★★武装突袭★★★★★无限子弹★★★★★人物升级★★★★★高血僵尸★★ \r\n★★飞行背包★★★★★蓝图全解★★★★★物品秒造★★★★★召唤坦克★★ \r\n★★帮助页面★★★★★世界传送★★★★★超级倍伤★★★★★玩家刷刷★★ \r\n★★防宏防挂★★★★★BOSS系统★★★★★休闲养老★★★★★超级礼包★★ \r\n★★激情无限★★★★★种植系统★★★★★死亡传送★★★★★长期稳定★★ \r\n★★大型背包★★★★★晚上夜视★★★★★外天空站★★★★★武装突袭★★ \r\n★★电信移动的网络开雷神加速器加速国服免费的★★\r\n★★★★★★唯一Q群:1030126169★★★★★★",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775885483,
"score": 0,
"last_online": 1775063420,
"icon": null,
"name": "腾龙PVE/飞天遁地/萌新/F1刷/千倍/合成/挂机VIP",
"connect": "60.26.182.207:65520",
"request": "60.26.182.207:65522",
"map": "一直在创新,好玩不腻",
"gamemode": "Rust",
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555216,
"last_update": 1775885483,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10490,
"language": "zh",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11261052");
$data = json_decode($json, true);
var_dump($data);