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/7468707
json
{
"response": {
"fps": 48,
"fps_avg": 49,
"world_seed": 561321969,
"world_size": 4250,
"entities_count": 120829,
"id": 7468707,
"ip": "37.27.235.111",
"port": 28001,
"query": 28001,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nPerfectly modded server for faster building and quality of life improvements!\r\n\r\n- Weekly wipes on Fridays at 5 pm Helsinki time or when forced\r\n- x1000 Gather rate\r\n- Instant craft, All BPs unlocked\r\n- MyMini, no fuel needed\r\n- Teleport + homes\r\n- Best Raidable Bases\r\n- Skinbox\r\n- Rust+ raid alarm notifications\r\n- Autodoors, Base repair, Sign artist, Bgrade and lots more!\r\n- Max group size is 5\r\n\r\n- Join our Discord at discord.crazyworld.fi\r\n- For more info check out our website crazyworld.fi\r\n- Get your VIP perks at shop.crazyworld.fi",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743480440,
"score": 0,
"last_online": 1743525653,
"icon": null,
"name": "CrazyWorld - 1000x|Insta Craft|no BPs|MyMini|Homes+TP",
"connect": "37.27.235.111:28000",
"request": "37.27.235.111:28001",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234853,
"last_update": 1743525653,
"banned": false,
"wipe": 1743177424,
"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/7468707");
$data = json_decode($json, true);
var_dump($data);