> For the complete documentation index, see [llms.txt](https://ballioli1.gitbook.io/runescape3-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ballioli1.gitbook.io/runescape3-api/master.md).

# Introduction

`runescape3-api` is an open-source wrapper, written in [Python](https://www.python.org/), that allows interaction with the various APIs available for the popular MMORPG [RuneScape3](http://www.runescape.com).

## Contact

`ballioli1@gmail.com`

## Installation

```
pip install runescape3-api
```

## Usage

The implementation offers functionality to interact with the following:

* [Bestiary](/runescape3-api/docs/bestiary.md)
* [Hiscores](/runescape3-api/docs/hiscores.md)
* [Runemetrics](/runescape3-api/docs/runemetrics.md)
* [Grand Exchange](/runescape3-api/docs/grand_exchange.md)
