Kreedz Climbing
API für [EthMo] Bhop/Kz/Surf Public Server [toplist]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11016316json
{
"response": {
"steam_id": "90284262768842776",
"domain": null,
"id": 11016316,
"ip": "185.38.250.54",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Olsztyn",
"description": null,
"game": 626680,
"owner": null,
"boosts": 1,
"last_offline": 1775237488,
"score": 0,
"last_online": 1776310811,
"icon": null,
"name": "[EthMo] Bhop/Kz/Surf Public Server [toplist]",
"connect": "185.38.250.54:27015",
"request": "185.38.250.54:27015",
"map": "kz_residence",
"gamemode": "Kreedz Climbing",
"version": "67",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1769943751,
"last_update": 1776310811,
"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": "pl",
"parked": false,
"app": {
"id": 15789,
"steam_id": 626680,
"name": "Kreedz Climbing",
"url": "kreedz-climbing"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11016316");
$data = json_decode($json, true);
var_dump($data);