Kingdom of Atham: Crown of the Champions
API für
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10320254json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10320254,
"ip": "173.249.17.58",
"port": 28800,
"query": 28815,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1676380,
"owner": null,
"boosts": 1,
"last_offline": 1776354173,
"score": 0,
"last_online": 1776151267,
"icon": null,
"name": null,
"connect": null,
"request": "173.249.17.58:28815",
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758292127,
"last_update": 1776354173,
"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": 7,
"language": "fr",
"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/10320254");
$data = json_decode($json, true);
var_dump($data);