V Rising
麒麟三服|暗黑刷宝|宠物养成|技能改造|休闲养� için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11449293json
{
"response": {
"steam_id": "90284202375337984",
"domain": null,
"id": 11449293,
"ip": "114.227.110.39",
"port": 28021,
"query": 28022,
"color": 0,
"city": "Nanjing",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776819147,
"score": 0,
"last_online": 1776513035,
"icon": null,
"name": "麒麟三服|暗黑刷宝|宠物养成|技能改造|休闲养�",
"connect": "114.227.110.39:28021",
"request": "114.227.110.39:28022",
"map": "VRisingWorld",
"gamemode": "f3b199a6-fad4-4f54-b0fe-c4cfcca7de54",
"version": "0.0.0.1",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 4,
"add_date": 1774977967,
"last_update": 1776819147,
"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": 2926,
"language": "zh",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11449293");
$data = json_decode($json, true);
var_dump($data);