Beyond The Wire
API für (WTH) Wolves of War | 80 Bots | No Firefight | Discord.gg/WTH
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10555489json
{
"response": {
"steam_id": "90283246736283653",
"domain": null,
"id": 10555489,
"ip": "84.200.135.9",
"port": 7791,
"query": 27169,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1058650,
"owner": null,
"boosts": 1,
"last_offline": 1774458718,
"score": 0,
"last_online": 1776399014,
"icon": null,
"name": "(WTH) Wolves of War | 80 Bots | No Firefight | Discord.gg/WTH",
"connect": "84.200.135.9:7791",
"request": "84.200.135.9:27169",
"map": "Cantigny Assault 1918 AEF vs GE",
"gamemode": "Assault",
"version": "1.1.2.129493",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 92,
"add_date": 1762523454,
"last_update": 1776399014,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1,
"language": "de",
"parked": false,
"app": {
"id": 1569955,
"steam_id": 1058650,
"name": "Beyond The Wire",
"url": "beyond-the-wire"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10555489");
$data = json_decode($json, true);
var_dump($data);