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/6349255
json
{
"response": {
"fps": 289,
"fps_avg": 272,
"world_seed": 121315421,
"world_size": 4000,
"entities_count": 191108,
"id": 6349255,
"ip": "185.189.255.130",
"port": 10010,
"query": 10010,
"owner_name": "arturmagicow",
"owner_avatar": "no.jpg",
"color": 0,
"description": "![MAGIC RUST #22 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 3.01](https://content.magicrust.ru/images/server/server_banner.png)\nЛимит игроков в команде: без лимита\r\n\r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов x2\r\n• Скорость крафта x2\r\n\r\nВайп карты: каждые две недели, начиная с первого вайпа в 14:00\r\nВайп рецептов: один раз в месяц",
"game": 252490,
"owner": 100256,
"boosts": 1,
"last_offline": 1744592769,
"score": 0,
"last_online": 1744964421,
"icon": null,
"name": "MAGIC RUST #22 [ NOLIMIT | VANILLA X2 | FRIDAY ] Wipe 17.01",
"connect": "185.189.255.130:10000",
"request": "185.189.255.130:10010",
"map": "Procedural Plus",
"gamemode": "VANILLA X2",
"version": "2585",
"numplayers": 53,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 99,
"add_date": 1729684931,
"last_update": 1744964421,
"banned": false,
"wipe": 1743761255,
"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": "arturmagicow",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6349255");
$data = json_decode($json, true);
var_dump($data);