Classic APIs
ClassicDevelopApi
universePlaces

universePlaces

Gets a list of places for the specified universe.

Parameters

NameTypeDescription
universeIdUniverseIdThe id of the universe to get places for.
isUniverseCreation?booleanReturns only new universe creations.
limit?10 | 25 | 50 | 100The number of results to be returned.
sortOrder?SortOrderThe order that the results are sorted in.
cursor?stringThe paging cursor for the previous or next page.

Example

const { data } = await ClassicDevelopApi.universePlaces({ universeId: 6026274246 }); 

Example Data

[
  {
    id: 11969698031,
    universeId: 6026274246,
    name: "MightyPart's Place Number: 140",
    description: "",
  },
] 

Endpoint

GET /v1/universes/{universeId}/places