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/5615264
json
{
"response": {
"fps": 3757449,
"modded": true,
"fps_avg": 3757450,
"world_seed": 11042025,
"world_size": 5000,
"entities_count": 256228,
"id": 5615264,
"ip": "185.172.175.8",
"port": 28025,
"query": 28025,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nThis server is for testing the latest updates. It can wipe at any time.\r\n\r\n• Spawn Items & Vehicles ✓\r\n• Teleport & Noclip ✓\r\n• View Workshop Skins ✓\r\n• All Skins & DLC Unlocked ✓\r\n• Steamdeck Friendly ✓\r\n\r\nJoin the Discord to report bugs and request features!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744376286,
"score": 0,
"last_online": 1744964431,
"icon": null,
"name": "Raichu Aux3 | F1 Spawn | Noclip | DLC Unlocked",
"connect": "185.172.175.8:28024",
"request": "185.172.175.8:28025",
"map": "Branch: Aux3",
"gamemode": "Survival",
"version": "2586",
"numplayers": 2,
"maxplayers": 175,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1723692577,
"last_update": 1744964431,
"banned": false,
"wipe": 1744376422,
"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/5615264");
$data = json_decode($json, true);
var_dump($data);