douyin/web/one-video
Get single video data V1, if this interface fails, please use the `/fetch_one_video_v2` interface, or use the APP interface.
Input
Idle
Example output — click Run to generate your own
API README
Get single video data
Purpose:
- Get single video data V1, if this interface fails, please use the
/fetch_one_video_v2interface, or use the APP interface. Parameters: - aweme_id: Video id
- need_anchor_info: Whether anchor information is needed, default is False, enabling it will show some anchor information about the video, such as location, merchant information, product showcase, etc., which may increase the interface response time.
- If anchor information is not needed, it is recommended to keep the default value False, if the interface reports an error, you can try to turn off this parameter. Return:
- Video data
[Example]
aweme_id = "7372484719365098803" need_anchor_info = False
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

