Killing Floor
API for [Perth|WA][TFF-15][Whitelisted] Hillbilly Zeds Only 100% (Diffi
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/812381json
{
"response": {
"steam_id": "90282537911373830",
"domain": null,
"id": 812381,
"ip": "103.231.89.50",
"port": 7753,
"query": 28898,
"color": 0,
"city": "Перт",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1768642939,
"score": null,
"last_online": 1776506526,
"icon": null,
"name": "[Perth|WA][TFF-15][Whitelisted] Hillbilly Zeds Only 100% (Diffi",
"connect": "103.231.89.50:7753",
"request": "103.231.89.50:28898",
"map": "KFO-OnceUponATimeInMexico",
"gamemode": "Objective Mode",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684358239,
"last_update": 1776506526,
"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": 55,
"language": "en",
"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/812381");
$data = json_decode($json, true);
var_dump($data);