Killing Floor
�@@[insomniAxe.net]�@�@Kappa�[Sydney]���@KFO�(Sui) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/812598json
{
"response": {
"steam_id": "90284128239306771",
"domain": null,
"id": 812598,
"ip": "221.121.154.221",
"port": 8715,
"query": 29860,
"color": 0,
"city": "Sydney",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1775563931,
"score": null,
"last_online": 1776354163,
"icon": null,
"name": "�@@[insomniAxe.net]�@�@Kappa�[Sydney]���@KFO�(Sui)",
"connect": "221.121.154.221:8715",
"request": "221.121.154.221:29860",
"map": "KFO-FrightYard",
"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": 1684358333,
"last_update": 1776354163,
"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": 114,
"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/812598");
$data = json_decode($json, true);
var_dump($data);