Response Types

This is an alphabetic listing of all response types.

Some fields returns a Proxy, this is a class similar to a dict, but using dotted access. This makes LyricResult.meta.spotify possible.

BanInfo

class BanInfo:
    id: str
    name: str
    discriminator: str
    moderator_id: str
    reason: str
    proof: str
    is_ban_active: bool
    can_be_appealed: bool
    timestamp: str
    appeal_reason: Optional[str]
    appeal_date: Optional[str]
    requested_by: str
    exists: bool
    raw: dict

BanSimple

Currency

Image

IPInfo

Location

LyricResult

PaginatorListing

Recommendation

RedditImage

Tag

TagCollection

WikiHowImage

Last updated

Was this helpful?