这里是关于本站 API 的详细文档,包含各种接口说明和示例。
以下是一个简单的 API 调用示例:
GET /api/user?username=example
响应内容:
{ "username": "example", "email": "example@example.com", "age": 25 }