Rust
API for MIRAGE RUST | MAIN 2x | Wipe 10.04
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/6596438json
{
"response": {
"fps": 25,
"fps_avg": 24,
"entities_count": 293333,
"world_seed": 1337,
"world_size": 3850,
"steam_id": "90284181205196814",
"domain": null,
"id": 6596438,
"ip": "185.189.255.143",
"port": 35000,
"query": 35002,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"3rax0xcp1\",\"type\":\"image\",\"data\":{\"caption\":\"MIRAGE RUST | MAIN 2x | Wipe 20.06\",\"withBorder\":false,\"withBackground\":false,\"stretched\":true,\"file\":{\"url\":\"https://i.imgur.com/9E5s9ex.jpeg\"}}},{\"id\":\"m8krgfkhr\",\"type\":\"paragraph\",\"data\":{\"text\":\"Посмотрел название? Отично! \\nНаши характеристики: \"}},{\"id\":\"sbljxcd3o\",\"type\":\"list\",\"data\":{\"style\":\"unordered\",\"items\":[\"Ускоренные печки и крафт \",\"Улучшенная процедурная карта 3700 \",\"Не ограниченное кол-во игроков в команде \",\"Весь вторичный лут удалён — на дорогах только компоненты.\",\"Улучшенная подводная экосистема ресурсов \"]}},{\"id\":\"vn6axba4s\",\"type\":\"paragraph\",\"data\":{\"text\":\"Вайп карты: каждую пятницу в 16:00 \\nВайп рецептов: каждые 2 недели, начиная с 1 вайпа. \"}},{\"id\":\"2q6o7x2i0\",\"type\":\"paragraph\",\"data\":{\"text\":\"Прочитал теорию? Давай закрепляй на практике.\"}},{\"id\":\"hbctrfkta\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сайт: https://miragerust.com\\nDiscord: https://discord.gg/miragerust\"}}]",
"game": 252490,
"owner": 112066,
"boosts": 1,
"last_offline": 1775827323,
"score": 3,
"last_online": 1775861409,
"icon": null,
"name": "MIRAGE RUST | MAIN 2x | Wipe 10.04",
"connect": "185.189.255.143:35000",
"request": "185.189.255.143:35002",
"map": "Procedural+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 489,
"maxplayers": 575,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 157,
"add_date": 1731287787,
"last_update": 1775861409,
"banned": false,
"wipe": 1775829600,
"official": null,
"wipe_period": "weekly",
"next_wipe": 1776434400,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 23,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "jargonqwi",
"avatar": "83b04852-209c-4f6c-8490-8030245b77fb.jpg",
"last_online": 1771701797
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6596438");
$data = json_decode($json, true);
var_dump($data);