---
title: "Look up X user"
method: GET
path: "/x/users/{username}"
tags: ["X API"]
---

# Look up X user

`GET /x/users/{username}`

## Path parameters

- `username` string, required

## Response `200`

User profile

- UserProfile
  - `id` string, required
  - `username` string, required
  - `name` string, required
  - `description` string
  - `followers` integer
  - `following` integer
  - `verified` boolean
  - `profilePicture` string
  - `location` string
  - `createdAt` string
  - `statusesCount` integer

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `402` — Subscription or usage issue
- `404` — User not found
- `502` — X API unavailable, unauthorized, or rate limited

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api/revisions/dfef846dbd96/schema)
