Valheim
API für Sunshine Progress Season 09 discord.gg/VSPYkATZJ7
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11264057json
{
"response": {
"steam_id": "90283841946610692",
"domain": null,
"id": 11264057,
"ip": "84.211.56.190",
"port": 5457,
"query": 5458,
"color": 0,
"city": "Oslo",
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1775150534,
"score": 0,
"last_online": 1776437449,
"icon": null,
"name": "Sunshine Progress Season 09 discord.gg/VSPYkATZJ7",
"connect": "84.211.56.190:5457",
"request": "84.211.56.190:5458",
"map": "Sunshine Progress Season 09 dis",
"gamemode": null,
"version": "0.221.12",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": true,
"country": "NO",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774555371,
"last_update": 1776437449,
"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": 218,
"language": "no",
"parked": false,
"app": {
"id": 34967,
"steam_id": 892970,
"name": "Valheim",
"url": "valheim"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11264057");
$data = json_decode($json, true);
var_dump($data);