API for [初心]100倍100废/6.9新档/传送/千军万马
JSON for programs, websites and more
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 63,
"fps_avg": 62,
"entities_count": 94385,
"world_seed": 310295214,
"world_size": 4000,
"steam_id": "90286777106963484",
"domain": null,
"id": 11759595,
"ip": "45.125.46.70",
"port": 16666,
"query": 16669,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": "![[初心]100倍100废/6.9新档/传送/千军万马](https://pic1.imgdb.cn/item/64aa4de31ddac507cce83416.png)\n☆。【初心】玩家交流QQ群:234055789\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n☆。【初心】禁挂.办宏.禁卡石头.禁燃烧弹.\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n☆。【初心】八年老服,终身承诺.\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n☆。【初心】娱乐至上,切勿动怒!\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\n——————————————————————————————————",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780971856,
"last_online": 1780977622,
"icon": null,
"name": "[初心]100倍100废/6.9新档/传送/千军万马",
"connect": "45.125.46.70:16666",
"request": "45.125.46.70:16669",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 28,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 74,
"add_date": 1780931723,
"last_update": 1780977622,
"banned": false,
"wipe": 1780623193,
"official": null,
"wipe_period": "monthly",
"next_wipe": 1783215193,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 519,
"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/11759595");
$data = json_decode($json, true);
var_dump($data);