Killing Floor
[PL]�Polskawy�Serwer�-�Zabujcza�Monka!�w�HLDS.pl के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10302json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 10302,
"ip": "94.23.94.196",
"port": 7757,
"query": 28902,
"color": 0,
"city": "Wroclaw",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1768641873,
"score": null,
"last_online": 1776432100,
"icon": null,
"name": "[PL]�Polskawy�Serwer�-�Zabujcza�Monka!�w�HLDS.pl",
"connect": "94.23.94.196:7757",
"request": "94.23.94.196:28902",
"map": "KF-Steamland",
"gamemode": "Killing Floor",
"version": "1.0.6.5",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1501541307,
"last_update": 1776432100,
"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": 28,
"language": "pl",
"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/10302");
$data = json_decode($json, true);
var_dump($data);