Wurm Unlimited
The Immortal Forest of Brocéliande, Login server - Mol Rehan 4 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/1470378json
{
"response": {
"steam_id": "90278399876624387",
"domain": null,
"id": 1470378,
"ip": "196.27.114.136",
"port": 3724,
"query": 27016,
"color": 0,
"city": "Harare",
"description": "",
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1777038197,
"score": null,
"last_online": 1777544454,
"icon": null,
"name": "The Immortal Forest of Brocéliande, Login server - Mol Rehan 4",
"connect": "196.27.114.136:3724",
"request": "196.27.114.136:27016",
"map": "Broceliande",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 232,
"bots": 2,
"secured": true,
"private": false,
"country": "ZW",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1697314509,
"last_update": 1777544454,
"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": 18,
"language": "en",
"parked": false,
"app": {
"id": 155,
"steam_id": 366220,
"name": "Wurm Unlimited",
"url": "wurm-unlimited"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/1470378");
$data = json_decode($json, true);
var_dump($data);