API for [炼狱都市]|死亡不掉|物资可跨服|无限打副本
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286575434750988",
"domain": null,
"id": 11607116,
"ip": "153.35.147.92",
"port": 10176,
"query": 10177,
"color": 0,
"city": "Suzhou",
"description": "![[炼狱都市]|死亡不掉|物资可跨服|无限打副本](http://m.qpic.cn/psc?/V52jOubP1YwYl802k2px3cxfjW12e9VD/MgefXoixntJCvPruFHdJTd0r*NELxeV8qOxYyPreBXw.*XdTvRrAgPvxpqTpYyZDruDmMmH*9VaO3X2PNNl95SM6y2W14pzg2v0fCXkmanY!/mnull&bo=9AE5AQAAAAADB.8!&rf=photolist&t=5)\n\r\n\r\n[炼狱都市]1.扩展包跨服 \r\n[炼狱都市]重启时间,每天早晨7:17;结束7:22 \r\n 如有问题请联系QQ群管理: 41599231 \r\n Email: [email protected] \r\n Website: 68509.cn \r\n祝大家玩的开心!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780371852,
"last_online": 1780582235,
"icon": null,
"name": "[炼狱都市]|死亡不掉|物资可跨服|无限打副本",
"connect": "153.35.147.92:10176",
"request": "153.35.147.92:10177",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915495,
"last_update": 1780582235,
"banned": false,
"wipe": 1778223342,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5500,
"language": "zh",
"parked": false,
"app": {
"id": 252490,
"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/11607116");
$data = json_decode($json, true);
var_dump($data);