[EU] Bandora 2x | FIRST BLOOD LIVE NOW | Events | ORP için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 118,
"fps_avg": 117,
"entities_count": 62081,
"world_seed": 425381,
"world_size": 3500,
"steam_id": "90286604772253708",
"domain": null,
"id": 11500985,
"ip": "136.243.70.50",
"port": 28055,
"query": 28057,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Bandora 2x | FIRST BLOOD LIVE NOW | Events | ORP](https://i.imgur.com/Qcpu3lY.png)\nFirst Blood is live now. Fresh Bandora wipe | 2x Gather | Sulfur x1 | Offline Raid Protection | Leaderboard | Most Wanted Event | Daily Rewards | Vote Rewards | Active Admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780602033,
"icon": null,
"name": "[EU] Bandora 2x | FIRST BLOOD LIVE NOW | Events | ORP",
"connect": "136.243.70.50:28055",
"request": "136.243.70.50:28057",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207166,
"last_update": 1780602033,
"banned": false,
"wipe": 1780598265,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4319,
"language": "de",
"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/11500985");
$data = json_decode($json, true);
var_dump($data);