Datos Falsos

Free online mock test data generator. Name, email, phone, address, UUID, date, IP and credit card with JSON, CSV and SQL output, pure JS.

Uso

支持的类型

  • name_zh / name_en — 中文/英文姓名
  • email — 邮箱(xxx@example.com)
  • phone_cn / phone_us — 中国/美国手机号
  • address_cn / address_us — 中国/美国地址
  • uuid / uuid_v1 / uuid_v4 — UUID
  • datetime / date / time / timestamp — 时间
  • ipv4 / ipv6 / mac — 网络标识
  • credit_card / id_card_cn / bank_card — 卡号
  • number:int / number:float — 数字(1-9999 / 0.0-1.0)
  • bool / color_hex / url / company / job_title / sentence_zh
  • lorem:n — Lorem 假文(几词)

Casos de uso

  • 测试数据填充 / 演示 Demo / 数据库种子
  • 本工具纯 JS 随机,数据不真实(姓名池 200+,邮箱域名 10+)

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/fake_data/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/fake_data/schema.json

// Step 2: 在浏览器中执行工具逻辑
// Mock 数据 在工具页 JS 中实现