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/3592083
json
{
"response": {
"fps": 113,
"fps_avg": 110,
"world_seed": 456430,
"world_size": 6000,
"entities_count": 218175,
"id": 3592083,
"ip": "180.150.91.79",
"port": 26092,
"query": 26092,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nStaging (AUX02) PVE (Carbon), /F1menu to give yourself stuff. A place to test new features and not get ganked. if you have issues contact MalS#2641 on discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743828573,
"score": null,
"last_online": 1743862281,
"icon": null,
"name": "Staging AUX02 (Carbon) PVE Australia",
"connect": "180.150.91.79:26090",
"request": "180.150.91.79:26092",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2585",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1711395251,
"last_update": 1743862281,
"banned": false,
"wipe": 1743454388,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": true,
"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/3592083");
$data = json_decode($json, true);
var_dump($data);