UnifAPI Docs
Weibo

Get a Weibo post by id

GET
/weibo/posts/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

UnifAPI API key (forwarded verbatim as the upstream provider token).

In: header

Path Parameters

id*string

Numeric Weibo post id (mid).

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/weibo/posts/string"
{
  "id": "string",
  "mblogid": "string",
  "text": "string",
  "created_at": "string",
  "source": "string",
  "repost_count": 0,
  "comment_count": 0,
  "like_count": 0,
  "pic_count": 0,
  "is_long_text": true,
  "author": {
    "id": "string",
    "uid": "string",
    "screen_name": "string",
    "avatar_url": "string",
    "avatar_hd_url": "string",
    "cover_url": "string",
    "description": "string",
    "location": "string",
    "gender": "string",
    "follower_count": 0,
    "following_count": 0,
    "statuses_count": 0,
    "is_verified": true,
    "verified_reason": "string",
    "domain": "string"
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}
{
  "error": {
    "type": "validation_error",
    "message": "string",
    "request_id": "string",
    "issues": [
      null
    ]
  }
}