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/6965954
json
{
"response": {
"fps": 58,
"fps_avg": 86,
"world_seed": 1687392562,
"world_size": 4000,
"entities_count": 91821,
"id": 6965954,
"ip": "192.99.75.97",
"port": 23932,
"query": 23932,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nThe Greatest Place for Rust Gamers.\r\n *** This Server is a Work in progress***\r\n Please enjoy as we grow as a community",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744099682,
"score": 0,
"last_online": 1744120259,
"icon": null,
"name": "RustyBizkit 3X | PVE | RAIDABLE BASES",
"connect": "192.99.75.97:23931",
"request": "192.99.75.97:23932",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1734715402,
"last_update": 1744120259,
"banned": false,
"wipe": 1743710803,
"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/6965954");
$data = json_decode($json, true);
var_dump($data);