Killing Floor 2
KF2.eu | HoE | EndLess | SuperPerkTraining के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1464032json
{
"response": {
"steam_id": "90284999121069068",
"domain": null,
"id": 1464032,
"ip": "176.102.66.8",
"port": 60000,
"query": 60001,
"color": 0,
"city": "Letohrad",
"description": "",
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1773545567,
"score": null,
"last_online": 1777232420,
"icon": null,
"name": "KF2.eu | HoE | EndLess | SuperPerkTraining",
"connect": "176.102.66.8:60000",
"request": "176.102.66.8:60001",
"map": "KF-SuperPerkTraining",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 6,
"maxplayers": 6,
"bots": 6,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1697310926,
"last_update": 1777232420,
"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": 32,
"language": "cs",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/1464032");
$data = json_decode($json, true);
var_dump($data);