Online Image
繁体中文
登入
所有API
Endpoints
搜尋端點
Search
GETSearch users by text queryGETSearch videos by text queryGETTop search by text query
User Info
GETUser information by usernameGETUser information by IDGETUser followers
Shop
GETList of user products from shop tabGETGet product info by IDGETList of product reviewsGETShop homepagePOSTList of recommended products by categoryGETList of products for new usersGETList of products from flash sale eventGETSearch products by text queryGETList of products from live streamGETList of products from seller detail pageGETList of available tabs for seller detail pageGETGet seller info by IDGETGet product categoriesGETGet products by categoryGETGet available product sortersGETGet list of seller products
  • 最受歡迎>
  • mobile-tiktok-api>
API詳情playground
請求頭
參數
LuckData API-Key
Please Input
LuckData API-Host
Please Input
本測試默認消耗 1 個積分
Code Snippets
Example Responses
Results
Target:
Python
Client:
requests
import requests

headers = {
    'X-Luckdata-Api-Key': ''
}

json_data={}

response = requests.get(
    '/api/mobile-tiktok-api/neqypar5whjz?region=VN&user_id=7108267082714678277',
    headers=headers,
    
)
print(response.json())