Profiles
Profile Details by Screen Name
Description
Retrieves the details of a user based on their screen name.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{screenName}}/details
Parameters
screenName
Yes
Path Param
String | The screen name of the Twitter user for whom details are to be retrieved. This parameter is required.
Profile Feed by Screen Name
Description
Retrieves the feed of a user based on their screen name.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{screenName}}/details
Parameters
screenName
Yes
Path Param
String | The screen name of the Twitter user for whom details are to be retrieved. This parameter is required.
Limitation
Results per Request
<20 results
Total Results
No Limit
Profile Tweets by Id
Description
Retrieves the feed of a user based on their profileId. This feed is different from Profile Feed as it includes retweets.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{profileId}}/tweets
Parameters
profileId
Yes
Path Param
String | The unique identifier for X (twitter) profile whose information is to be retrieved
Limitation
Results per Request
<20 results
Total Results
~700
Profile Followers by Id
Description
Retrieves the followers of a user given a profileId
.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{profileId}}/followers
Parameters
profileId
Yes
Path Param
String | The unique identifier for X (twitter) profile whose information is to be retrieved
Limitation
Results per Request
50-70 results
Total Results
No Limit
Profile Following by Id
Description
Retrieves the users a user is following given a profileId
.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{profileId}}/following
Parameters
profileId
Yes
Path Param
String | The unique identifier for X (twitter) profile whose information is to be retrieved
Limitation
Results per Request
50-70 results
Total Results
No Limit
Profile Highlights by Id
Description
Retrieves the highlights of a user given a profileId
.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{profileId}}/highlights
Parameters
profileId
Yes
Path Param
String | The unique identifier for X (twitter) profile whose information is to be retrieved
Profile Media by Screen Name
Description
Retrieves the media (photos, videos) a user has posted given a screenName
.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{screenName}}/media
Parameters
screenName
Yes
Path Param
String | The screen name of the Twitter user for whom details are to be retrieved. This parameter is required.
Limitation
Results per Request
<20 results
Total Results
No Limit
Profile Replies by Screen Name
Description
Retrieves the replies a user has made given a screenName
. Use this endpoint to see all replies a user has posted.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{screenName}}/replies
Parameters
screenName
Yes
Path Param
String | The screen name of the Twitter user for whom details are to be retrieved. This parameter is required.
Limitation
Results per Request
<20 results
Total Results
No Limit
Profile Lists Memberships By Id
Description
Retrieves the list a user is listed at given a profileId
.
Endpoint
GET api/v1/realtime/social/twitter/v1/profile/{{profileId}}/lists/memberships
Parameters
profileId
Yes
Path Param
String | The unique identifier for X (twitter) profile whose information is to be retrieved
Limitation
Results per Request
~10 results
Total Results
No Limit
Last updated