[EU] Hazard | X2 Vanilla+ | Quad | Biweekly | No BP Wipe के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 58,
"fps_avg": 57,
"entities_count": 88598,
"world_seed": 696969,
"world_size": 4000,
"steam_id": "90286529526810633",
"domain": null,
"id": 11606343,
"ip": "136.243.32.157",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Hazard | X2 Vanilla+ | Quad | Biweekly | No BP Wipe](https://i.imgur.com/A4ydbgX.jpeg)\n2X Gather | Vanilla+ | PVP | Quad Teams | No BP Wipes | Monthly | Active Admins | discord.gg/DPKn5GDZmz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780422255,
"last_online": 1780596028,
"icon": null,
"name": "[EU] Hazard | X2 Vanilla+ | Quad | Biweekly | No BP Wipe",
"connect": "136.243.32.157:28010",
"request": "136.243.32.157:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779915468,
"last_update": 1780596028,
"banned": false,
"wipe": 1780422236,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 895,
"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/11606343");
$data = json_decode($json, true);
var_dump($data);