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. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8054554
json
{
"response": {
"fps": 231,
"fps_avg": 229,
"world_seed": 2024088481,
"world_size": 4250,
"entities_count": 112129,
"id": 8054554,
"ip": "89.187.162.71",
"port": 28037,
"query": 28037,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\n服务器有礼包介意勿进-加速香港或新加坡\r\n\r\n不出爆炸物-不出权限-不出AK及以上武器\r\n\r\n【唯一官方QQ群】2155022197加群可获取隐藏福利,新档发布地图预告!\r\n\r\n新老玩家及萌新须知:\r\n进入本服的人请确认是否具备以下条件-遇到挂F7举报-截图伤害给群主\r\n\r\n举报格式:玩家昵称-f7举报-伤害截图-举报类型\r\n\r\n①不开挂、不开宏、不开任何外挂辅助、宏程序及卡Bug等\r\n\r\n②禁止出现辱骂他人嘲讽等行为。不要打击人自信心!\r\n\r\n③不要遇到打不过就说是科技-菜就多练-打铁还需自身硬。\r\n\r\n欢迎大家举报-服主将及时处理为大家排忧解难!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742508267,
"score": 0,
"last_online": 1744129861,
"icon": null,
"name": "龙猫-3.14新档-四人-萌新天堂-零权-挂必封",
"connect": "89.187.162.71:28037",
"request": "89.187.162.71:28037",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383956,
"last_update": 1744129861,
"banned": false,
"wipe": 1741930064,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8054554");
$data = json_decode($json, true);
var_dump($data);