# Overview

API documentation for Kanka

---

- [Welcome](#welcome)
- [Key Concepts](#key-concepts)

<a name="welcome"></a>
## Welcome

Welcome to the Kanka's API documentation. Kanka is a free online worldbuilding and RPG campaign management tool. The primary aim of this documentation is to provide context for the Kanka REST API.

<a name="key-concepts"></a>
## Key Concepts

Kanka revolves around core `entities`. These are `characters`, `locations`, `items` and so forth.

The API mostly follows the REST principles with some variation which is described in each document.

---
Next up: [Setup](/docs/{{version}}/setup)