API für Hausimausi Vrising Server :3
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90285953660433435",
"domain": null,
"id": 11750844,
"ip": "91.37.170.173",
"port": 9876,
"query": 9877,
"color": 0,
"city": "Nordhorn",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780571008,
"last_online": 1780533160,
"icon": null,
"name": "Hausimausi Vrising Server :3",
"connect": "91.37.170.173:9876",
"request": "91.37.170.173:9877",
"map": "VRisingWorld",
"gamemode": "f0ffa73a-5577-4f35-99ff-a98072af4f34",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780519145,
"last_update": 1780571008,
"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": 4635,
"language": "de",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11750844");
$data = json_decode($json, true);
var_dump($data);