curl --request GET \
--url https://api.corebot.app/v1/users/44196397/following \
--header 'X-API-Key: your_api_key_here'
{
"data": {
"users": [
{
"result": {
"legacy": {
"id_str": "123456789",
"name": "Tech News",
"screen_name": "technews",
"description": "Latest technology news and updates",
"followers_count": 2456789,
"friends_count": 342,
"verified": true,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/123/456_normal.jpg"
}
}
},
{
"result": {
"legacy": {
"id_str": "987654321",
"name": "Space Explorer",
"screen_name": "spaceexplorer",
"description": "Space enthusiast and astronomy lover",
"followers_count": 567890,
"friends_count": 1234,
"verified": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/789/012_normal.jpg"
}
}
}
],
"cursor_bottom": "DAABCgABGPz1YPz__86AIG9W1OcKAAIX2ODg8_9IgAgAAwAAAAIAAA",
"cursor_top": "DAABCgABGPz1YPz__86AIG9W1OcKAAIX2ODg8_9IgAgAAwAAAAEAAA",
"has_more": true
}
}
Retrieve the list of users that a user follows
curl --request GET \
--url https://api.corebot.app/v1/users/44196397/following \
--header 'X-API-Key: your_api_key_here'
{
"data": {
"users": [
{
"result": {
"legacy": {
"id_str": "123456789",
"name": "Tech News",
"screen_name": "technews",
"description": "Latest technology news and updates",
"followers_count": 2456789,
"friends_count": 342,
"verified": true,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/123/456_normal.jpg"
}
}
},
{
"result": {
"legacy": {
"id_str": "987654321",
"name": "Space Explorer",
"screen_name": "spaceexplorer",
"description": "Space enthusiast and astronomy lover",
"followers_count": 567890,
"friends_count": 1234,
"verified": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/789/012_normal.jpg"
}
}
}
],
"cursor_bottom": "DAABCgABGPz1YPz__86AIG9W1OcKAAIX2ODg8_9IgAgAAwAAAAIAAA",
"cursor_top": "DAABCgABGPz1YPz__86AIG9W1OcKAAIX2ODg8_9IgAgAAwAAAAEAAA",
"has_more": true
}
}
Show properties
Show properties
Show properties
Show properties
curl --request GET \
--url https://api.corebot.app/v1/users/44196397/following \
--header 'X-API-Key: your_api_key_here'
{
"data": {
"users": [
{
"result": {
"legacy": {
"id_str": "123456789",
"name": "Tech News",
"screen_name": "technews",
"description": "Latest technology news and updates",
"followers_count": 2456789,
"friends_count": 342,
"verified": true,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/123/456_normal.jpg"
}
}
},
{
"result": {
"legacy": {
"id_str": "987654321",
"name": "Space Explorer",
"screen_name": "spaceexplorer",
"description": "Space enthusiast and astronomy lover",
"followers_count": 567890,
"friends_count": 1234,
"verified": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/789/012_normal.jpg"
}
}
}
],
"cursor_bottom": "DAABCgABGPz1YPz__86AIG9W1OcKAAIX2ODg8_9IgAgAAwAAAAIAAA",
"cursor_top": "DAABCgABGPz1YPz__86AIG9W1OcKAAIX2ODg8_9IgAgAAwAAAAEAAA",
"has_more": true
}
}