Rust
Odyssey Rust 1.5X|Monthly|Shared BPs|Clans|Offline protection|S के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11189256json
{
"response": {
"fps": 83,
"fps_avg": 87,
"entities_count": 104768,
"world_seed": 1428843166,
"world_size": 4250,
"steam_id": "90285208084414495",
"domain": null,
"id": 11189256,
"ip": "157.250.193.154",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Secaucus",
"description": "\n-2X PVP\r\n-Friday Wipes\r\n-Leaderboard\r\n-Skinbox with Custom Skins\r\n-Kits\r\n-Procedural Map\r\n-No Group limits\r\n-Clan menu\r\n-Custom Vehicles\r\n-Faster smelt\r\n-Furnace Splitter\r\n-Events\r\n-Weekly BP wipe\r\n-Faster Recycler",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776530604,
"score": 0,
"last_online": 1777688424,
"icon": null,
"name": "Odyssey Rust 1.5X|Monthly|Shared BPs|Clans|Offline protection|S",
"connect": "157.250.193.154:28015",
"request": "157.250.193.154:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699039,
"last_update": 1777688424,
"banned": false,
"wipe": 1775152051,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4565,
"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/11189256");
$data = json_decode($json, true);
var_dump($data);