API für -O- (3) [KAR+BOTE] drei.zumblauenaffen.net/mods -O-
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286650781394961",
"domain": null,
"id": 11768872,
"ip": "178.104.50.64",
"port": 9777,
"query": 9778,
"project_id": null,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 2168680,
"owner": null,
"boosts": 1,
"last_offline": 1780934162,
"last_online": 1780961504,
"icon": null,
"name": "-O- (3) [KAR+BOTE] drei.zumblauenaffen.net/mods -O-",
"connect": "178.104.50.64:9777",
"request": "178.104.50.64:9778",
"map": "Heartland | [KAR + BOTE] Escala",
"gamemode": "Nuclear Option Server",
"version": "0.33.3_com.nikkorap.blueprinter-v1.8.19_--bote-v1.4.0_--kar-v1.1.0",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780934162,
"last_update": 1780961504,
"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": 84,
"language": "de",
"parked": false,
"app": {
"id": 1615382,
"steam_id": 2168680,
"name": "Nuclear Option",
"url": "nuclear-option"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11768872");
$data = json_decode($json, true);
var_dump($data);