V Rising
[UA|EU][X3 Servant] No Wipe | VOIP | Ave, Ukraina! के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/6047778json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6047778,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 1604030,
"owner": 85926,
"boosts": 1,
"last_offline": 1758284167,
"score": 5,
"last_online": 1753975831,
"icon": null,
"name": "[UA|EU][X3 Servant] No Wipe | VOIP | Ave, Ukraina!",
"connect": null,
"request": null,
"map": "VRisingWorld",
"gamemode": "718ee979-ebba-423e-8656-ba298301c84a",
"version": null,
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1727632320,
"last_update": 1758284167,
"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": 2280,
"language": "de",
"parked": true,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": {
"username": "ZifeRRoT",
"avatar": "52589856-dc9c-42c9-af38-ea7b1f2fe143.jpg",
"last_online": 1728028987
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/6047778");
$data = json_decode($json, true);
var_dump($data);