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/4666510
json
{
"response": {
"fps": 15,
"fps_avg": 13,
"world_seed": 49526,
"world_size": 4250,
"entities_count": 348614,
"id": 4666510,
"ip": "15.235.160.9",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWipe Schedule:\r\n\\tMap - Monthly @ Force\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": 1743984545,
"score": 0,
"last_online": 1744129950,
"icon": null,
"name": "Rustoria.co - SEA Long",
"connect": "15.235.160.9:28010",
"request": "15.235.160.9:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 267,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1717669139,
"last_update": 1744129950,
"banned": false,
"wipe": 1743703101,
"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/4666510");
$data = json_decode($json, true);
var_dump($data);