---
title: "Gets a list of universes for the authenticated user, or the given group, ordered by most recently created sponsored game ads."
method: GET
path: "/v2/sponsored-games/universes"
tags: ["Advertising"]
---

# Gets a list of universes for the authenticated user, or the given group, ordered by most recently created sponsored game ads.

`GET /v2/sponsored-games/universes`

## Query parameters

- `groupId` integer

## Response `200`

OK

- RobloxAdConfigurationApiModelsGetRecentAdsRankedUniversesResponse — The response model for getting a list of recent-ads-ranked universes.
  - `universes` RobloxAdConfigurationApiModelsUniverseModel[] — Gets or sets a list of Roblox.AdConfiguration.Api.Models.UniverseModel.
    - `id` integer — The universe Id.
    - `name` string — The name of the universe

## Other responses

- `400` — 19: Invalid group id.
- `401` — 0: Authorization has been denied for this request.
- `403` — 10: Insufficient permissions.

---

[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/revisions/756260310407/schema)
