---
title: "Gets a page of templates that can be used to start off making games."
method: GET
path: "/v1/gametemplates"
tags: ["Universes"]
---

# Gets a page of templates that can be used to start off making games.

`GET /v1/gametemplates`

Templates subject to change without notice.
Sort order of templates specified by Roblox.

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxApiDevelopModelsGameTemplateModel
  - `data` RobloxApiDevelopModelsGameTemplateModel[]
    - `gameTemplateType` string — The type of this game template.
    - `hasTutorials` boolean — Whether this game template has tutorials.
    - `universe` RobloxApiDevelopModelsUniverseModel — Represents a universe in API endpoint results.
      - `id` integer — The universe Id.
      - `name` string — The name of the universe
      - `description` string — The description of the universe
      - `isArchived` boolean — Is this universe archived
      - `rootPlaceId` integer — The universe's root place id
      - `isActive` boolean — Is this universe active
      - `privacyType` string — The universe's privacy type.
      - `creatorType` string — The creator type, either "User" or "Group"
      - `creatorTargetId` integer — The id of the user or group that created this universe.
      - `creatorName` string — The name of the creator of the universe.
      - `created` string, date-time — The created System.DateTime
      - `updated` string, date-time — The updated System.DateTime
      - `audiences` integer[] — The audiences this universe is visible to (e.g. Editors, PlayTesters, Friends, Public). Always non-null; may be empty when audience visibility has not been configured.

---

[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)
