Introduction

The API follows a consistent structure and is straightforward to work with.
We ask that you store the response data using your own storage solution and refresh it periodically.

Terms Of Use

When using our data in your applications we ask that you provide a disclaimer letting your users know where the data came from and that you link back to ardb.app.
(e.g. Data provided by ardb.app)

Usage

These endpoints and the shape of their responses may change at any time.

Base URL

https://ardb.app/api

Images

https://ardb.app/static
All icon and image paths obtained from the endpoints below are relative, and should be prefixed.

Get all items

GET/items

Responds with an array containing all items with a basic subset of their data, including their id.

Get a specific item

GET/items/{id}

Responds with an item containing all of its associated data.

Get all quests

GET/quests

Responds with an array containing all quests with a basic subset of their data, including their id.

Get a specific quests

GET/quests/{id}

Responds with a quest containing all of its associated data.

Get all ARC enemies

GET/arc-enemies

Responds with an array containing all ARC enemies with a basic subset of their data, including their id.

Get a specific ARC enemy

GET/arc-enemies/{id}

Responds with an arc enemy containing all of its associated data.