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/340366
json
{
"response": {
"fps": 27,
"fps_avg": 25,
"world_seed": 67830,
"world_size": 4500,
"entities_count": 260170,
"id": 340366,
"ip": "208.103.169.97",
"port": 28010,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWipe Schedule:\r\n\\tMap - Thursdays @ 3PM EST, 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": 1743703727,
"score": 5,
"last_online": 1744959024,
"icon": null,
"name": "Rustoria.co - US Main",
"connect": "208.103.169.97:28010",
"request": "208.103.169.97:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 577,
"maxplayers": 625,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1593278399,
"last_update": 1744959024,
"banned": false,
"wipe": 1744916587,
"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/340366");
$data = json_decode($json, true);
var_dump($data);