TenAPI Documentation

Get About

Retrieve user details from the “About this Account” section.

Note: Not all Instagram users have this information available. Only those who have the “About this Account” button provide such data.

You may receive fields such as country, joined_at (account creation date), former_usernames (number of previous usernames), accounts_with_shared_followers (number of accounts with mutual followers), is_verified (verification status), and verified_at (time of verification); however, some of these fields may be returned as null.

Name Type Default Description
id (required) int User id

 

curl --request POST \
--url https://tenapi.net/api/instagram/user/get_about \
--user 'tenapi_username:tenapi_password' \
--data '{
        "id": 7141291
}'