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/6463408
json
{
"response": {
"fps": 141,
"fps_avg": 140,
"world_seed": 2081542445,
"world_size": 3250,
"entities_count": 53701,
"id": 6463408,
"ip": "185.189.255.245",
"port": 36010,
"query": 36010,
"owner_name": "xredkox",
"owner_avatar": "no.jpg",
"color": 0,
"description": "\nRust Team # 1\r\n > Мультиплеерная выживальческая игра,\r\n > где игроки могут строить и защищать свои базы,\r\n > Cражаться друг с другом и выживать в суровом мире после апокалипсиса.\r\n > и другие...\r\nWargmClaim282230\r\n[RT1] Rust Team #1 VANILLA TITANS || max 5 || 2025",
"game": 252490,
"owner": 98995,
"boosts": 1,
"last_offline": 1744468074,
"score": 5,
"last_online": 1744965021,
"icon": null,
"name": "[RT 1] Rust Team #1 TITANS || max 5 || 2025",
"connect": "185.189.255.245:36000",
"request": "185.189.255.245:36010",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 9,
"points": 109,
"add_date": 1730156942,
"last_update": 1744965021,
"banned": false,
"wipe": 1743841748,
"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": {
"username": "xredkox",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6463408");
$data = json_decode($json, true);
var_dump($data);