/api

OpenAlbion's Api Project

Primary LanguagePHP

OpenAlbion

OpenAlbion is a free and open-source platform providing Albion Online data and an API.

OpenAlbion Preview

Documentation

Read the full documentation at openalbion.com.

Data

Download the MySQL 8 database dump file on the release page.

Self-host

Self-hosting our project is easy - simply clone the repository and set it up on your own server.

Installation

Our project is built using Laravel framework, making it easy for you to set up just like any other Laravel project.

git clone https://github.com/OpenAlbion/api.git openalbion
cd openalbion
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate

License

The OpenAlbion is open-sourced software licensed under the MIT license.