[EU/TR] YIKIM EMEK 3X KİT TPA HOME VAULT के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "85568392936194137",
"domain": null,
"id": 11698629,
"ip": "185.255.93.130",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Istanbul",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1780226809,
"last_online": 1780232480,
"icon": "https://i.hizliresim.com/bae27ot.png",
"name": "[EU/TR] YIKIM EMEK 3X KİT TPA HOME VAULT",
"connect": "185.255.93.130:27016",
"request": "185.255.93.130:27016",
"map": "YİKİM",
"gamemode": "7/24 Kesintisiz 3X Emek Gelişmiş Sistemler",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780226809,
"last_update": 1780232480,
"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": 750,
"language": "tr",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11698629");
$data = json_decode($json, true);
var_dump($data);