- MoreAPI接口说明
- 用户登录注册
- 自助充值
- 更新记录
- 用户
- 抖音API
- 获取视频详情POST
- 批量获取视频详情POST
- 获取视频详情 V3POST
- 获取视频详情V4POST
- 批量解析视频详情POST
- 获取视频涨粉数量POST
- 获取用户信息POST
- 获取用户信息 _V2POST
- 获取用户信息 _V3POST
- 获取用户信息 _V4POST
- 获取用户标签POST
- 通过UID获取用户信息POST
- 通过抖音号获取用户信息POST
- 获取用户主页发布POST
- 获取用户最新作品V2POST
- 获取用户主页作品分析数据POST
- 获取用户合集POST
- 获取合集信息POST
- 获取合集视频列表POST
- 搜索用户指定作品POST
- 用户喜欢的作品POST
- 获取视频一级评论POST
- 获取视频子评论POST
- 获取用户短剧集POST
- 获取短剧详细信息POST
- 获取短剧视频列表POST
- 获取同城视频POST
- 获取同城直播POST
- 综合搜索POST
- 综合搜索v2POST
- 搜索视频POST
- 搜索用户POST
- 搜索用户_v2POST
- 搜索用户V3POST
- 搜索音乐POST
- 获取音乐详情POST
- 获取音乐相关视频POST
- 搜索直播用户POST
- 获取直播间信息与视频流直链POST
- 根据ID获取直播间信息POST
- 检查用户直播状态POST
- 获取开放直播间用户列表POST
- 搜索话题POST
- 获取话题详情POST
- 获取话题视频POST
- 获取话题视频 _v2POST
- 获取视频弹幕POST
- 获取视频短连接POST
- 生成视频抖音码POST
- 搜索长尾关键词POST
- 热点讨论POST
- 用户橱窗销售信息POST
- 获取协议链接POST
- TikTok
- Lemon8
- 快手API
- 小红薯API
- 微博API
- 哔哩哔哩API
- 头条 | 西瓜 API
- 榜单API
- youtube
- KOL红薯、KOL抖音
- 创作者API
获取博主基本信息
开发中
POST
http://api.moreapi.cn/api/user/blogger
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
user_id
string
用户ID
proxy
string
可选
示例
{
"user_id": "",
"proxy": ""
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.moreapi.cn/api/user/blogger' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "",
"proxy": ""
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
path
null
必需
data
object
必需
code
integer
必需
msg
string
必需
guid
null
必需
success
boolean
必需
data
object
必需
示例
{
"code": 200,
"msg": "success",
"path": null,
"data": {
"code": 0,
"msg": "成功",
"guid": null,
"success": true,
"data": {
"userId": "620fa75700000000210283f5",
"valid": 1,
"headPhoto": "https://sns-avatar-qc.xhscdn.com/avatar/626d7644567d9757fcf3d9b6.jpg?imageView2/2/w/120/format/jpg",
"name": "元气周周-",
"redId": "6930448689",
"location": "北京",
"homePageDisplay": 1,
"travelAreaList": null,
"type": [],
"personalTags": null,
"fansCount": 24946,
"likeCollectCountInfo": 89225,
"businessNoteCount": 55,
"totalNoteCount": null,
"recommend": null,
"picturePrice": 3000,
"videoPrice": 3500,
"lowerPrice": 3000,
"userType": 2,
"showPrice": null,
"pictureState": 1,
"videoState": 1,
"isCollect": false,
"cooperateState": 1,
"pictureInCart": false,
"videoInCart": false,
"note": null,
"live": null,
"cps": null,
"noteSign": null,
"liveSign": null,
"goodRecommendPermission": null,
"cpc": null,
"pictureCpcBasePrice": null,
"pictureCpcPerPrice": null,
"pictureCpcEstimateNum": null,
"videoCpcState": 0,
"videoCpcBasePrice": null,
"videoCpcPerPrice": null,
"videoCpcEstimateNum": null,
"pictureCpcInCart": null,
"videoCpcInCart": null,
"contentTags": [
{
"taxonomy1Tag": "职场",
"taxonomy2Tags": [
"职场其他"
]
},
{
"taxonomy1Tag": "生活记录",
"taxonomy2Tags": [
"接地气生活"
]
}
],
"featureTags": [
"vlog",
"职场生活",
"plog"
],
"industryTag": null,
"gender": "女",
"picPriceRemind": null,
"videoPriceRemind": null,
"currentLevel": 2,
"nextLevel": -1,
"priceState": 1,
"resemblance": true,
"noteList": null,
"tradeType": "3c及电器 食品饮料 家居建材 医疗健康 美妆个护 互联网",
"clickMidNum": 6571,
"clickMidNumMcn": 6571,
"interMidNum": 183,
"fansNum": 24946,
"matchNoteNumber": 0,
"authorityList": null,
"processingAuthorities": null,
"pictureShowState": true,
"videoShowState": true,
"classifyCode": null,
"predictiveExposure": null,
"efficiencyValidUser": 0,
"pictureReadCost": null,
"videoReadCost": null,
"pictureClickMidNum": 0,
"pictureInterMidNum": 0,
"videoClickMidNum": 0,
"videoFinishRate": null,
"videoInterMidNum": 0,
"fans30GrowthRate": null,
"fans30GrowthNum": 0,
"nextPicturePrice": null,
"nextVideoPrice": null,
"fansRiseNum": null,
"fansEngageNum": null,
"overflowNum": null,
"newHighQuality": 0,
"isIndustryRecommend": null,
"picturePriceGtZero": true,
"videoPriceGtZero": true,
"lowActive": false,
"fansActiveIn28dLv": null,
"fansEngageNum30dLv": null,
"hundredLikePercent30": null,
"thousandLikePercent30": null,
"pictureHundredLikePercent30": null,
"pictureThousandLikePercent30": null,
"videoHundredLikePercent30": null,
"videoThousandLikePercent30": null,
"cooperType": 1,
"buyerType": 1,
"promiseImpNum": null,
"kolType": 0,
"showPromiseTag": 0,
"activityList": [],
"controlState": 0,
"clothingIndustryPrice": {
"bizType": null,
"industryId": 0,
"picturePrice": 0,
"pictureState": 0,
"videoPrice": 0,
"videoState": 0
},
"fbState": 0,
"forecastReadUvLower": 0,
"forecastReadUvUpper": 0,
"forecastGroupCoverRateLower": 0,
"forecastGroupCoverRateUpper": 0,
"intentionInfo": null,
"seedAndHarcest": null,
"liveImg": null,
"liveId": null,
"liveGMV": null,
"isStar": null,
"top2CategoryList": null,
"hasBuyerAuth": false,
"sellerRealIncomeAmt90d": 0,
"estimatePictureCpm": 0,
"estimatePictureCpmCompare": 0,
"estimateVideoCpm": 0,
"estimateVideoCpmCompare": 0,
"estimatePictureEngageCost": 0,
"estimatePictureEngageCostCompare": 0,
"estimateVideoEngageCost": 0,
"estimateVideoEngageCostCompare": 0,
"inviteReply48hNumRatio": 0,
"mEngagementNum": 212,
"mEngagementNumMcn": 212
}
}
}
修改于 2025-03-26 07:15:09