---
title: "GET /twitter/user/check_follow_relationship"
method: GET
path: "/twitter/user/check_follow_relationship"
---

# GET /twitter/user/check_follow_relationship

`GET /twitter/user/check_follow_relationship`

Check if the user is following/followed by the target user. Trial operation price: 100 credits per call.

## Query parameters

- `source_user_name` string, string, required
- `target_user_name` string, string

## Response `200`

Check follow relationship response

- object
  - `data` object
    - `following` boolean — Whether the source user is following the target user
    - `followed_by` boolean — Whether the source user is followed by the target user
  - `status` 'success' | 'error' — Status of the request.success or error
  - `message` string — Message of the request.error message

## Other responses

- `400` — unexpected error

---

[API](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api.md) · [All operations](https://skmtc.net/twitterapi/apis/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twitterapi/twitterapi-io-the-most-stable-fastest-cheapest-twitter-api/revisions/1b1afaf3df76/schema)
