[GER]DuKs#1 Anfängerfreundlich - PVP, low Upkeep, Raid Times के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 40,
"fps_avg": 40,
"entities_count": 96022,
"world_seed": 6738,
"world_size": 4000,
"steam_id": "90286579132873754",
"domain": null,
"id": 9526992,
"ip": "84.200.132.153",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[GER]DuKs#1 Anfängerfreundlich - PVP, low Upkeep, Raid Times](https://rust.duks-gaming.com/imagestorage/HeaderImage_1.png)\nWelcome to our server! [GER]DuKs#1 Anfängerfreundlich - PVP, low Upkeep, Raid Times\r\n\r\nMap-Wipe every 1 .Thursday of the month and after two weeks -> No Blueprint Wipes!!\r\n-> Beginner-friendly: The community and admins provide support if you have any questions or problems\r\n\r\nVisit us on our Discord (Duks-discord.de / discord.gg/npRA3s6) or our homepage (www.duks-gaming.de)\r\nVIP (Skip-Queue) available at: https://duksgaming.craftingstore.net/ \r\n\r\nFor help, support and general things, just talk to us on the Discord \r\nServer restart, daily 05:00 (CET)\r\n\r\n-> Chat language: German (English for all other languages!)\r\n-> No base takeover | TCs set during a raid must be demolished\r\n-> Raid-Times - No Raids outside of permitted times!\r\n-> Hacking, bugusing and racism will be punished with a ban!\r\n-> Admins help (if possible) with demolition and construction help\r\n\r\nAlso note the further information via !Rules, !Info or !Help",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780542269,
"last_online": 1780545628,
"icon": null,
"name": "[GER]DuKs#1 Anfängerfreundlich - PVP, low Upkeep, Raid Times",
"connect": "84.200.132.153:28015",
"request": "84.200.132.153:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537871,
"last_update": 1780545628,
"banned": false,
"wipe": 1779386164,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3015,
"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/9526992");
$data = json_decode($json, true);
var_dump($data);