LogoAIDIR Docs

Twitter API Overview

Enterprise-level Twitter data API service without Twitter authentication

Aidir.fun Twitter API Service

Aidir.fun is an enterprise-grade Twitter data API service that provides real-time access to Twitter data without requiring Twitter authentication. Our platform enables developers, researchers, businesses, and data analysts to easily access Twitter information through a simple REST API, including user profiles, tweets, followers, and more.

Our Philosophy

The Aidir.fun team believes that data should be more democratized and accessible. In the current environment, accessing social media data often involves high costs and complex authentication processes, which hinders the development of many innovative projects. We are committed to breaking down these barriers and providing high-quality, reliable, and affordable Twitter data access services for organizations and individuals of all sizes.

Platform Advantages

  • Cost-Effective: 96% cheaper than the official Twitter API
  • High Performance: Average response time of around 800 milliseconds
  • High Throughput: Supports 1000 queries per second
  • No Authentication Required: No need for a Twitter developer account
  • Wide Applicability: Suitable for all scenarios from small projects to enterprise applications

Why Choose Aidir.fun

  • Simple Integration: We provide clear documentation and multi-language SDKs, making it easy for users of any technical level to connect
  • Reliability Guarantee: 99.9% service availability commitment ensures your applications can always access the data they need
  • Flexible Billing: Pay-as-you-go model with no minimum spending requirement, meeting the needs of everyone from individual developers to large enterprises
  • Compliance and Security: All data processing complies with privacy regulations, and enterprise-grade encryption protects your API keys and data
  • Professional Support: Multi-channel technical support including live chat, email, and knowledge base to solve your integration and usage issues

API Overview

API NameDescriptionPath
User ProfileGet user profile information/api/twitter/user-profile
User TweetsGet user tweet list/api/twitter/user-tweets
User Tweets and RepliesGet user tweets and replies/api/twitter/user-tweets-replies
List Latest TweetsGet latest tweets from public list channel/api/twitter/list-latest-tweets
Community TweetsGet latest tweets from community/api/twitter/community-tweets
Tweet SearchSearch tweets/api/twitter/search
Tweet DetailGet detailed tweet information/api/twitter/tweet-detail
FollowingGet user's following list/api/twitter/following
FollowersGet user's followers list/api/twitter/followers
API Token InfoGet API usage remaining quota/api/twitter/token-info

Authentication

Using API with request headers, include the API key in the request header:

X-API-Key: your_api_key_here

Using with query parameters:

📋https://www.aidir.fun/api/twitter/search?query=example&api_key=your_api_key_here

Using with curl:

curl -X GET "https://www.aidir.fun/api/twitter/search?query=example" -H "X-API-Key: your_api_key_here"

Table of Contents