V Rising
[RU] Mindo PVP-NoLimit [Normal] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10824809json
{
"response": {
"steam_id": "90284390662203398",
"domain": null,
"id": 10824809,
"ip": "77.37.224.140",
"port": 27023,
"query": 27024,
"color": 0,
"city": "Moscow",
"description": null,
"game": 1604030,
"owner": 132388,
"boosts": 1,
"last_offline": 1776007341,
"score": 0,
"last_online": 1776436822,
"icon": null,
"name": "[RU] Mindo PVP-NoLimit [Normal]",
"connect": "77.37.224.140:27023",
"request": "77.37.224.140:27024",
"map": "VRisingWorld",
"gamemode": "1b4cd0cc-1a25-445c-bf8a-229513490bd2",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767520465,
"last_update": 1776436822,
"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": 24,
"language": "ru",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": {
"username": "mindscratcher",
"avatar": "46af0d00-a34d-49dd-bbff-11b1751b656b.jpg",
"last_online": 1775637320
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10824809");
$data = json_decode($json, true);
var_dump($data);