Killing Floor 2
API for Jebiga-Gaming.com | EU#1
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11386144json
{
"response": {
"steam_id": "90283419305703442",
"domain": null,
"id": 11386144,
"ip": "94.130.220.235",
"port": 7777,
"query": 27021,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1774596255,
"score": 0,
"last_online": 1777242065,
"icon": null,
"name": "Jebiga-Gaming.com | EU#1",
"connect": "94.130.220.235:7777",
"request": "94.130.220.235:27021",
"map": "KF-LOCKDOWN",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774596255,
"last_update": 1777242065,
"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": 631,
"language": "de",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11386144");
$data = json_decode($json, true);
var_dump($data);