Live preview of a pasted roblox.com/games/<id> URL or bare place id before following. inWatchlist is recomputed against THIS guild's follows (not the global gameApi set).

interface RobloxLookupResult {
    inWatchlist: boolean;
    placeId: number;
    playing: null | number;
    rootPlaceId: null | number;
    thumbnail: null | string;
    title: null | string;
    universeId: number;
}

Properties

inWatchlist: boolean
placeId: number
playing: null | number
rootPlaceId: null | number
thumbnail: null | string
title: null | string
universeId: number