NoCodeAPI

Twitter API

There are lots of use cases of Twitter API. Add your home_timeline tweets into your website and Use twitter API to explore content related to your requirements.

Get Tweets

Make GET request on this endpoint to get tweets with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>

				
			
– Request Parameters :
Object Description
type [Required] Tweets of users timeline. There are three type: home_timeline, user_timeline, mentions_timeline
max_results [Optional] Total number of records you want in one request. Default value is 20.
since_id [Optional] Returns results with an ID greater than (that is, more recent than) the specified ID.
until_id [Optional] Returns results with an ID less than (that is, older than) or equal to the specified ID.
end_time [Optional] Returns tweets created before the given date. Date should be formatted as YYYY-MM-DD. Keep in mind that the search index has a 7-day limit.
exclude_replies [Optional] This parameter will prevent replies from appearing in the returned timeline.
next_token [Optional] Token to get next set of results
previous_token [Optional] Token to get previous set of results

Make A Tweet

Make POST request on this endpoint to make a tweet with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>

				
			
– Request Parameters :
Object Description
status [Required] text that you wanna tweet

Tweet Lookup

Make GET request on this endpoint to tweet lookup with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/lookup

				
			
– Request Parameters :
Object Description
id_str [Required] tweet id string

Get Followers

Make GET request on this endpoint to get followers with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/followers

				
			
– Request Parameters :
Object Description
user_id [Optional] The ID of the user for whom to return results.
screen_name [Optional] The screen name of the user for whom to return results.
max_results [Optional] The number of users to return per page, up to a maximum of 100. Defaults to 20.
pagination_token [Optional] The next of previous pagination token, to get next or previous set of results
include_user_entities [Optional] The user object entities node will not be included when set to false

Following List

Make GET request on this endpoint to following list with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/followings

				
			
– Request Parameters :
Object Description
user_id [Optional] The ID of the user for whom to return results.
screen_name [Optional] The screen name of the user for whom to return results.
max_results [Optional] The number of users to return per page, up to a maximum of 200. Defaults to 20.
include_user_entities [Optional] The user object entities node will not be included when set to false

Follow

Make POST request on this endpoint to follow with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/follow

				
			
– Request Parameters :
Object Description
screen_name [Required] The screen name of the user to follow.
user_id [Optional] The ID of the user to follow.
follow [Optional] Enable notifications for the target user.

Unfollow

Make POST request on this endpoint to unfollow with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/unfollow

				
			
– Request Parameters :
Object Description
screen_name [Required] The screen name of the user to follow.
user_id [Optional] The ID of the user to follow.

Update Profile

Make POST request on this endpoint to update profile with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/updateProfile

				
			
– Request Parameters :
Object Description
name [Optional] Full name associated with the profile.
url [Required] URL associated with the profile. Will be prepended with http:// if not present.
location [Optional] The city or country describing where the user of the account is located. The contents are not normalized or geocoded in any way.
Description [Optional] A description of the user owning the account.
profile_link_color [Optional] Sets a hex value that controls the color scheme of links used on the authenticating user's profile page on twitter.com. This must be a valid hexadecimal value, and may be either three or six characters (ex: F00 or FF0000).
include_entities [Optional] The entities node will not be included when set to false.
skip_status [Optional] When set to either true , t or 1 statuses will not be included in the returned user object.

Get Lists

Make GET request on this endpoint to get lists with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/lists

				
			
– Request Parameters :
Object Description
user_id [Optional] The ID of the user for whom to return results.
screen_name [Optional] The screen name of the user for whom to return results.
max_result [Optional] The number of users to return per page, up to a maximum of 100. Defaults to 20.
pagination_token [Optional] The next of previous pagination token, to get next or previous set of results,

List Statuses

Make GET request on this endpoint to list statuses with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/listStatuses

				
			
