---
title: "Get User's Extended Twitter Bio"
method: GET
path: "/twitter/user/{username}/extended-bio"
tags: ["Data API"]
---

# Get User's Extended Twitter Bio

`GET /twitter/user/{username}/extended-bio`

Returns an object with user's extended bio with all text and formatting details, 
or an empty object if the extended bio is missing.

## Path parameters

- `username` string, required

## Response `200`

Request succeeded

- union
  - object — Extended bio object with formatting details
  - object — Empty object if extended bio is missing

## Other responses

- `402` — Payment required - not enough credits to perform this request. You should purchase additional credits
- `422` — Validation failed (e.g. username is not provided or in invalid format)
- `500` — API internal error, typically means that SocialData API failed to obtain the requested information. Retry may succeed

---

[API](https://skmtc.net/socialdata-api/apis/socialdata-api-reference.md) · [All operations](https://skmtc.net/socialdata-api/apis/socialdata-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/socialdata-api/socialdata-api-reference/versions/a898522f71ac/schema)
