TenAPI Documentation

Get Followers

Name Type Default Description
id (required) int User id
count int 12 Number of users to return (max: 50)
max_id string None Use for pagination
query string None Search query

The query parameter in this API allows you to search for a specific name or username within a user’s Followers list.

curl --request POST \
--url https://tenapi.net/api/instagram/user/get_followers \
--user 'tenapi_username:tenapi_password' \
--data '{
        "id": 12281817,
        "count": 12
    }'