Killing Floor
[DBN]�Killing�Floor�Server�[�Hard�|�Long�] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10292json
{
"response": {
"steam_id": "90284400918878228",
"domain": null,
"id": 10292,
"ip": "68.232.173.22",
"port": 7707,
"query": 28852,
"color": 0,
"city": "Elk Grove Village",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": null,
"last_online": 1776432018,
"icon": null,
"name": "[DBN]�Killing�Floor�Server�[�Hard�|�Long�]",
"connect": "68.232.173.22:7707",
"request": "68.232.173.22:28852",
"map": "KF-Crash",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 2,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1501541307,
"last_update": 1776432018,
"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": 5,
"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/10292");
$data = json_decode($json, true);
var_dump($data);