Skip to main content

Get About

Obtain user details from «About this Account» section.

You can anticipate receiving fields like country, joined_at, former_usernames (count), accounts_with_shared_followers (count), is_verified, and verified_at; however, these fields might all be null.

Params

NameTypeDefaultDescription
id (required)intUser id

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_user_about(7141291))

Response example

Loading...