---
title: "Article info"
method: POST
path: "/article"
tags: ["Tweets"]
---

# Article info

`POST /article`

Returns full data for a Twitter/X Article using its URL. You provide the article link, and the endpoint returns the full text content, publication date, engagement metrics, and basic author information. The response is structured so you can store, display, or analyze long-form content in a consistent format.

Use cases:

Analytics platforms tracking performance of long-form posts; marketing teams reviewing article engagement and reach; research tools collecting long text content for analysis; monitoring systems archiving published articles with metrics; developers building article preview or detail views inside dashboards.

## Request body

- TweetsArticleReq
  - `tweet_link` string

## Response `200`

OK

- TweetsArticleRes
  - `author` CommonUser
    - `bio_urls` string[]
    - `can_dm` boolean
    - `created_at` string
    - `description` string
    - `display_name` string
    - `favourites_count` integer
    - `followers_count` integer
    - `followings_count` integer
    - `id` string
    - `location` string
    - `media_count` integer
    - `pinned_tweet_ids` string[]
    - `possibly_sensitive` boolean
    - `profile_background_image_url` string
    - `profile_image_url` string
    - `protected` boolean
    - `tweets_count` integer
    - `username` string
    - `verified` boolean
  - `bookmark_count` integer
  - `cover_image_url` string
  - `favorite_count` integer
  - `full_text` string
  - `preview_text` string
  - `published_at` string
  - `quote_count` integer
  - `reply_count` integer
  - `retweet_count` integer
  - `views` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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