[WRB] WORK RUST BALANCE | 2x Gather | 50% Upkeep | Raid Timer के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 239,
"fps_avg": 234,
"entities_count": 34483,
"world_seed": 1337,
"world_size": 2500,
"steam_id": "90286626974490653",
"domain": null,
"id": 11305053,
"ip": "116.202.218.236",
"port": 28015,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": "![[WRB] WORK RUST BALANCE | 2x Gather | 50% Upkeep | Raid Timer](https://image2url.com/r2/default/images/1773911573494-2b6f2783-438d-4c68-88b2-f567aadfdfb8.jpg)\n\r\nWelcome to Work-Rust-Balance!Come in and let's have fun!Vanilla server with custom map and minimal modifications:- Gather x2- 50% upkeep- Raid TimerFor more infos type /info in ingame chat!We are a fun bunch and welcome every player. Whether beginner or experienced, everyone is welcome.On our Discord server we are always open to good ideas and change suggestions, so everyone can have a say in where the journey should go. :)We mostly design the maps ourselves, here fun is the top priority!So join us. We look forward to seeing you!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779264182,
"last_online": 1780663236,
"icon": null,
"name": "[WRB] WORK RUST BALANCE | 2x Gather | 50% Upkeep | Raid Timer",
"connect": "116.202.218.236:28015",
"request": "116.202.218.236:27015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592877,
"last_update": 1780663236,
"banned": false,
"wipe": 1780596654,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4445,
"language": "de",
"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/11305053");
$data = json_decode($json, true);
var_dump($data);