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/8054537
json
{
"response": {
"fps": 118,
"fps_avg": 118,
"world_seed": 259760028,
"world_size": 3500,
"entities_count": 86117,
"id": 8054537,
"ip": "139.99.84.119",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome to Rust Philippines! \r\n Server Information \r\n ------------------------- \r\n Team Limit: 8 Person team UI \r\nFor concerns: Join the server discord: https://discord.gg/6hFmuAgzB7 or message me on Discord: jmagician99 \r\nServer size: 3500 \r\n Monthly BP Wipe on Force Wipe \r\n Weekly Map Wipe (Friday at 06:00 AM GMT+8 ) \r\n Daily Server Restarts at 04:00 AM \r\n \r\n Vanilla \r\n Rules \r\n ------------------------- \r\n No racism allowed. \r\n Hacking and scripting is bannable. \r\n No intentional bug abuse. \r\n NO EAC or FP banned.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744668970,
"score": 0,
"last_online": 1744707025,
"icon": null,
"name": "[SEA] Rust Philippines",
"connect": "139.99.84.119:28015",
"request": "139.99.84.119:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 11,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1741383955,
"last_update": 1744707025,
"banned": false,
"wipe": 1744323230,
"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/8054537");
$data = json_decode($json, true);
var_dump($data);