Killing Floor
API for :3 | opossums.org Gaming Server 1 | HoE | Vanilla + Custom Maps
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1384069json
{
"response": {
"steam_id": "90284549281812503",
"domain": null,
"id": 1384069,
"ip": "146.59.237.226",
"port": 7707,
"query": 28852,
"color": 0,
"city": "Gravelines",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1775454682,
"score": null,
"last_online": 1776444662,
"icon": null,
"name": ":3 | opossums.org Gaming Server 1 | HoE | Vanilla + Custom Maps",
"connect": "146.59.237.226:7707",
"request": "146.59.237.226:28852",
"map": "KF-Face3",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1693561092,
"last_update": 1776444662,
"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": 133,
"language": "fr",
"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/1384069");
$data = json_decode($json, true);
var_dump($data);