Skip to main content

Get Media by canonical id

Retrieve audio media by audio canonical id.

Params

NameTypeDefaultDescription
id (required)intAudio canonical id
max_idstringNoneUse for pagination

You can use the max_id parameter to paginate through the media (take from the next_max_id field of the response).

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_audio_media_by_canonical_id(18268742092099139))

Response example

Loading...