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
Images
Get all items
Responds with an array containing all items with a basic subset of their data, including their id.
Get a specific item
Responds with an item containing all of its associated data.
Get all quests
Responds with an array containing all quests with a basic subset of their data, including their id.
Get a specific quests
Responds with a quest containing all of its associated data.
Get all 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
Responds with an arc enemy containing all of its associated data.