[GR/ENG] Olympus 2x Solo/Duo/Trio LARGE|Loot X2| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 120,
"fps_avg": 125,
"entities_count": 91057,
"world_seed": 1547453253,
"world_size": 4000,
"steam_id": "90286247443537923",
"domain": null,
"id": 11511352,
"ip": "65.109.51.157",
"port": 60415,
"query": 60417,
"color": 0,
"city": "Helsinki",
"description": "![[GR/ENG] Olympus 2x Solo/Duo/Trio LARGE|Loot X2|](https://i.ibb.co/S7yxSsnz/c9dd5520-6a84-4133-97db-f5723d8e2095.png)\n▶Max Group: 3\r\n▶2x Gather Rates|2x Crafting Speed|2x Components\r\n▶LARGE High Performance Custom Maps\r\n▶Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n▶Custom Improved Loot Tables\r\n▶BP Clan Sharing\r\n▶TP & Home\r\n▶Automatic Auth Share|TC|Code Lock|AutoTurret\r\n▶Increased stack size",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780606411,
"last_online": 1780238435,
"icon": null,
"name": "[GR/ENG] Olympus 2x Solo/Duo/Trio LARGE|Loot X2|",
"connect": "65.109.51.157:60415",
"request": "65.109.51.157:60417",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353841,
"last_update": 1780606411,
"banned": false,
"wipe": 1778750125,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11450,
"language": "fi",
"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/11511352");
$data = json_decode($json, true);
var_dump($data);