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/759172
json
{
"response": {
"fps": 56,
"fps_avg": 54,
"world_seed": 1337,
"world_size": 4250,
"entities_count": 112700,
"id": 759172,
"ip": "156.236.84.31",
"port": 28005,
"query": 28006,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744103268,
"score": null,
"last_online": 1744118656,
"icon": null,
"name": "xxMazzorxx's Rust Server",
"connect": "156.236.84.31:28005",
"request": "156.236.84.31:28006",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1677865088,
"last_update": 1744118656,
"banned": false,
"wipe": 1743696965,
"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/759172");
$data = json_decode($json, true);
var_dump($data);