Rust
[GUA] UKRAINE | DUO | X2 | MAP WIPE 20.04 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10740336json
{
"response": {
"fps": 193,
"fps_avg": 205,
"entities_count": 61926,
"world_seed": 1189906285,
"world_size": 2700,
"steam_id": "90284721992254474",
"domain": null,
"id": 10740336,
"ip": "51.77.37.169",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Warsaw",
"description": "![[GUA] UKRAINE | DUO | X2 | MAP WIPE 20.04](https://7z8pi75.gua.pub/site/poster.png)\n[GUA] DUO X2\r\n --------------------[UK]--------------------\r\n Вайп мапи був 20.04.2026 в 17:00\r\n Наступний глобал вайп буде 27.04.2026 в 17:00\r\n\r\n Характеристики:\r\n - напів-класичний сервер\r\n - максимум в групі два гравця\r\n - заборонено коаліції, сімї\r\n - х2 добування\r\n - х2 компоненти\r\n - Прискорені переобники/плавлення/крафт\r\n - меню сервера: /info\r\n --------------------[EN]--------------------\r\n Wipe maps was 20.04.2026 - 17:00\r\n Following global wipe will be 27.04.2026 - 17:00\r\n\r\n Features:\r\n - semi-classical server\r\n - maximum two players in a group\r\n - coalitions, families are prohibited\r\n - x2 extraction\r\n - x2 components\r\n - Accelerated processors/smelting/crafting\r\n - server menu: /info\r\n -------------------------------------------\r\n SITE - gua.pub\r\n DISCORD - discord.gg/guarust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1772739748,
"score": 0,
"last_online": 1776823219,
"icon": null,
"name": "[GUA] UKRAINE | DUO | X2 | MAP WIPE 20.04",
"connect": "51.77.37.169:28015",
"request": "51.77.37.169:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1766250684,
"last_update": 1776823219,
"banned": false,
"wipe": 1776693615,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1644,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10740336");
$data = json_decode($json, true);
var_dump($data);