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/5967826
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"world_seed": 69262,
"world_size": 4250,
"entities_count": 271005,
"id": 5967826,
"ip": "64.40.8.16",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWipe Schedule:\r\n\\tMap - Bi-Weekly on 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": 1742622459,
"score": 0,
"last_online": 1742863827,
"icon": null,
"name": "Rustoria.co - US Medium",
"connect": "64.40.8.16:28010",
"request": "64.40.8.16:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 185,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1726423422,
"last_update": 1742863827,
"banned": false,
"wipe": 1742497452,
"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/5967826");
$data = json_decode($json, true);
var_dump($data);