MORDHAU
API für -------------------------------Maui The Cat's Server-----------
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10432080json
{
"response": {
"steam_id": "90282913040410653",
"domain": null,
"id": 10432080,
"ip": "83.223.203.146",
"port": 29600,
"query": 29615,
"color": 0,
"city": "Reston",
"description": null,
"game": 629760,
"owner": null,
"boosts": 1,
"last_offline": 1773504132,
"score": 0,
"last_online": 1776195642,
"icon": null,
"name": "-------------------------------Maui The Cat's Server-----------",
"connect": "83.223.203.146:29600",
"request": "83.223.203.146:29615",
"map": "Hochland",
"gamemode": "Mordhau",
"version": "702625635",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759829277,
"last_update": 1776195642,
"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": 41,
"language": "en",
"parked": false,
"app": {
"id": 51451,
"steam_id": 629760,
"name": "MORDHAU",
"url": "mordhau"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10432080");
$data = json_decode($json, true);
var_dump($data);