Endpoint Playground
Test Crawlora's Bilibili Must-Watch Videos API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/bilibili/must-watch" \
-H "x-api-key: $CRAWLORA_API_KEY"No request parameters
{
"code": 200,
"msg": "OK",
"data": {
"title": "bilibili入站必刷",
"subtitle": "值得N刷的宝藏视频,一起来看吧~",
"explanation": "新晋宝藏视频",
"media_id": 496307088,
"latest_count": 1,
"classic_count": 1,
"classic_videos": [
{
"aid": "19390801",
"bvid": "BV1bW411n7fY",
"title": "Must-watch Bilibili video",
"url": "https://www.bilibili.com/video/BV1bW411n7fY",
"cover": "https://i0.hdslb.com/bfs/archive/example.jpg",
"uploader_mid": 353246678,
"uploader": "Bilibili creator",
"stats": "1.3亿观看 · 72.3万弹幕",
"published": "2018年2月11日",
"achievement": "全站知名视频"
}
],
"latest_videos": []
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns Bilibili's curated must-watch collection, separated into established classics and the latest additions.
{
"code": 200,
"msg": "OK",
"data": {
"title": "bilibili入站必刷",
"subtitle": "值得N刷的宝藏视频,一起来看吧~",
"explanation": "新晋宝藏视频",
"media_id": 496307088,
"latest_count": 1,
"classic_count": 1,
"classic_videos": [
{
"aid": "19390801",
"bvid": "BV1bW411n7fY",
"title": "Must-watch Bilibili video",
"url": "https://www.bilibili.com/video/BV1bW411n7fY",
"cover": "https://i0.hdslb.com/bfs/archive/example.jpg",
"uploader_mid": 353246678,
"uploader": "Bilibili creator",
"stats": "1.3亿观看 · 72.3万弹幕",
"published": "2018年2月11日",
"achievement": "全站知名视频"
}
],
"latest_videos": []
}
}curl "https://api.crawlora.net/api/v1/bilibili/must-watch" \
-H "x-api-key: $CRAWLORA_API_KEY"