Future Rust 2x के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 55,
"fps_avg": 55,
"entities_count": 114634,
"world_seed": 1586544950,
"world_size": 4500,
"steam_id": "90286425860517912",
"domain": null,
"id": 11502471,
"ip": "66.51.96.65",
"port": 28040,
"query": 28041,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Future Rust 2x\r\nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers! \r\n - 3x Gather Rates \r\n - 3x Crafting Speed \r\n - 3x Components and Scrap \r\n - Recyclers at additional monuments \r\n - Custom High Performance Maps \r\n - Extended Workbench range \r\n - Tier 1 BPs unlocked \r\n - Long Days & Short Nights \r\n - Group Limit: 3 \r\n - Active Staff \r\n - Fast Smelt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780196031,
"last_online": 1780639231,
"icon": null,
"name": "Future Rust 2x",
"connect": "66.51.96.65:28040",
"request": "66.51.96.65:28041",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1780639231,
"banned": false,
"wipe": 1778212984,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4657,
"language": "en",
"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/11502471");
$data = json_decode($json, true);
var_dump($data);