API für 4Netplayers - Apokalypse Woellstein
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11695750,
"ip": "85.14.210.13",
"port": 21000,
"query": 21000,
"color": 0,
"city": "Düsseldorf",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1780225861,
"last_online": 1780336973,
"icon": null,
"name": "4Netplayers - Apokalypse Woellstein",
"connect": "85.14.210.13:21000",
"request": "85.14.210.13:21000",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": null,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780225861,
"last_update": 1780336973,
"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": 134,
"language": "de",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11695750");
$data = json_decode($json, true);
var_dump($data);