Profile API
收藏RapidAPI2025-07-25 更新2025-07-26 收录
下载链接:
https://rapidapi.com/ipanemaenter/api/profile-api
下载链接
链接失效反馈官方服务:
资源简介:
Generate realistic user profiles with country-specific names, cities, and hobbies for testing or seeding databases.
创建时间:
2025-07-25
原始信息汇总
Profile API 数据集概述
基本信息
- API名称: Profile API
- API提供商: Segun
- 类别: Database
- 订阅人数: 2
- API地址: https://rapidapi.com/ipanemaenter/api/profile-api
性能指标
- 流行度: 9
- 服务等级: 82%
- 延迟: 364ms
订阅计划
- BASIC: $0.00 / mo
- PRO: $9.99 / mo
功能描述
生成具有国家特定名称、城市和爱好的逼真用户配置文件,用于测试或种子数据库。
端点详情
GET /api/profiles
- 描述: 检索按性别、国家或年龄组筛选的用户配置文件。
- 查询参数:
gender(可选) – 按性别筛选 (male或female)country(可选) – 按国家名称筛选age_group(可选) – 按年龄组筛选 (<20,20-29,30-39,40-49,50-59,60+)
- 响应示例: json { "status": "success", "data": [ { "id": "profile-uuid", "user_id": "tenant-uuid", "name": "Jane Smith", "gender": "female", "birthday": "1985-07-22T00:00:00.000Z", "age_group": "30-39", "city": "Toronto", "country": "Canada", "hobbies": ["yoga", "reading"], "message": "Loves exploring new ideas.", "picture_url": "https://randomuser.me/api/portraits/women/45.jpg" } ] }
测试请求示例
bash curl --request GET --url https://profile-api.simules.com/api/profiles?gender=male --header x-rapidapi-region: YOUR_UNIQUE_KEY --header X-RapidAPI-Host: profile-api.p.rapidapi.com --header x-rapidapi-region: us-east-1 | python -m json.tool



