Killing Floor
API für Guardians | NonPro ##7 | HOE Semi Stock ZEDs | Stats Saved on S
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10791684json
{
"response": {
"steam_id": 90284399161274380,
"domain": null,
"id": 10791684,
"ip": "66.171.80.17",
"port": 8762,
"query": 29907,
"color": 0,
"city": "Bristol",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1776247317,
"score": 0,
"last_online": 1776250269,
"icon": null,
"name": "Guardians | NonPro ##7 | HOE Semi Stock ZEDs | Stats Saved on S",
"connect": "66.171.80.17:8762",
"request": "66.171.80.17:29907",
"map": "KF-Guardians-IntoTheBlue",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1766875224,
"last_update": 1776250269,
"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": 319,
"language": "en",
"parked": false,
"app": {
"id": 50,
"steam_id": 1250,
"name": "Killing Floor",
"url": "killing-floor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10791684");
$data = json_decode($json, true);
var_dump($data);