BattleGrounds 3x Monthly Solo/Duo/Trio/Quad için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 80950,
"world_seed": 1245011638,
"world_size": 3750,
"steam_id": "90286449739452423",
"domain": null,
"id": 10063352,
"ip": "108.74.19.235",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Port Saint Lucie",
"description": "\nWelcome to BattleGrounds Wipes On First Thursday Of Month@2pm Est \r\n CustomMap This Wipe Swamp Of Sorrows\r\n - 3x Gather Rate - Max Team: 4 - Custom Loot Tables\r\n - Tier 1 BPs unlocked - Fullbase Workbench - Faster Crafting/Faster Smelting\r\n - Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\n - Long Days & Short Nights - Automated Teaming Detection\r\n - Custom AntiCheat",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780247051,
"last_online": 1780553433,
"icon": null,
"name": "BattleGrounds 3x Monthly Solo/Duo/Trio/Quad",
"connect": "108.74.19.235:28015",
"request": "108.74.19.235:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1755187561,
"last_update": 1780553433,
"banned": false,
"wipe": 1778182227,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3214,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10063352");
$data = json_decode($json, true);
var_dump($data);