Bustabar NA PvP - No Wipe - Raid Protection के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 116602,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286406569382914",
"domain": null,
"id": 10661698,
"ip": "208.73.205.198",
"port": 28008,
"query": 28010,
"color": 0,
"city": "Secaucus",
"description": "Welcome, to Bustabar No Wipe \r\n \r\n* We have 3 servers. NA PvP, EU PvP, & NA PvE, all No Wipe. \r\n \r\n* We map wipe when we as a community vote to, with all modded progression transferring to the next map. Average Map Lifespan, 2-3 Months \r\n \r\n* Backpack contents transfer maps & cannot be looted by others. \r\n \r\n* We're running over 100 mods, too much to list here. \r\n \r\n* Join today, check us out, view our information panel for more insight into the community. \r\n \r\n* Hope you enjoy & that we see you again!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778337184,
"last_online": 1780219232,
"icon": null,
"name": "Bustabar NA PvP - No Wipe - Raid Protection",
"connect": "208.73.205.198:28008",
"request": "208.73.205.198:28010",
"map": "Bustabar Custom NAPvP",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1764544785,
"last_update": 1780219232,
"banned": false,
"wipe": 1775152795,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4019,
"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/10661698");
$data = json_decode($json, true);
var_dump($data);