Endpoints

23

Ungrouped Endpoints
2

User
10

Tweet
3

Utilities/Misc
6

✨ Exclusive endpoints
2

What is the Twitter API?

Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you can retrieve twitter tweets, media and profiles instantly. Say goodbye to expensive fees charged by Twitter/X while still getting access to all the available Twitter data. Use the fastest, best and most reliable Twitter API out here!

Twitter API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.

Twitter API endpoints

  • GET/search/{searchTerm}

    Search

    With the search endpoint you can search all of twitter. You just need to provide a search term. ⚠ If you have a large cursor the GET-request will limit at some length. For that you can use a POST-request which has no limits.

  • GET/trends/{locationId}

    Trends

    Get twitter trends for worldwide or a specific region.

  • GET/user/{userId}

    User Details by userId

    This is the prefered method of getting any information. Receive follower counts, images and more user related data with this endpoint.

  • GET/user/by/username/{username}

    User Details by username

    Receive follower counts, images and more user related data with this endpoint.

  • GET/user/{userId}/tweets

    Tweets by userId

    Receive all tweets ordered by most recent. You can use the cursor and count to navigate around.

  • GET/user/{userId}/tweetsAndReplies

    Tweets and Replies by userId

    Receive all tweets and replies ordered by most recent. You can use the cursor and count to navigate around.

  • GET/user/{userId}/likes

    User Likes by userId

    Receive all likes of a user. You can use the cursor and count to navigate around.

  • GET/user/{userId}/followers

    User Followers by userId

    Receive all followers of a user. You can use the cursor and count to navigate around.

  • GET/user/{userId}/followings/basic

    Basic user followings by userId

    You'll receive a basic list of all followings a user has. Please provide only the userId and you'll receive the following followings data: id, username, createdDate, followings, followers.

  • GET/user/{userId}/followings

    User Followings by userId

    Receive all followings of a user. You can use the cursor and count to navigate around.

  • GET/user/{userId}/media

    Media by userId

    Receive all media items ordered by most recent. You can use the cursor and count to navigate around.

  • GET/user/{userId}/followings/ids

    User Followings Ids

    Get the ids of the users a certain user follows

  • GET/tweet/{tweetId}

    Tweet Details

    Receive all tweet informations and comments by tweetId. ⚠️ For large cursors (many replies you want to fetch) you can use the POST-request to be not limited by the GET-request length limit.

  • GET/tweet/{tweetId}/favorites

    Tweet Likes

    Receive all likes for a tweet.

  • GET/tweet/{tweetId}/retweets

    Tweet Retweets

    Receive all retweets for a tweet.

  • GET/resolve-urls

    resolve urls

  • POST/search/{searchTerm}

    Search for large cursors

    With the search endpoint you can search all of twitter. You just need to provide a search term. This is the POST-request which allows you to send larger requests.

  • POST/tweet/{tweetId}

    Tweet Details for large cursors

    Receive all tweet informations and comments by tweetId. This POST-request allows you to dig deeper into the replies when the cursor is growing.

  • GET/misc/emojis

    Twitter hashtag emojis

    Receive a full list of all twitter custom emojis with the hashtag, image and more.

  • GET/misc/locations

    Location (for trends)

    This gives you a list of all available locations.

  • GET/username/to/id/{username}

    Convert username to userId

    You'll need the userId to receive tweets, media and replies.

  • GET/user/usernames/to/ids

    [✨ EXCLUSIVE!] Usernames to Ids

    This endpoint receives a list of usernames and converts up to 100 of them at the same time to ids.

  • GET/misc/subtitles

    Video Subtitles

    Get the full subtitles of a video