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/6150548
json
{
"response": {
"fps": 24,
"fps_avg": 24,
"world_seed": 48535,
"world_size": 4250,
"entities_count": 447955,
"id": 6150548,
"ip": "185.248.134.159",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWipe Schedule:\r\n\\tMap - Bi-Weekly on Thursdays @ 3PM UK / 4PM CEST, or when force updates occur.\r\n\\tBPs - Monthly @ Force\r\n\r\nVIP: donate.rustoria.co\r\n\r\nRules:\r\n\\t- No hacking / scripting\r\n\\t- No intentional bug abuse\r\n\\t- No EAC / FP banned alts\r\n\\t- No ban evading\r\n\\t- No racism\r\n\r\nGood performance\r\nActive non playing admins\r\nSeeds are carefully picked\r\n\r\nDiscord: rustoria.co/discord\r\nFull rules: rustoria.co/vanilla/rules",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742563672,
"score": 0,
"last_online": 1742863829,
"icon": null,
"name": "Rustoria.co - EU Medium",
"connect": "185.248.134.159:28010",
"request": "185.248.134.159:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 230,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 96,
"add_date": 1728013121,
"last_update": 1742863829,
"banned": false,
"wipe": 1742483122,
"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/6150548");
$data = json_decode($json, true);
var_dump($data);