Jabroni Brawl: Episode 3
[US-GA] Jabroni Brawl: Episode 3 (stewsta@discord) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/9561947json
{
"response": {
"steam_id": "85568392934835288",
"domain": null,
"id": 9561947,
"ip": "104.238.179.89",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Atlanta",
"description": null,
"game": 869480,
"owner": null,
"boosts": 1,
"last_offline": 1773493330,
"score": 0,
"last_online": 1776153613,
"icon": null,
"name": "[US-GA] Jabroni Brawl: Episode 3 (stewsta@discord)",
"connect": "104.238.179.89:27015",
"request": "104.238.179.89:27015",
"map": "jb_tallorder",
"gamemode": "Jabroni Brawl: Episode 3",
"version": "175",
"numplayers": 1,
"maxplayers": 33,
"bots": 1,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1750586732,
"last_update": 1776153613,
"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": 2,
"language": "en",
"parked": false,
"app": {
"id": 21,
"steam_id": 869480,
"name": "Jabroni Brawl: Episode 3",
"url": "jabroni-brawl-episode-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9561947");
$data = json_decode($json, true);
var_dump($data);