Rust
[AU] RevRust 10x PvE Monthly RP|Skills|Heli Signals|RB के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/762537json
{
"response": {
"fps": 22,
"fps_avg": 22,
"entities_count": 218586,
"world_seed": 1337,
"world_size": 4800,
"steam_id": "90285639937172491",
"domain": null,
"id": 762537,
"ip": "51.161.199.81",
"port": 28015,
"query": 28016,
"color": 0,
"city": "North Sydney",
"description": "![[AU] RevRust 10x PvE Monthly RP|Skills|Heli Signals|RB](https://map.revrust.co/headerimages/RR10XPVEHEADER.png)\nJUST WIPED! 08/05\r\nJoin our Discord by clicking the view webpage button!\r\nRevolution Rust PvE 10x Gather & Loot - Monthly Wipes, Final 36 hour Purge where PVP is enabled!\r\nBeware of the NPCs that roam the monuments and kill the Bosses for their glue! \r\nStore your best loot in the bank to carry it over to the next wipe!\r\n- Custom Maps\r\n -Skill Tree \r\n-Space Event \r\n- Defendable Bases \r\n- Armored Train \r\n- Convoy \r\n- Jetpacks \r\n- Raidable Bases \r\n- Grid Power\r\n Server Events \r\n- Kits \r\n- Faster recycling \r\n- Furnace sorter \r\n- Quick Smelt \r\n- Backpacks \r\nVerified players get: \r\n- TP /home /bandit /outpost \r\n- Bigger backpacks \r\n- Starter & VIP kits \r\nUnlock VIP perks by playing on the server or \r\nCheck out revrust.co for VIP donator packages\r\n\r\nWe support the Dev community by buying our plugins from legitimate sources, so by playing on our servers you also support them too!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778538782,
"score": null,
"last_online": 1778556615,
"icon": null,
"name": "[AU] RevRust 10x PvE Monthly RP|Skills|Heli Signals|RB",
"connect": "51.161.199.81:28015",
"request": "51.161.199.81:28016",
"map": "Join Us Today",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 8,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1680789664,
"last_update": 1778556615,
"banned": false,
"wipe": 1778189792,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 530,
"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/762537");
$data = json_decode($json, true);
var_dump($data);