Killing Floor
API for KFPRO.RU #1 - ScrN v9.74.17
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/812489json
{
"response": {
"steam_id": "90284262369723423",
"domain": null,
"id": 812489,
"ip": "185.33.238.33",
"port": 7707,
"query": 28852,
"color": 0,
"city": "Magadan",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1776153075,
"score": null,
"last_online": 1776416492,
"icon": null,
"name": "KFPRO.RU #1 - ScrN v9.74.17",
"connect": "185.33.238.33:7707",
"request": "185.33.238.33:28852",
"map": "KF-Volgograd",
"gamemode": "ScrN Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684358263,
"last_update": 1776416492,
"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": 69,
"language": "ru",
"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/812489");
$data = json_decode($json, true);
var_dump($data);