---
title: "Returns a list of worlds that the client can launch in to"
method: GET
path: "/travel/locations/"
tags: ["Worlds", "public"]
---

# Returns a list of worlds that the client can launch in to

`GET /travel/locations/`

## Headers

- `x-m2-organization-id` string — The ID of an organization
- `x-m2-project-id` string — The ID of a project

## Response `200`

List of worlds that the client can launch into

- GetWorldTravelLocationsResponse — List of worlds that the client can launch into
  - `worlds` object[], required
    - `deployment` string, required
    - `map` string, required
    - `buildId` string, required
    - `organizationId` string
    - `projectId` string
    - `launchContextId` string
    - `launchContextName` string
    - `worldId` string
    - `worldName` string
    - `liveConfigUrl` string
    - `contentId` string
    - `metadata` object — The metadata of a world. Includes annotations and labels used to customize the world deployments.
      - `annotations` object
      - `labels` object
    - `queueState` object — Information about the number of active and queueing sessions for a world.
      - `queued` number, required
      - `active` number, required
    - `admission` object
      - `policy` union, required
        - 'Open'
        - 'Automatic'
        - 'Closed'
      - `capacity` number — The maximum number of clients that this World can accept. Unbound if not set.
    - `pictureUrl` string, uri — The picture URL of a world

## Other responses

- `4XX` — The error object returned by the API when an error occurs

---

[API](https://skmtc.net/otherside/apis/worlds.md) · [All operations](https://skmtc.net/otherside/apis/worlds/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/worlds/revisions/fe3e2eee3c6f/schema)
