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/7980662
json
{
"response": {
"fps": 88,
"fps_avg": 86,
"world_seed": 1440398438,
"world_size": 4500,
"entities_count": 144075,
"id": 7980662,
"ip": "92.222.138.223",
"port": 24138,
"query": 24138,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nWelcome to Rusty Sheep 2.0\r\n\r\nRusty Sheep 2.0 offers a balanced and enjoyable Rust experience with the following features:\r\n\r\n•50% Upkeep: Lower upkeep costs so you can spend more time playing and less time maintaining your base.\r\n\r\n•No BP Wipes: Keep your blueprints permanently—no more worrying about losing progress.\r\n\r\n•Monthly Map Wipes: The map is wiped every month, providing a fresh start while keeping the experience exciting and fair for all players.\r\n\r\n•Active Community: Join a lively and engaged community of players who are always ready to team up, trade, or fight for dominance.\r\n\r\n•Fair Admin: Our admins are committed to keeping the server fair and fun for everyone.\r\n\r\n•Occasional Events: We host special events to keep things interesting and add some variety to the gameplay.\r\n\r\n•Discord Updates: Stay informed with the latest server changes, updates, and announcements in our Discord.\r\n\r\nRusty Sheep 2.0 is built for players who want a stable and engaging Rust experience. Whether you're new to the game or a seasoned veteran, you'll find a place here. \r\n\r\nSee you in-game!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743466049,
"score": 0,
"last_online": 1743528658,
"icon": null,
"name": "Rusty Sheep 2.0 | 50% Upkeep | No Bp Wipe",
"connect": "92.222.138.223:24137",
"request": "92.222.138.223:24138",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 4,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741105890,
"last_update": 1743528658,
"banned": false,
"wipe": 1741287756,
"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/7980662");
$data = json_decode($json, true);
var_dump($data);