Kingdom of Atham: Crown of the Champions
API für (PvE) US West #2 by G-Portal.com
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/8306215json
{
"response": {
"steam_id": "90284500956514321",
"domain": null,
"id": 8306215,
"ip": "66.94.115.197",
"port": 31500,
"query": 31515,
"color": 0,
"city": "Seattle",
"description": null,
"game": 1676380,
"owner": null,
"boosts": 1,
"last_offline": 1776182517,
"score": 0,
"last_online": 1776354183,
"icon": null,
"name": "(PvE) US West #2 by G-Portal.com",
"connect": "66.94.115.197:31500",
"request": "66.94.115.197:31515",
"map": null,
"gamemode": "Unreal Test!",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743323380,
"last_update": 1776354183,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 1559474,
"steam_id": 1676380,
"name": "Kingdom of Atham: Crown of the Champions",
"url": "kingdom-of-atham-crown-of-the-champions"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8306215");
$data = json_decode($json, true);
var_dump($data);