V Rising
MpGG| PvE #0| CLASSIC 24/7|RU के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/3585259json
{
"response": {
"steam_id": "90284848393418777",
"domain": null,
"id": 3585259,
"ip": "188.134.76.120",
"port": 9876,
"query": 9877,
"color": 0,
"city": "St Petersburg",
"description": "",
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1777706595,
"score": null,
"last_online": 1778594434,
"icon": null,
"name": "MpGG| PvE #0| CLASSIC 24/7|RU",
"connect": "188.134.76.120:9876",
"request": "188.134.76.120:9877",
"map": "VRisingWorld",
"gamemode": "58ff02b1-567f-4fdf-ad27-99ad84cbde26",
"version": "0.0.0.1",
"numplayers": 1,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1711137473,
"last_update": 1778594434,
"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": 106,
"language": "ru",
"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/3585259");
$data = json_decode($json, true);
var_dump($data);