API Credentials |

Person Interactions API Playground

Test the Person Interactions API with real requests and see complete HTTP request/response details. This playground shows you exactly how the API works so you can implement it in your own code.

Try the API

Request Parameters

Fetch social interaction data from Twitter/X and Instagram profiles.

Select the type of interaction data to fetch
Paste a Twitter/X or Instagram profile or post URL
Maximum number of results (1-1000, default: 100)
URL to receive results asynchronously

Quick Examples

Click any example to populate the form:

Response

Send a request to see the complete HTTP request/response details here...

Example Requests

Here are some example requests you can try.

Twitter/X Examples

Tweet Replies

Get users who replied to a specific tweet

Type: replies
URL: https://twitter.com/elonmusk/status/1234567890

Account Followers

Get users following an account

Type: followers
URL: https://twitter.com/elonmusk

Account Following

Get accounts that a user follows

Type: following
URL: https://twitter.com/elonmusk

Followers & Following

Get both followers and following in one request

Type: followers,following
URL: https://twitter.com/elonmusk

Instagram Examples

Instagram Following

Get accounts that an Instagram user follows

Type: following
URL: https://instagram.com/instagram

Response Format

The API returns a JSON response with the following structure:

{ "success": true, "data": { "request_id": "interaction_abc123def456_1234567890", "status": "completed", "interaction_type": "followers", "platform": "twitter", "result": { "interaction_type": "followers", "source_platform": "twitter", "target": { "username": "elonmusk", "display_name": "Elon Musk", "profile_url": "https://twitter.com/elonmusk" }, "interactions": [ { "username": "follower123", "display_name": "John Smith", "bio": "Tech enthusiast", "followers_count": 1234, "following_count": 567 } ], "total_count": 1 }, "result_count": 1, "created_on": "2025-01-15T10:30:00Z", "completed_on": "2025-01-15T10:31:00Z" }, "timestamp": "2025-01-15T10:31:05Z" }

Need Help?

Our support team is here to help you integrate and use our APIs effectively.

Email: support@nyne.com

Sales: sales@nyne.ai