Developers

Build on Kelicalix.

Integrate habit tracking, streak data, and community features into your apps with the Kelicalix API. Currently in private beta for select partners.

API in private beta - apply for access below
kelicalix-api.js
// Fetch a user's active streaks
const response = await fetch('https://api.kelicalix.com/v1/streaks', {
  method: 'GET',
  headers: {
    'Authorization': `Bearer $\{API_KEY\}`
  }
});

// Response
{ "streaks": [{ "habit": "Morning Run", "days": 47 }] }

API Features

REST API

Clean, well-documented REST endpoints for streaks, users, communities, and content.

Webhooks

Real-time event notifications for streak completions, community activity, and more.

OAuth 2.0

Secure authentication flow for third-party integrations and partner applications.

Rate limits

Generous rate limits with clear documentation and upgrade paths for high-volume use.

Apply for API Access

The Kelicalix API is currently in private beta. Apply to join our developer programme and get early access.

Apply for Access