UnifAPI Docs
Bilibili

Get a Bilibili video by BV id

GET
/bilibili/videos/{bv_id}

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

bv_id*string

Bilibili video slug, e.g. BV1Bo4y1y79G.

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/bilibili/videos/string"
{
  "id": "string",
  "bv_id": "string",
  "aid": "string",
  "title": "string",
  "description": "string",
  "duration_seconds": 0,
  "cover_url": "string",
  "published_at": 0,
  "view_count": 0,
  "danmaku_count": 0,
  "reply_count": 0,
  "favorite_count": 0,
  "like_count": 0,
  "share_count": 0,
  "coin_count": 0,
  "owner": {
    "uid": "string",
    "name": "string",
    "avatar_url": "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
    ]
  }
}