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/7596135
json
{
"response": {
"fps": 196,
"fps_avg": 195,
"world_seed": 49720773,
"world_size": 3600,
"entities_count": 88997,
"id": 7596135,
"ip": "80.75.221.5",
"port": 9001,
"query": 9001,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[LATAM] ZONA GAMER | X2 | Solo/Duo/Trio | PvP | NoBpWipe |](https://i.imgur.com/HKaDtck.jpeg)\nBienvenidos a Zona Gamer Rust\r\nServidor Latino!\r\n\r\n Especificaciones:\r\n - x2 Gathering Ores/Wood\r\n - MaxTeam: 3\r\n - No Bp Wipe\r\n - Anti Cheat + Anti DDos\r\n - Active (Non-Playing) Admins\r\n - Packs VIP+ (use of /skinbox /bskin /mymini)\r\n - Rust+ App Alerts On! \r\n\r\n Server Wipes:\r\n - Map Wipes 1rst Thursday every 15 days\r\n - Bluprints No Wipe (Only Forced)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743703722,
"score": 0,
"last_online": 1744131056,
"icon": null,
"name": "[LATAM] ZONA GAMER | X2 | Solo/Duo/Trio | PvP | NoBpWipe |",
"connect": "80.75.221.5:10001",
"request": "80.75.221.5:9001",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 11,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1739467172,
"last_update": 1744131056,
"banned": false,
"wipe": 1743708804,
"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/7596135");
$data = json_decode($json, true);
var_dump($data);