BrainBread 2
[FaceWAN] Brainbread 2 #1 [Central EU] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10432478json
{
"response": {
"steam_id": "90282200327559191",
"domain": null,
"id": 10432478,
"ip": "140.235.74.39",
"port": 15014,
"query": 15014,
"color": 0,
"city": "Poplar",
"description": null,
"game": 346330,
"owner": null,
"boosts": 1,
"last_offline": 1775690525,
"score": 0,
"last_online": 1777504301,
"icon": null,
"name": "[FaceWAN] Brainbread 2 #1 [Central EU]",
"connect": "140.235.74.39:15014",
"request": "140.235.74.39:15014",
"map": "bba_coltec",
"gamemode": "BrainBread 2",
"version": "1.0.5.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759829525,
"last_update": 1777504301,
"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": 9,
"language": "en",
"parked": false,
"app": {
"id": 141,
"steam_id": 346330,
"name": "BrainBread 2",
"url": "brainbread-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10432478");
$data = json_decode($json, true);
var_dump($data);