Query Bilibili Archives
Free Bilibili creator-archive API. Fetch a creator's video list with keyword search, pagination, and multiple sort orders. Returns title, cover, play count, and other complete metadata. Reliable Bilibili archive data service. Suitable for creator portfolio displays, video analytics, and content-recommendation use cases. · Suitable for creator portfolio displays, video analytics tools, content-recommendation systems, creator-management platforms, fan-support sites, video-aggregation sites, and statistics dashboards. · Query Bilibili Archives
free Bilibili API, Bilibili archive lookup, creator video list, Bilibili portfolio API, video data API, creator content API, Bilibili analytics, free API service
GET /social/bilibili/archives - Query Bilibili Archives
Want to fetch all of a creator's archived videos? Or display a creator's portfolio inside your app? This endpoint makes that easy.
Overview
Given a user's mid (user ID), the endpoint returns the creator's archived video list. Keyword search, pagination, and multiple sort orders are supported, so you can flexibly display and analyse the creator's content.
Parameters
- mid (user ID): Bilibili user mid. Required.
- keywords (search keywords): Optional. Searches the creator's archives by keyword.
- orderby (sort order):
- pubdate: latest published first (default)
- views: most-played first
- ps (page size): Defaults to 20.
- pn (page number): Defaults to 1; used for pagination.
Response fields
- total (total archives): Total number of submissions by the creator.
- page (current page): Current page number returned.
- size (page size): Number of videos returned on this page.
- videos (video list): Contains every video on the current page:
- aid: Video AV number
- bvid: Video BV number
- title: Video title
- cover: Cover URL
- duration: Duration (seconds)
- playcount: Play count
- publishtime: Publish timestamp
- createtime: Create timestamp
- state: Video state
- isugcpay: Whether the video is paid (0 = free, 1 = paid)
- isinteractive: Whether the video is interactive