PVP Team - xivapi/xivapi-js GitHub Wiki

xiv.pvpteam

.search(name, params)

https://xivapi.com/docs/PVP-Team#search

Search for a PVP Team by name.

Params object:

Parameter Type Description
server string The server to search in.
page string The page to navigate to. See [Pagination](/xivapi/xivapi-js/wiki/Home#pagination).

Returns: { Pagination, Results: Array }


.get(id)

https://xivapi.com/docs/Linkshell#linkshell

Get a PvP Team from its id.

Returns: { PvPTeam, Linkshell }