Killing Floor
Ceiling Floor के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1103651json
{
"response": {
"steam_id": "90284575990017031",
"domain": null,
"id": 1103651,
"ip": "203.23.178.3",
"port": 7743,
"query": 28888,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 1250,
"owner": null,
"boosts": 1,
"last_offline": 1774533679,
"score": null,
"last_online": 1776465067,
"icon": null,
"name": "Ceiling Floor",
"connect": "203.23.178.3:7743",
"request": "203.23.178.3:28888",
"map": "KFT-Steamytestmap-LE",
"gamemode": "Testing game",
"version": "1.0.6.5",
"numplayers": 1,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1688787053,
"last_update": 1776465067,
"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": 18,
"language": "de",
"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/1103651");
$data = json_decode($json, true);
var_dump($data);