Skip to content
Martin Sileno edited this page Apr 25, 2018 · 3 revisions

Corresponding resource: https://documentation.playbattlegrounds.com/en/players.html

Fields

  • id
  • name
  • matchIds a list of match IDs (strings)

Methods

  • [static] get retrieves and return a Player from API given an ID
  • [static] filterById retrieves and return a list of Player from API given a list of IDs
  • [static] filterByName retrieves and return a list of Player from API given a list of Names

All the static methods' first argument is a PubgAPI instance.

Clone this wiki locally