Rust
#3 BroRust X50/X100|G WIPE 18.04|MAX5|NoBP|Loot+|Copter के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11260716json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 118141,
"world_seed": 31804,
"world_size": 4300,
"steam_id": "90284719255914522",
"domain": null,
"id": 11260716,
"ip": "109.248.4.156",
"port": 28015,
"query": 30000,
"color": 0,
"city": "Moscow",
"description": "\nNo Lags - Best Hardware!\r\nPrivate AntiCheat!\r\nBroRust #3 X50/X100 | MAX5 | WIPE 18.04 | NoBPs\r\nДобавь в ник BroRust и получи /kit daily и 50 рублей бонуса!\r\nРесурсы X50/X100 (X50/X100 RATES), Лут X10/X20 (LOOT X10/X20)\r\nНе нужны верстаки (NO WORKBENCH), Не нужны карты (NO RT PUZZLES)!\r\n\r\nSite: BroRust.com\r\nГруппа VK: vk.com/brorustsrv\r\nDiscord: Dc.BroRust.com\r\nTelegram: t.me/brorust\r\nSteam: Steam.BroRust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776132114,
"score": 2.3,
"last_online": 1776763809,
"icon": null,
"name": "#3 BroRust X50/X100|G WIPE 18.04|MAX5|NoBP|Loot+|Copter",
"connect": "109.248.4.156:28015",
"request": "109.248.4.156:30000",
"map": "BroRust Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 174,
"maxplayers": 190,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 113,
"add_date": 1774555202,
"last_update": 1776763809,
"banned": false,
"wipe": 1776506313,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 72,
"language": "ru",
"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/11260716");
$data = json_decode($json, true);
var_dump($data);