{ "group": "B-tiktok-ads", "name": "get_keyword_list", "method": "GET", "path": "/api/v1/tiktok/ads/get_keyword_list", "params": { "period": 30, "country_code": "US", "page": 1, "limit": 10 }, "body": null, "status": 200, "ok": true, "rawLen": 1064, "summary": { "topKeys": [ "code", "request_id", "message", "message_zh", "support", "time", "time_stamp", "time_zone" ], "message": "Request successful. This request will incur a charge.", "code": 200, "dataPreview": { "_keys": [ "code", "msg", "data" ] } }, "sampleJson": { "code": 200, "request_id": "30dd7e91-74e2-4611-80d0-1160a76b91b8", "message": "Request successful. This request will incur a charge.", "message_zh": "请求成功,本次请求将被计费。", "support": "Discord: https://discord.gg/aMEAS8Xsvz", "time": "2026-04-18 10:47:22", "time_stamp": 1776534442, "time_zone": "America/Los_Angeles", "docs": "https://api.tikhub.io/#/TikTok-Ads-API/get_keyword_list_api_v1_tiktok_ads_get_keyword_list_get", "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.", "cache_message_zh": "本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。", "cache_url": "https://cache.tikhub.io/api/v1/cache/public/30dd7e91-74e2-4611-80d0-1160a76b91b8?sign=5bdf972ebdc99a02c3d02afb3a749c4d479e845021700c97dbf572fcac77031e", "router": "/api/v1/tiktok/ads/get_keyword_list", "params": { "period": "30", "country_code": "US", "page": "1", "limit": "10" }, "data": { "code": 0, "msg": "OK", "data": { "keyword_list": null, "pagination": { "page": 1, "size": 10, "total": 0, "has_more": false } } } } }