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/2399530
json
{
"response": {
"fps": 236,
"fps_avg": 235,
"world_seed": 1337,
"world_size": 1300,
"entities_count": 4920,
"id": 2399530,
"ip": "99.241.2.214",
"port": 28017,
"query": 28017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[NA] Nebula 2x One Grid solo/duo/trio](https://image.myrustserver.com/logo/shumzz_675c3e68d86aa.jpg)\nLightly modded 2x one grid with a custom map \r\n-Kits\r\n-Faster Recycler\r\n-2x loottables and gather\r\n-faster crafting speed\r\n-all bps unlocked \r\n\r\nWipes at Tuesday at 3pm EST and Saturday at 1pm EST",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744114726,
"score": null,
"last_online": 1744702230,
"icon": null,
"name": "[NA] Nebula 2x One Grid solo/duo/trio",
"connect": "99.241.2.214:28015",
"request": "99.241.2.214:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1704146254,
"last_update": 1744702230,
"banned": false,
"wipe": 1744477212,
"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/2399530");
$data = json_decode($json, true);
var_dump($data);