Rust
Rust2riches - RPG / PVE/ P2E / Earn CHAD के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11435746json
{
"response": {
"fps": 29,
"fps_avg": 29,
"entities_count": 111399,
"world_seed": 1329850613,
"world_size": 3750,
"steam_id": 90285738818322460,
"domain": null,
"id": 11435746,
"ip": "155.117.255.17",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Rust2Riches!\r\n A Play to Earn Crypto Server! \r\n Monthly wipes, 10x stacks, No Group Limit.\r\nPure PVE & RPG, raid protection, XP system, Raidable Bases & custom events.\r\nBuild mining farms for CHAD tokens, earn loot, join our friendly community!\r\nhttps://discord.gg/AuFYgzyvPz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778521980,
"score": 0,
"last_online": 1778785819,
"icon": null,
"name": "Rust2riches - RPG / PVE/ P2E / Earn CHAD",
"connect": "155.117.255.17:28015",
"request": "155.117.255.17:28014",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1774977203,
"last_update": 1778785819,
"banned": false,
"wipe": 1778177035,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1939,
"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/11435746");
$data = json_decode($json, true);
var_dump($data);