Soulmask
API für [EU] Acrogaming | 3x | PVE | SHIFTING_SANDS
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11488782json
{
"response": {
"steam_id": "90284241790781455",
"domain": null,
"id": 11488782,
"ip": "135.125.133.125",
"port": 5524,
"query": 27017,
"color": 0,
"city": "Limburg an der Lahn",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1775822507,
"score": 0,
"last_online": 1776010242,
"icon": null,
"name": "[EU] Acrogaming | 3x | PVE | SHIFTING_SANDS",
"connect": "135.125.133.125:5524",
"request": "135.125.133.125:27017",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 5,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1775822507,
"last_update": 1776010242,
"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": 204,
"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/11488782");
$data = json_decode($json, true);
var_dump($data);