cURL
curl --request GET \ --url https://api.twitterapi.io/twitter/user/check_follow_relationship \ --header 'X-API-Key: <api-key>'
{ "data": { "following": true, "followed_by": true }, "status": "success", "message": "<string>" }
Check if the user is following/followed by the target user. Trial operation price: 100 credits per call.
screen name of the source user
screen name of the target user
Check follow relationship response
The response is of type object.
object