API for TongGu 双人双倍服
JSON for programs, websites and more
text
json
{
"response": {
"fps": 95,
"fps_avg": 94,
"entities_count": 49320,
"world_seed": 72378,
"world_size": 3000,
"steam_id": "90286590672361502",
"domain": null,
"id": 11677380,
"ip": "202.189.23.198",
"port": 10163,
"query": 10165,
"color": 0,
"city": "Beijing",
"description": "1.本服为双人服 禁止结盟,不能超员,一个家里只能有两个人的睡袋领地柜 炮台最多授权两人 超员踢1天,多次超员永久ban出 \r\n2.关于外挂绝不姑息 一经发现直接ban出服务器 \r\n3.关于steam信息必须公开,私密账户只要被举报直接ban出服务器 \r\n4.举报挂进群找服务或者管理(QQ群:280588127)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780570468,
"last_online": 1780639828,
"icon": null,
"name": "TongGu 双人双倍服",
"connect": "202.189.23.198:10163",
"request": "202.189.23.198:10165",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216205,
"last_update": 1780639828,
"banned": false,
"wipe": 1780134648,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5478,
"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/11677380");
$data = json_decode($json, true);
var_dump($data);