[Ranked - 240 Tick] Community Duels OCE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286548585526278",
"domain": null,
"id": 11667966,
"ip": "206.245.167.55",
"port": 7777,
"query": 15000,
"project_id": null,
"color": 0,
"city": "Sydney",
"description": null,
"game": 629760,
"owner": null,
"boosts": 1,
"last_offline": 1780676006,
"last_online": 1780480865,
"icon": null,
"name": "[Ranked - 240 Tick] Community Duels OCE",
"connect": "206.245.167.55:7777",
"request": "206.245.167.55:15000",
"map": "1v1",
"gamemode": "Mordhau",
"version": "702625635",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780179516,
"last_update": 1780676006,
"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": 147,
"language": "en",
"parked": false,
"app": {
"id": 51451,
"steam_id": 629760,
"name": "MORDHAU",
"url": "mordhau"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11667966");
$data = json_decode($json, true);
var_dump($data);