Skip to content

Linkshell

Kim Kar edited this page Dec 5, 2023 · 8 revisions
xiv.linkshell

.search(name, params)

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

Search for a Linkshell by name.

Params object:

Parameter Type Description
server string The server to search in.
page string The page to navigate to. See Pagination.

Returns: { Pagination, Results }


.get(id)

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

Get a Linkshell from its id.

Returns: { Linkshell }


Cross-World Linkshell

xiv.cwl

.search(name, params)

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

Search for a Cross-World Linkshell by name.

Params object:

Parameter Type Description
page string The page to navigate to. See Pagination.

Returns: { Pagination, Results }


.get(id)

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

Get a Cross-World Linkshell from its id.

Returns: { Linkshell }


Clone this wiki locally