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/742798
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"world_seed": 1337,
"world_size": 3000,
"entities_count": 42940,
"id": 742798,
"ip": "199.231.233.90",
"port": 28015,
"query": 28014,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nMAP WIPES Mondays @ 4PM EST \r\nBlueprints Wipe Monthly on Force Wipe \r\n-------------------------------------------------------------------------------\r\n•2x Gather + Perfectly Balanced Loot \r\n•HIGH FPS MAP! \r\n•Perfectly Balanced Loot, Custom Anti-Cheats, Customized Vanilla Monuments, Boost Jumps, and MUCH more! \r\n \r\nVIP now available at ProjectNova.gg\r\n Join our Discord at Discord.ProjectNova.gg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741565806,
"score": null,
"last_online": 1742859051,
"icon": null,
"name": "ProjectNova.gg Mars 2X VANILLA|X2 JUST WIPED 03/03",
"connect": "199.231.233.90:28015",
"request": "199.231.233.90:28014",
"map": "Mars by Project Nova",
"gamemode": "Survival",
"version": "2580",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1675339124,
"last_update": 1742859051,
"banned": false,
"wipe": 1741028676,
"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/742798");
$data = json_decode($json, true);
var_dump($data);