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/8197878
json
{
"response": {
"fps": 227,
"fps_avg": 221,
"world_seed": 50000,
"world_size": 2500,
"entities_count": 25096,
"id": 8197878,
"ip": "203.16.163.11",
"port": 29623,
"query": 29623,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742388450,
"score": 0,
"last_online": 1743696731,
"icon": null,
"name": "snooker 3x",
"connect": "203.16.163.11:29623",
"request": "203.16.163.11:29623",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2584",
"numplayers": 0,
"maxplayers": 3,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1742388450,
"last_update": 1743696731,
"banned": false,
"wipe": 1742239332,
"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/8197878");
$data = json_decode($json, true);
var_dump($data);