fetch_hot_calendar_list.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "group": "A-douyin-billboard",
  3. "name": "fetch_hot_calendar_list",
  4. "method": "POST",
  5. "path": "/api/v1/douyin/billboard/fetch_hot_calendar_list",
  6. "params": null,
  7. "body": {
  8. "start_date": 20260101,
  9. "end_date": 20260417,
  10. "city_code": "",
  11. "category_code": ""
  12. },
  13. "status": 200,
  14. "ok": true,
  15. "rawLen": 1034,
  16. "summary": {
  17. "topKeys": [
  18. "code",
  19. "request_id",
  20. "message",
  21. "message_zh",
  22. "support",
  23. "time",
  24. "time_stamp",
  25. "time_zone"
  26. ],
  27. "message": "Request successful. This request will incur a charge.",
  28. "code": 200,
  29. "dataPreview": {
  30. "_keys": [
  31. "code",
  32. "data",
  33. "extra",
  34. "message"
  35. ]
  36. }
  37. },
  38. "sampleJson": {
  39. "code": 200,
  40. "request_id": "951aa4e8-0570-47cd-92fa-6caaa4f9ded0",
  41. "message": "Request successful. This request will incur a charge.",
  42. "message_zh": "请求成功,本次请求将被计费。",
  43. "support": "Discord: https://discord.gg/aMEAS8Xsvz",
  44. "time": "2026-04-18 10:47:17",
  45. "time_stamp": 1776534437,
  46. "time_zone": "America/Los_Angeles",
  47. "docs": "https://api.tikhub.io/#/Douyin-Billboard-API/fetch_hot_calendar_list_api_v1_douyin_billboard_fetch_hot_calendar_list_post",
  48. "cache_message": "This request will be cached. You can access the cached result directly using the URL below, valid for 24 hours. Accessing the cache will not incur additional charges.",
  49. "cache_message_zh": "本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。",
  50. "cache_url": "https://cache.tikhub.io/api/v1/cache/public/951aa4e8-0570-47cd-92fa-6caaa4f9ded0?sign=5d09e5e1926068e8c1b9af26959495a121daa1a885f7d522b3430486f6c5f3aa",
  51. "router": "/api/v1/douyin/billboard/fetch_hot_calendar_list",
  52. "params": {},
  53. "data": {
  54. "code": 0,
  55. "data": {
  56. "event_list": null,
  57. "topic_list": null
  58. },
  59. "extra": {
  60. "now": 1776534437000
  61. },
  62. "message": ""
  63. }
  64. }
  65. }