Open Source Projects — entry 001 of 8

Countly

Verified Jul 2026

Countly is an open-source product analytics platform you self-host (or run as their managed cloud), ingesting events over a REST Data API keyed by a per-app `app_key` rather than a private secret — a live unauthenticated POST to a running Countly server (try.count.ly/o) confirmed the endpoint only demands `app_key`, returning a `missing_api_key` JSON error otherwise. The Community Edition is free and self-hostable under an AGPLv3-derived license; Countly also sells a paid Enterprise Edition with SSO, extra data sources, and dedicated support.

analyticsopen-sourceself-hostedproduct-analyticsmobile
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score71out of 100
Authentication25/25No authentication required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 71 on greatapis.com
<a href="https://greatapis.com/api/countly/"><img src="https://greatapis.com/badge/countly.svg" alt="Scored 71 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.