一个简单、优雅、像素风格的 API 服务平台

特性

  • 完整的用户认证系统
  • API Key 管理
  • 每日/每月配额控制
  • 调用日志记录
  • 像素风格界面

快速开始

// 1. 注册账号获取 API Key
// 2. 在请求头中添加认证
curl -H "X-API-Key: your_api_key" \
     https://limhy.cn/api.php/time/current

// 3. 获取 JSON 响应
{
  "success": true,
  "data": {
    "timestamp": 1234567890,
    "datetime": "2026-05-25 21:30:00"
  }
}

API 配额

类型 免费版
每日调用 1,000 次
每月调用 30,000 次
响应时间 < 100ms