https://github.com/astrect/runescape-api
:crossed_swords: Node.js library for the unofficial API endpoints of the popular MMORPG game RuneScape and Oldschool.
https://github.com/astrect/runescape-api
grand-exchange hiscores mmorpg nodejs oldschool runescape runescape-api wrapper
Last synced: 4 months ago
JSON representation
:crossed_swords: Node.js library for the unofficial API endpoints of the popular MMORPG game RuneScape and Oldschool.
- Host: GitHub
- URL: https://github.com/astrect/runescape-api
- Owner: Astrect
- License: mit
- Created: 2015-06-02T10:00:47.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T22:03:09.000Z (over 3 years ago)
- Last Synced: 2025-03-11T02:26:04.292Z (over 1 year ago)
- Topics: grand-exchange, hiscores, mmorpg, nodejs, oldschool, runescape, runescape-api, wrapper
- Language: TypeScript
- Homepage: https://astrect.gitbook.io/runescape-api/
- Size: 1.3 MB
- Stars: 80
- Watchers: 6
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[](https://github.com/astrect/runescape-api/actions?workflow=status) [](https://www.npmjs.org/package/runescape-api) [](https://www.npmjs.org/package/runescape-api) [](https://www.npmjs.org/package/runescape-api) [](https://github.com/astrect/runescape-api/blob/master/LICENSE)
`runescape-api` is an open-source wrapper, written in [Node.js](https://nodejs.org), that allows interaction with the various APIs available for the popular MMORPG [RuneScape](http://www.runescape.com).
### Installation
```bash
npm install runescape-api
# OR
yarn add runescape-api
```
### Usage
The implementation offers functionality to interact with the following:
* [Bestiary](https://astrect.gitbook.io/runescape-api/docs/bestiary)
* [Clan](https://astrect.gitbook.io/runescape-api/docs/clan)
* [Grand Exchange](https://astrect.gitbook.io/runescape-api/docs/grandexchange)
* [Hiscores](https://astrect.gitbook.io/runescape-api/docs/hiscores)
* [Miscellaneous](https://astrect.gitbook.io/runescape-api/docs/miscellaneous)
* [RuneMetrics](https://astrect.gitbook.io/runescape-api/docs/runemetrics)
* [Oldschool](https://astrect.gitbook.io/runescape-api/docs/osrs)
* [Grand Exchange](https://astrect.gitbook.io/runescape-api/docs/osrs/grandexchange)
* [Hiscores](https://astrect.gitbook.io/runescape-api/docs/osrs/hiscores)
More, detailed examples can be provided on the respective documentation pages, a complete summary of the documentation pages can be found on the [GitHub Repository](https://github.com/astrect/runescape-api/blob/master/SUMMARY.md).