Skip to main content
The Lokki API offers a range of endpoints to query information about rental providers, their items, and availability. It follows a RESTful architecture and uses standard HTTP methods, response codes, and JSON-formatted data payloads.

Environments

The Lokki API is available in two environments. Use Staging for development and testing, and Production for live data.
EnvironmentBase URLDescription
Staginghttps://staging.api.eu-west-3.lokki.rent/Environment used for testing and development. It contains test data and is not intended for production.
Productionhttps://prod.api.eu-west-3.lokki.rent/The live environment where real data is processed. Use this endpoint for all production applications.

Authentication

All requests to the Lokki API require an API Key (Access Token) passed in the headers.

Authentication Guide

Learn how to obtain and use your access tokens.

Explore the API

Start exploring the available domains to integrate Lokki into your application.