Skip to main content

Get Live

Retrieve user live broadcast by id.

Params

NameTypeDefaultDescription
id (required)intUser id

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_user_live(12281817))

Response example

Loading...