Blood & Scrap Balkan के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 173,
"fps_avg": 197,
"entities_count": 47359,
"world_seed": 12345,
"world_size": 3000,
"steam_id": "90286083807283206",
"domain": null,
"id": 11510759,
"ip": "136.243.54.152",
"port": 2228,
"query": 2229,
"color": 0,
"city": "Falkenstein",
"description": "\n\r\n▶ High Performance Balkan Server\r\n▶ Active Staff 24/7 | Anti-Cheat\r\n▶ Custom Loot Tables & Events\r\n▶ TP | Home | Clans\r\n▶ Shared BP & Auto Auth\r\n▶ Improved Stack Size\r\n▶ Monthly Wipes\r\n▶ Optimized FPS & No Lag\r\n▶ Raid Bases & PvP Arenas\r\n▶ Friendly Balkan Community\r\n▶ No Admin Abuse\r\n▶ Solo | Duo | Trio",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779353832,
"last_online": 1780636228,
"icon": null,
"name": "Blood & Scrap Balkan",
"connect": "136.243.54.152:2228",
"request": "136.243.54.152:2229",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353832,
"last_update": 1780636228,
"banned": false,
"wipe": 1779397423,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4725,
"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/11510759");
$data = json_decode($json, true);
var_dump($data);