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/569048
json
{
"response": {
"id": 569048,
"ip": "199.231.233.90",
"port": 28015,
"query": 28015,
"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": 1743402256,
"score": null,
"last_online": 1743361259,
"icon": null,
"name": "ProjectNova.gg Mars 2X VANILLA|X2 JUST WIPED 03/03",
"connect": "199.231.233.90:28015",
"request": "199.231.233.90:28015",
"map": "Mars by Project Nova",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1668891893,
"last_update": 1743402256,
"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/569048");
$data = json_decode($json, true);
var_dump($data);