---
title: "New Following (7 Days)"
method: GET
path: "/new-following-7d"
tags: ["Sorsa Info Crypto Related"]
---

# New Following (7 Days)

`GET /new-following-7d`

Returns accounts that the specified user started following in the last 7 days. Both the target account and the returned followings must be present in the Sorsa database, which primarily tracks crypto-related accounts (influencers, projects, VCs). This means the results do not represent all new follows, only those already tracked by our system. Each entry includes profile data and the exact follow date. Identify the user by providing exactly one of: `user_link`, `username`, or `user_id`.

## Query parameters

- `user_link` string
- `username` string
- `user_id` string

## Response `200`

OK

- CommonFollowersResponse
  - `users` CommonFollower[] — Array of follower profile objects with follow dates.
    - `bio_urls` string[] — URLs found in the user's bio.
    - `can_dm` boolean — Whether the account accepts direct messages.
    - `created_at` string — Account creation date in ISO 8601 format.
    - `description` string — Profile bio text.
    - `display_name` string — User's display name.
    - `favourites_count` integer — Total number of tweets this user has liked.
    - `followerDate` string — Date when this user started following the target account, in ISO 8601 format.
    - `followers_count` integer — Number of accounts following this user.
    - `followings_count` integer — Number of accounts this user follows.
    - `id` string — Unique Twitter/X user ID.
    - `media_count` integer — Total number of media items posted by this user.
    - `pinned_tweet_ids` string[] — IDs of the user's pinned tweets.
    - `possibly_sensitive` boolean — Whether the account is flagged as possibly containing sensitive content.
    - `profile_background_image_url` string — URL of the user's profile background image.
    - `profile_image_url` string — URL of the user's avatar image.
    - `protected` boolean — Whether the account's tweets are protected (private).
    - `tweets_count` integer — Total number of tweets posted by this user.
    - `username` string — Current Twitter/X handle (without @).
    - `verified` boolean — Whether the account has a verified badge.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io/revisions/7742c72d6966/schema)
