[Sui/Ger]Schweizergarde| Vanilla + | Weapon Loot + के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286666824132618",
"domain": null,
"id": 6280214,
"ip": "162.55.199.103",
"port": 2491,
"query": 2492,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "no Stamina | Map | Code Lock | Global Chat | https://discord.gg/pvEBPQZ48s | no Base damage |",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779941621,
"last_online": 1780746632,
"icon": null,
"name": "[Sui/Ger]Schweizergarde| Vanilla + | Weapon Loot +",
"connect": "162.55.199.103:2491",
"request": "162.55.199.103:2492",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1729462358,
"last_update": 1780746632,
"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": 4117,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/6280214");
$data = json_decode($json, true);
var_dump($data);