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/4846788
json
{
"response": {
"fps": 29,
"fps_avg": 29,
"world_seed": 857251769,
"world_size": 4500,
"entities_count": 159751,
"id": 4846788,
"ip": "103.107.199.231",
"port": 28076,
"query": 28076,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "NO PvP NO Raiding\r\n 禁止偷家拆家杀人 违反者直接封禁\r\n Beware of zombies\r\n Next wipe (02 Jan 2024)\r\n PvE\r\n RPNO PvP NO Raiding NO stealing NO killing\r\n 禁止偷家拆家杀人 违反者直接封禁\r\n Beware of zombies\r\n Next wipe (02 Jan 2024)\r\n PvE\r\n RP",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743591448,
"score": 0,
"last_online": 1743697864,
"icon": null,
"name": "[SEA] 07/03 Monthly RusticSea | PvE | RP| Noob-Friendly |Vanill",
"connect": "103.107.199.231:28075",
"request": "103.107.199.231:28076",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 6,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1718996230,
"last_update": 1743697864,
"banned": false,
"wipe": 1741289665,
"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/4846788");
$data = json_decode($json, true);
var_dump($data);