Soulmask
API für Anubis-Zockerbude
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11385017json
{
"response": {
"steam_id": 90284228223092750,
"domain": null,
"id": 11385017,
"ip": "193.135.10.52",
"port": 16002,
"query": 16001,
"color": 0,
"city": "Wolfsburg",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1775847727,
"score": 0,
"last_online": 1776003695,
"icon": null,
"name": "Anubis-Zockerbude",
"connect": "193.135.10.52:16002",
"request": "193.135.10.52:16001",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596160,
"last_update": 1776003695,
"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": 425,
"language": "de",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11385017");
$data = json_decode($json, true);
var_dump($data);