The Lokki API provides comprehensive information about rental providers, referred to as “stores”. Each store contains a wide range of settings, from localization and branding to complex booking rules and pricing configurations.Documentation Index
Fetch the complete documentation index at: https://docs.getlokki.com/llms.txt
Use this file to discover all available pages before exploring further.
Available Endpoints
Get One Store
Retrieve comprehensive information for a specific store by ID or slug.
Get Many Stores
Retrieve a list of stores with optional filtering by location, sorting, and pagination.
Get Store Count
Get the total count of stores matching specific search filters.
Data Structure
TheStore structure is organized into logical modules:
Profile & Identity
- Profile: Contains the store’s
name,description, andverticales. - Branding: Holds visual assets like
logoURLandbanners. - Localization: Details about the
currentlanguage of the response and otheravailablelanguages.
Geographical Information (geo)
- Location: The specific coordinates (
lat/lng), fulladdress, and GoogleplaceIdfor the main store or the queried rental point. - Locations: A list of all available rental points for this store.
Business Settings
- Temporal: Timezone and detailed
schedule(opening hours, low season, closed ranges). - Pricing: Currency details (
isoCode,symbol), tax settings, and store-wide discounts. - Reviews: Aggregated Google Reviews with ratings and latest comments.
Booking & Modules
- Booking: Rules for
instantBooking,leadTimerequirements, and allowedfixedDurations. - Modules: Configuration for add-on features like
delivery,insurance, andcancellationpolicies.
Related Data
Once you have identified a store’sslug, you can use it to fetch the items available in that store.
Store Items
Explore endpoints to retrieve products, services, and pricing for a specific store.