Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 806 Bytes

index.mdx

File metadata and controls

28 lines (24 loc) · 806 Bytes
title permalink description
Overview
/api/
These REST APIs provide web endpoints to query different information.

import DocCardList from '@theme/DocCardList'

Overview of available REST APIs {#overview-of-available-rest-apis}

Currently, there are two different Rest APIs you can use.

<DocCardList items={[ { "type": "link", "label": "Geyser Global API", "description": "Provides information on players, such as xuids, skins, or linking information.", "href": "/wiki/api/global", "unlisted": false }, { "type": "link", "label": "Downloads API", "description": "Provides information and download links to projects on the Downloads API", "href": "/wiki/api/downloads", "unlisted": false } ]} />