PUBG API wrapper for Kotlin (ref. https://developer.playbattlegrounds.com/?loc=en)
listed on official developers site as one of community SDKs.
Clone this repository and..
const val apiKey: String = "PUT YOUR API KEY HERE"
val pubgKotlin: PubgKotlin = PubgKotlin(apiKey) // instantiate here with your api key
val status: Result<Status> = pubgKotlin.getStatus() // and others