---
title: "Get gamification state for the current user"
method: GET
path: "/api/v1/gamification"
tags: ["gamification"]
---

# Get gamification state for the current user

`GET /api/v1/gamification`

Authoritative counters, XP/level, streaks, achievements, and milestones.

## Response `200`

Successful Response

- GamificationStateResponse — UI-ready gamification payload (matches dashboard Progress widgets).
  - `userStats` object
  - `achievements` object[]
  - `milestones` object[]
  - `activitySummary` object

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
