TwitterAPI.io Changelog

Stay up-to-date with the latest features, improvements, and bug fixes for TwitterAPI.io

May 27, 2025 Update

New Endpoints

List Management APIs

Two new endpoints for accessing Twitter list data

May 22, 2025 Update

New Feature

Low Balance Warning Notifications

Automatic email alerts when your account credits are running low

New Feature

We've implemented an automatic notification system that sends warning emails when your account balance is running low. This helps prevent unexpected service interruptions and ensures your API access remains uninterrupted.

How It Works

  • Threshold Monitoring: The system continuously monitors your account balance
  • Tiered Alerts: You'll receive notifications at different threshold levels (25%, 10%, and 5% of your typical monthly usage)
  • Actionable Information: Each email includes your current balance, estimated remaining API calls, and a direct link to add credits

Sample Email Preview

Subject: [Action Required] Your TwitterAPI.io balance is running low

Hello [Username],

Your TwitterAPI.io account balance is currently at 10% of your typical monthly usage. To avoid service interruption, we recommend adding credits to your account.

Current Balance: $5.25
Estimated Remaining API Calls: ~3,500
Estimated Days Remaining: 3

[Add Credits Now]

Benefits

  • Prevent Service Interruptions: Never run out of credits unexpectedly
  • Better Planning: Forecast your API usage and budget more effectively
  • Peace of Mind: Automated monitoring means one less thing to worry about

Settings

You can customize notification thresholds and frequency in your account settings. By default, all accounts have this feature enabled.

For any questions about this feature, please contact our support team.

May 21, 2025 Update

New Endpoint

Follow Relationship Checker

Check if two users follow each other with a single API call

New Feature

Added new API check_follow_relationship that allows you to determine if two users follow each other with just one API call.

Documentation Reference

Benefits

  • Efficiency: Get bidirectional follow status with a single API call instead of two separate requests
  • Cost Savings: Reduce API usage and associated costs by 50% for follow relationship checks
  • Simplified Logic: Streamline your code with a single endpoint that returns comprehensive relationship data

Example Response

{ "status": "success", "message": "check follow relationship success", "data": { "following": false, "followed_by": true } }

Use Cases

This endpoint is particularly useful for social graph analysis, mutual connection discovery, and building more efficient user relationship features in your applications.

For implementation examples, check our developer resources.

May 13, 2025 Update

New Endpoint

Tweet Thread Context API

Fetch complete conversation context in a single API call

New Feature

Our latest endpoint allows developers to fetch the complete conversation context for any tweet - including parent tweets and direct replies in a single call.

Documentation Reference

Benefits

  • Simplified Data Retrieval: Get entire conversation threads with a single API call instead of multiple requests
  • Complete Context: Access parent tweets, the target tweet, and direct replies in one structured response
  • Improved Performance: Reduce API calls and latency when analyzing conversations

Use Cases

This endpoint is particularly valuable for conversation analysis, sentiment tracking across threads, and building more context-aware social media monitoring tools. It enables developers to create richer user experiences by presenting complete conversation flows.

For implementation examples, check our developer resources.

May 10, 2025 Update

New Features

Tweet Interaction Endpoints

New endpoints for sending tweets and interacting with content

New Features

  • Send Tweets: Create and publish tweets directly through the API
  • Like Tweets: Interact with tweets by liking them via API endpoints

Benefits

These new endpoints enable developers to create more interactive applications that can not only read Twitter data but also publish content and engage with tweets. This opens up new possibilities for social media management tools, automated content publishing, and engagement analytics.

For any questions about these new features, please contact our support team.

More updates coming soon. Stay tuned!