API 文档
Use Tempiful APIs to generate realistic temporary data for testing, QA, demos, and automation workflows.
Below are two API products: Fake Data Generator API and Temp Mail API.
Fake Data Generator API
Generate complete temporary profile data, including identity, address, username, password, avatar, birthday, bio, interests, occupation, and credit card test data.
Coverage from feature-page API panels (core endpoints):
GET /v1/profile- 生成完整虚拟用户资料,含身份、地址、教育等GET /v1/identity- 生成随机身份数据,含姓名、邮箱、电话和 SSNGET /v1/education- 生成随机教育背景,含学校、学位和专业GET /v1/address- 生成全球随机地址,含街道、城市、邮编和坐标GET /v1/address/cities- 列出指定国家与州/省的可用城市GET /v1/name- 按文化背景与性别生成地道的随机姓名GET /v1/username- 多种风格随机用户名,如形容词+名词、名词+数字等GET /v1/nickname- 生成贴合各平台风格的社交媒体昵称GET /v1/password- 生成安全随机密码、易记口令、PIN 和密钥GET /v1/birthday- 按年龄范围和星座筛选生成随机生日GET /v1/avatar- 从多种分类获取随机头像GET /v1/avatar/image/:category/*filepath- 提供可选尺寸的头像图片文件GET /v1/bio/:platform- 生成贴合各平台风格的社交媒体简介GET /v1/interest- 按平台与分类生成逼真的兴趣列表GET /v1/occupation- 生成随机职业,含职位名称与描述GET /v1/occupation/profile- 为各平台生成详细职业资料GET /v1/credit-card- 使用 Luhn 算法生成测试信用卡号
Subscription link placeholder (to be filled).
Temp Mail API
Create disposable email addresses and retrieve inbox messages with extracted verification codes and activation links.
GET /v1/mail/address- 返回一个随机临时邮箱地址。每次调用返回不同地址。GET /v1/mail/inbox- 返回最新 5 封邮件,含清理后的正文、提取的验证码和激活链接。不含附件。
Subscription link placeholder (to be filled).
Common API Notes
- Base path uses /v1/... and returns JSON responses for integration and automation.
- Most generator endpoints support practical filters such as country, gender, platform, and count.
- Free access and rate behavior follow each endpoint’s API panel on the corresponding feature page.
- RapidAPI subscription links are prepared above for productized access (currently placeholders).