API for 鱼乐云开服 ueidc.cn
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286128364575763",
"domain": null,
"id": 11624125,
"ip": "122.224.8.208",
"port": 50061,
"query": 50062,
"color": 0,
"city": "Hangzhou",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780473257,
"last_online": 1780570268,
"icon": null,
"name": "鱼乐云开服 ueidc.cn",
"connect": "122.224.8.208:50061",
"request": "122.224.8.208:50062",
"map": "VRisingWorld",
"gamemode": "248fd08c-00a3-4251-9e85-fe9afa7774f7",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916134,
"last_update": 1780570268,
"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": 2941,
"language": "zh",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11624125");
$data = json_decode($json, true);
var_dump($data);