Getting Started
How to get started from scratch or coming from another provider
Choose platform
The only descision you need to do is to find a platform you like. The API is listed on quite a few and each one has its own benefits. Currently we support:
- RapidAPI: Large api marketplace with multiple payment options, invoicing and instant setup
- JoJoAPI: Smaller api marketplace which has all benefits RapidAPI has but has lower fees. Therefore our plans are 10% cheaper than at RapidAPI
- Direct Gateway: You can contact us directly to get the plan directly with us. Invoicing, PayPal and Crypto is possible and you get 20% off because we don't need to pay fees
Note: All platforms allow you to use the API for free with a basic plan or a free trial.
Making requests
For the following examples we use the Direct Gateway as the example. For the other platforms the process is similar and they provide you examples at their marketplaces. If you have questions you can always contact us! The Direct Gateway requires you to send the API key you received from us in the request header.
Example:
curl -X GET "https://direct.gateway/search/spacex" \
-H "X-API-KEY: <YOUR_API_KEY>"
*You get the gateway url when you contact us.
Explore the API
You're now ready to start using the API! Explore the different endpoints:
- Tweets & Posts - Access tweets, replies, threads, and quotes
- Users & Profiles - User profiles, follower and following lists
- Search - Advanced search with filters and operators
- Trends & Analytics - Trending topics, hashtags, and engagement metrics
- Spaces & Audio - Twitter Spaces and audio rooms
- Lists & Communities - Twitter Lists and Communities
You're now ready to start using the API! Let's have a look at the different endpoints and how to use them. 💡 Tip: Use the search function (Cmd/Ctrl + K) to quickly navigate through all endpoints!