Rust
API for #1 CrystalRUST X50 MAX3 FREE VIP!
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. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6741573json
{
"response": {
"fps": 58,
"fps_avg": 58,
"entities_count": 91422,
"world_seed": 242714261,
"world_size": 4000,
"steam_id": "90284169314459651",
"domain": null,
"id": 6741573,
"ip": "5.149.155.199",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Kommunar",
"description": "\nДобро пожаловать на сервер CrystalRUST x50-x100 SOLO/DUO/TRIO\r\n•Максимальное количество игроков в одной команде - 3\r\n•Рейты на добычу ресурсов/компонентов X50-X100\r\n•За приписку к нику #CRYSTALRUST получи бонусный кит\r\n•Моментальный крафт •Верстак по всей билде\r\n•Вайп по вторникам и пятницам в 12:00\r\n\r\nМагазин - crystalrust.gamestores.app\r\nTelegram - https://t.me/CrystalRustx5 \r\nДискорд - discord.gg/MK7w2rbv6w \r\nГруппа ВК - vk.com/crystalrustx50",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775811725,
"score": 0,
"last_online": 1775881818,
"icon": null,
"name": "#1 CrystalRUST X50 MAX3 FREE VIP!",
"connect": "5.149.155.199:28015",
"request": "5.149.155.199:28017",
"map": "Procedural Map+",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1732630299,
"last_update": 1775881818,
"banned": false,
"wipe": 1775811648,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3145,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6741573");
$data = json_decode($json, true);
var_dump($data);