GROUND BRANCH
The BoyZ [Server One] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/3376882json
{
"response": {
"steam_id": "90285107784682524",
"domain": null,
"id": 3376882,
"ip": "185.216.147.188",
"port": 7777,
"query": 27015,
"color": 0,
"city": "City of London",
"description": "",
"game": 16900,
"owner": 61470,
"boosts": 1,
"last_offline": 1774787489,
"score": null,
"last_online": 1777500022,
"icon": null,
"name": "The BoyZ [Server One]",
"connect": "185.216.147.188:7777",
"request": "185.216.147.188:27015",
"map": "nv103518891",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": true,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1710260587,
"last_update": 1777500022,
"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": 7,
"language": "en",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": {
"username": "AlApone",
"avatar": "5fe386a6-f2df-435f-b84f-30ab0e7ff9d3.jpg",
"last_online": 1712129101
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/3376882");
$data = json_decode($json, true);
var_dump($data);