ToolWebsite
首页
网址导航
许愿墙
EN
定价
登录
注册
Mock API 生成器
根据 JSON Schema 生成随机 Mock 数据,用于前端调试
生成 Mock 数据
复制结果
清空
数量
JSON Schema
{ "type": "object", "properties": { "id": { "type": "integer", "minimum": 1, "maximum": 9999 }, "name": { "type": "string", "minLength": 2, "maxLength": 12 }, "email": { "type": "string", "example": "user@example.com" }, "age": { "type": "integer", "minimum": 18, "maximum": 65 }, "isActive": { "type": "boolean" }, "tags": { "type": "array", "items": { "type": "string", "minLength": 3, "maxLength": 8 } } } }
Mock 数据