Killing Floor 2
API für NFOservers.com - Dallas # 02 - Normal difficulty
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10396696json
{
"response": {
"steam_id": "90284984789662724",
"domain": null,
"id": 10396696,
"ip": "74.91.114.144",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Dallas",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1776508404,
"score": 0,
"last_online": 1777240954,
"icon": null,
"name": "NFOservers.com - Dallas # 02 - Normal difficulty",
"connect": "74.91.114.144:7777",
"request": "74.91.114.144:27015",
"map": "KF-TheDescent",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 5,
"maxplayers": 6,
"bots": 6,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1758709504,
"last_update": 1777240954,
"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": 101,
"language": "en",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10396696");
$data = json_decode($json, true);
var_dump($data);