Killing Floor
API for �KF-Masters�[41�lvl]�+�5�new�perks
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5254937json
{
"response": {
"steam_id": "90284351612684319",
"domain": null,
"id": 5254937,
"ip": "91.225.7.127",
"port": 6912,
"query": 28057,
"color": 0,
"city": "Vinnytsia",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1776159117,
"score": 0,
"last_online": 1776243651,
"icon": null,
"name": "�KF-Masters�[41�lvl]�+�5�new�perks",
"connect": "91.225.7.127:6912",
"request": "91.225.7.127:28057",
"map": "KF-420-Ganja-Farm-V1",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 29,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1721386496,
"last_update": 1776243651,
"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": 165,
"language": "uk",
"parked": false,
"app": {
"id": 50,
"steam_id": 1250,
"name": "Killing Floor",
"url": "killing-floor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5254937");
$data = json_decode($json, true);
var_dump($data);