Skip to content

获取节点列表API 📜

简介

本API允许用户获取节点列表。🌐

接口信息

  • URL/GetNodelist
  • 方法GET 🔍

请求参数

参数名说明必填数据类型范围/示例
-----

请求示例

python
import requests

def NetWorkLink(link, data=None):
    headers = {"Content-Type": "application/json"}
    try:
        response = requests.get(f"https://api.stellarfrp.top/{link}", json=data, headers=headers)
        return response
    except Exception as e:
        print(e)
        return e

response = NetWorkLink("GetNodelist")
print(response.json())

皖ICP备2024033748号-6