Classic APIs
ClassicUniversesApi
universeIdFromPlaceId

universeIdFromPlaceId

Gets the parent universe Id from a place Id.

Parameters

NameTypeDescription
placeIdIdentifierThe id of the place to get the universe id for.

Example

const { data: universeId } = await ClassicUniversesApi.universeIdFromPlaceId({ placeId: 16349154726 }); 

Endpoint

GET /v1/places/{placeId}/universe