Skip to main content

Get User By Handle

Used to get information about a Bluesky user by their handle.

GET https://api.itsjusttriz.com/bsky/user/:handle

Request Parameters

IdentifierDescriptionRequired
:handleThe @ handle associated with the bluesky account.

Query Parameters

IdentifierDescriptionRequired
rawForces a JSON response, holding all related data.
E.g. ?raw=true

Example Responses

{
"code": 200,
"message": "Success",
"payload": {...} // This will contain the user data, directly from the BlueSkyAPI.
}