---
title: "Get the list of streamers recommended by a user"
method: GET
path: "/xrpc/place.stream.live.getRecommendations"
tags: ["place.stream.live"]
---

# Get the list of streamers recommended by a user

`GET /xrpc/place.stream.live.getRecommendations`

## Query parameters

- `userDID` string, did, required — The DID of the user whose recommendations to fetch

## Response `200`

Success

- object
  - `recommendations` PlaceStreamLiveGetRecommendationsLivestreamRecommendation[], required — Ordered list of recommendations
    - `did` string, did, required — The DID of the recommended streamer
    - `source` 'streamer' | 'follows' | 'host', required — Source of the recommendation
  - `userDID` string, did — The user DID this recommendation is for

---

[API](https://skmtc.net/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.net/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/versions/8e2ce7f5d85b/schema)
