[JFF] RPG Overhaul | Events | Quests | Raids | AH | World के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 101,
"fps_avg": 107,
"entities_count": 205911,
"world_seed": 1,
"world_size": 6000,
"steam_id": "90286581257038859",
"domain": null,
"id": 11677537,
"ip": "172.240.47.83",
"port": 25601,
"query": 25576,
"color": 0,
"city": "Ashburn",
"description": "![[JFF] RPG Overhaul | Events | Quests | Raids | AH | World](https://www.dropbox.com/scl/fi/hfcztca9x9z9or8tydq7e/rust.banner.png?rlkey=h7itmvu9gu7d1wjzol99wpzhw&st=dpptm002&dl=1)\nWelcome to Just For Fun! A custom RPG experience built for players who want more than vanilla Rust.\r\n\r\nFeatures:\r\n- RPG Suite: Level up, earn XP, and spend Attribute Points to build your character\r\n- Skills System: Unlock and upgrade active & passive skills\r\n- Player Economy: Earn coins, trade on the Player Market, and shop at the in-game Shop\r\n- Custom Airdrops & Events: Special loot events throughout the wipe\r\n- Monthly Wipes: Fresh map every month\r\n\r\nRules:\r\n- No racism or hate speech\r\n- No cheating or exploiting\r\n- Have fun and respect other players - [RS-6be824ec]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780216215,
"last_online": 1780561834,
"icon": null,
"name": "[JFF] RPG Overhaul | Events | Quests | Raids | AH | World",
"connect": "172.240.47.83:25601",
"request": "172.240.47.83:25576",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216215,
"last_update": 1780561834,
"banned": false,
"wipe": 1779141077,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5958,
"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/11677537");
$data = json_decode($json, true);
var_dump($data);