---
title: "/world/{world_name}/about"
method: GET
path: "/world/{world_name}/about"
tags: ["Content Server"]
---

# /world/{world_name}/about

`GET /world/{world_name}/about`

Returns detailed information about a deployed world including scene configuration, comms adapter, and status

## Path parameters

- `world_name` string, required

## Response `200`

World information retrieved successfully

- object — Detailed information about a world
  - `healthy` boolean — Overall health status
  - `acceptingUsers` boolean — Whether the world is accepting new users
  - `configurations` object
    - `networkId` integer — Ethereum network chain ID
    - `globalScenesUrn` string[] — URNs of global scenes
    - `scenesUrn` string[] — URNs of world scenes
    - `realmName` string — Display name of the realm
    - `minimap` object
      - `enabled` boolean
      - `dataImage` string
      - `estateImage` string
    - `map` object
      - `minimapEnabled` boolean
      - `sizes` array[]
        - integer[]
    - `skybox` object
      - `fixedHour` number, nullable
      - `textures` string[]
  - `content` object
    - `synchronizationStatus` string
    - `healthy` boolean
    - `publicUrl` string
  - `lambdas` object
    - `healthy` boolean
    - `publicUrl` string
  - `comms` object
    - `healthy` boolean
    - `protocol` string
    - `adapter` string

## Other responses

- `404` — World not found

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
