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/7832705
json
{
"response": {
"fps": 133,
"fps_avg": 133,
"world_seed": 811846436,
"world_size": 4250,
"entities_count": 93710,
"id": 7832705,
"ip": "65.108.129.105",
"port": 28082,
"query": 27016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nRules: \r\n- No hacking / scripting \r\n- No intentional bug abuse \r\n- No EAC / FP banned alts \r\n- No ban evading \r\n- No racism",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741294140,
"score": 0,
"last_online": 1743524460,
"icon": null,
"name": "RustHorizon Medium | Vanilla X2 | Weekly | NoLimit",
"connect": "65.108.129.105:28082",
"request": "65.108.129.105:27016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2583",
"numplayers": 0,
"maxplayers": 350,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1740095720,
"last_update": 1743524460,
"banned": false,
"wipe": 1741959853,
"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/7832705");
$data = json_decode($json, true);
var_dump($data);