MORDHAU
Big Chillers Duels के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10682055json
{
"response": {
"steam_id": "90278660334443530",
"domain": null,
"id": 10682055,
"ip": "164.152.122.99",
"port": 7802,
"query": 27050,
"color": 0,
"city": "Dallas",
"description": null,
"game": 629760,
"owner": null,
"boosts": 1,
"last_offline": 1776079313,
"score": 0,
"last_online": 1776192683,
"icon": null,
"name": "Big Chillers Duels",
"connect": "164.152.122.99:7802",
"request": "164.152.122.99:27050",
"map": "Contraband",
"gamemode": "Mordhau",
"version": "702622268",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1764584149,
"last_update": 1776192683,
"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": 53,
"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/10682055");
$data = json_decode($json, true);
var_dump($data);