[TH Neet MOD Gacha PVE 100% Loot x100 Free 8555] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 96,
"type": 0,
"unknownStatusFlags": 96,
"steam_id": null,
"domain": null,
"id": 11741792,
"ip": "171.6.97.39",
"port": 7781,
"query": 7781,
"color": 0,
"city": "Bangkok",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780491836,
"last_online": 1780637451,
"icon": null,
"name": "[TH Neet MOD Gacha PVE 100% Loot x100 Free 8555]",
"connect": "171.6.97.39:7781",
"request": "171.6.97.39:7781",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.1.118271",
"numplayers": 1,
"maxplayers": 128,
"bots": 0,
"secured": null,
"private": false,
"country": "TH",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1780412913,
"last_update": 1780637451,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 985,
"language": "th",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11741792");
$data = json_decode($json, true);
var_dump($data);