Endpoints

5

Users
3

Users

Posts
2

What is the Twitter X APIs?

Provide API support for searching users and topics, retrieving a list of user tweets, and accessing media data for Twitter X

Twitter X APIs 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 X APIs endpoints

  • GET/api/v1/x/users/search

    Search users

    Search users

  • GET/api/v1/x/users/{username}

    User details

    User details

  • GET/api/v1/x/users/{username}/posts

    List Posts by User

    List Posts by User

  • GET/api/v1/x/posts/search

    Search / list posts

    Search / list posts

  • GET/api/v1/x/posts/{id}

    Post by ID or URL

    Post by ID or URL

Frequently asked questions about Twitter X APIs

What data can I retrieve with the Twitter X APIs?

You can search for users, retrieve public user details, list posts published by a specific user, search for posts, and get detailed information about an individual post.

Can I retrieve a post using either its ID or URL?

Yes. The post details endpoint accepts a Twitter/X post ID or URL, allowing you to retrieve information without manually extracting the post ID from the link.