VEIN
API for [CN]中文社区官方服务器-公益PVE开荒新档-VEIN贴�
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11384422json
{
"response": {
"steam_id": "90284885347100682",
"domain": null,
"id": 11384422,
"ip": "103.45.128.9",
"port": 22921,
"query": 22922,
"color": 0,
"city": "Wuhan",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1777349597,
"score": 0,
"last_online": 1778748011,
"icon": null,
"name": "[CN]中文社区官方服务器-公益PVE开荒新档-VEIN贴�",
"connect": "103.45.128.9:22921",
"request": "103.45.128.9:22922",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "1.0.0.0",
"numplayers": 35,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1774596137,
"last_update": 1778748011,
"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": 1,
"language": "zh",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11384422");
$data = json_decode($json, true);
var_dump($data);