– Request Parameters :
Object Description
list_id [Optional] The numerical id of the list.
slug [Optional] You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you'll also have to specify the list owner using the owner_id or owner_screen_name parameters.
owner_screen_name [Optional] The screen name of the user who owns the list being requested by a slug.
owner_id [Optional] The user ID of the user who owns the list being requested by a slug .
since_id [Optional] Returns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occured since the since_id, the since_id will be forced to the oldest ID available.
max_id [Optional] Returns results with an ID less than (that is, older than) or equal to the specified ID.
count [Optional] Specifies the number of results to retrieve per "page."
include_entities [Optional] You can omit entities from the result by using include_entities=false
list_id [Optional] When set to either true , t or 1 , the list timeline will contain native retweets

List Members

Make GET request on this endpoint to list members with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/listMembers

				
			
– Request Parameters :
Object Description
list_id [Required] The numerical id of the list.
owner_id [Optional] The user ID of the user who owns the list being requested by a slug.
max_results [Optional] Specifies the number of results to return per page. The default is 20, with a maximum of 5,000.
pagination_token [Optional] Token to get result set.

List Subscribers

Make GET request on this endpoint to list subscribers with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/listSubscribers

				
			
– Request Parameters :
Object Description
list_id [Required] The numerical id of the list.
slug [Optional] You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you'll also have to specify the list owner using the owner_id or owner_screen_name parameters.
owner_screen_name [Optional] The screen name of the user who owns the list being requested by a slug.
owner_id [Optional] The user ID of the user who owns the list being requested by a slug .
count [Optional] Specifies the number of results to return per page (see cursor below). The default is 20, with a maximum of 5,000.
cursor [Optional] Causes the collection of list members to be broken into "pages" of consistent sizes (specified by the count parameter). If no cursor is provided, a value of -1 will be assumed, which is the first "page."
include_entities [Optional] When set to either true , t or 1 , each tweet will include a node called "entities".
skip_status [Optional] When set to either true , t or 1 statuses will not be included in the returned user objects.

Add member to List

Make POST request on this endpoint to add member to list with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/addMemberToList

				
			
– Request Parameters :
Object Description
list_id [Required] The numerical id of the list.
user_id [Required] The ID of the user for whom to return results.
screen_name [Optional] The screen name of the user for whom to return results.

Remove Members

Make POST request on this endpoint to remove members with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/removeMembersFromList

				
			
– Request Parameters :
Object Description
list_id [Required] The numerical id of the list.
user_id [Required] A comma separated list of user IDs, up to 100 are allowed in a single request.
screen_name [Optional] A comma separated list of screen names, up to 100 are allowed in a single request.

Make GET request on this endpoint to trends place with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/trendsPlace

				
			
– Request Parameters :
Object Description
id [Required] The numeric value that represents the location from where to return trending information for from. Formerly linked to the Yahoo! Where On Earth ID Global information is available by using 1 as the WOEID. Example 1
exclude [Optional] Setting this equal to hashtags will remove all hashtags from the trends list.

Make GET request on this endpoint to trends available with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/trendsAvailable

				
			

Search Tweets

Make GET request on this endpoint to search tweets with required parameters(if any required).

				
					https://v1.nocodeapi.com/<username>/twitter/<token>/search

				
			
– Request Parameters :
Object Description
q [Required] A UTF-8, URL-encoded search query of 500 characters maximum, including operators. Queries may additionally be limited by complexity.
max_results [Optional] Total number of records you want in one request. Default value is 20.
end_time [Optional] Returns tweets created before the given date. Date should be formatted as YYYY-MM-DD. Keep in mind that the search index has a 7-day limit.
since_id [Optional] Returns results with an ID greater than (that is, more recent than) the specified ID.
until_id [Optional] Returns results with an ID less than (that is, older than) or equal to the specified ID.
max_id [Optional] Returns results with an ID less than (that is, older than) or equal to the specified ID.
next_token [Optional] Token to get next set of results,
previous_token [Optional] Token to get previous set of result.

BLACK FRIDAY Month STARTED - Coupon: BF2023 for 50% OFF