[EU] Midgard-Gaming (No Wipe) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90285737496190978",
"domain": null,
"id": 11365409,
"ip": "80.213.145.248",
"port": 9880,
"query": 9881,
"project_id": null,
"color": 0,
"city": "Rolvsøy",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780470424,
"last_online": 1781084492,
"icon": null,
"name": "[EU] Midgard-Gaming (No Wipe)",
"connect": "80.213.145.248:9880",
"request": "80.213.145.248:9881",
"map": "VRisingWorld",
"gamemode": "91be1ea0-d5a1-4f70-9b00-dbcdce0c9ef1",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774595190,
"last_update": 1781084492,
"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": 1557,
"language": "no",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11365409");
$data = json_decode($json, true);
var_dump($data);