Wurm Unlimited
Dovah Ru के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6159256json
{
"response": {
"steam_id": "90285160363871235",
"domain": null,
"id": 6159256,
"ip": "192.169.95.146",
"port": 15000,
"query": 15001,
"color": 0,
"city": "New York",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1777403007,
"score": 0,
"last_online": 1777547432,
"icon": null,
"name": "Dovah Ru",
"connect": "192.169.95.146:15000",
"request": "192.169.95.146:15001",
"map": "Map",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 232,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1728049789,
"last_update": 1777547432,
"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": 15,
"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/6159256");
$data = json_decode($json, true);
var_dump($data);