seasons

suspend fun PubgApi.seasons(platform: Platform = Platform.STEAM): List<Season>

Returns the list of available Season by platform.

Note: The list of seasons will only be changing about once every two months when a new season is added. Applications should not be querying for the list of seasons more than once per month.

Return

A list of available Season.

Parameters

platform

The platform

See also


suspend fun PubgApi.seasons(platformRegion: PlatformRegion = PlatformRegion.PC_SA): List<Season>

Returns the list of available Season by platform-region.

Note: The list of seasons will only be changing about once every two months when a new season is added. Applications should not be querying for the list of seasons more than once per month.

Return

A list of available Season.

Parameters

platformRegion

The platform region

See also