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/7286937
json
{
"response": {
"fps": 73,
"fps_avg": 71,
"world_seed": 1964843678,
"world_size": 4250,
"entities_count": 87065,
"id": 7286937,
"ip": "65.21.232.55",
"port": 20511,
"query": 20511,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[EU] ABС RUST 1.5X NOOB FRIENDLY X1.5 NOLIM JUST WIPE 07.04](https://pictures.alkad.org/images/2025/01/21/KARTINKA-RAST.png)\n\r\nWelcome to [EU] ABC RUST | 1.5X | NOOB FRIENDLY | X1.5 | NOLIMIT |\r\nconnect 65.21.232.55:20510\r\nhttps://discord.gg/TbEZaUXAaf\r\nBiweekly, no BP\r\n•1.5x Gather Rates\r\n•Upkeep 50%\r\n•In vending machines, the recovery time for goods has been reduced\r\n•1.5x Crafting Speed\r\n•1.5x Smelting Speed\r\n•1.5x Components and Scrap\r\n•1.5x Recycler\r\n•Recyclers at additional monuments\r\n•Long Days and Short Nights\r\n•Group Limit: No limit\r\n•Active Staff\r\n•Free DLC build skins /bskin\r\n•Free skins /skinbox\r\nOn our server we provide the best Rust gameplay!\r\n-------------------------------------\r\nДобро пожаловать в [EU] ABС RUST |1.5X|NOOB FRIENDLY|1.5Х|NOLIMIT|\r\nConnect 65.21.232.55:20510\r\nДискорд https://discord.gg/TbEZaUXAaf\r\nВайп 1раз в две недели. Изучения не сбрасываются\r\n•1.5х скорость сбора\r\n•Содержание дома 50%\r\n•Уменьшено время восстановления в торговых автоматах на товары\r\n•1.5х Скорость крафта\r\n•1.5х Скорость плавки\r\n•1.5х Выпадение компонентов и скрапа\r\n•1.5х Скорость переработчика\r\n•Переработчики в рыбацких деревнях, нефтяных вышках, карго\r\n•Дли",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744021089,
"score": 5,
"last_online": 1744131061,
"icon": null,
"name": "[EU] ABС RUST 1.5X NOOB FRIENDLY X1.5 NOLIM JUST WIPE 07.04",
"connect": "65.21.232.55:20510",
"request": "65.21.232.55:20511",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2585",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1736703966,
"last_update": 1744131061,
"banned": false,
"wipe": 1744021324,
"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/7286937");
$data = json_decode($json, true);
var_dump($data);