Killing Floor
Mobius�Killing�Floor के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11174199json
{
"response": {
"steam_id": "90284542406834204",
"domain": null,
"id": 11174199,
"ip": "108.41.194.132",
"port": 7707,
"query": 28852,
"color": 0,
"city": "Ronkonkoma",
"description": null,
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1776430229,
"score": 0,
"last_online": 1776396613,
"icon": null,
"name": "Mobius�Killing�Floor",
"connect": "108.41.194.132:7707",
"request": "108.41.194.132:28852",
"map": "KF-Resident_Evel_4_[Village]",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 3,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 50,
"add_date": 1772229369,
"last_update": 1776430229,
"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": 7,
"language": "en",
"parked": false,
"app": {
"id": 50,
"steam_id": 1250,
"name": "Killing Floor",
"url": "killing-floor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11174199");
$data = json_decode($json, true);
var_dump($data);