---
title: "Gets the status of a following relationship between a user and a universe."
method: GET
path: "/v1/users/{userId}/universes/{universeId}/status"
tags: ["Interactions", "Universes", "Users"]
---

# Gets the status of a following relationship between a user and a universe.

`GET /v1/users/{userId}/universes/{universeId}/status`

## Path parameters

- `userId` integer, required
- `universeId` integer, required

## Response `200`

OK

- RobloxFollowingsApiModelsUserFollowingUniverseStatusResponse — Model for a user following a universe state controller responses
  - `UniverseId` integer — The id of the universe.
  - `UserId` integer — The id of the user.
  - `CanFollow` boolean — If the user can follow the universe.
  - `IsFollowing` boolean — If the user is currently following the universe.
  - `FollowingCountByType` integer — The number of followings between this user and a universe.
  - `FollowingLimitByType` integer — The limit to the number of followings between a user and a universe for a specific user.

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — User is not authorized for this action.

---

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