---
title: "Get User Badges Public"
method: GET
path: "/api/badges/user/{user_id}"
tags: ["badges", "badges"]
---

# Get User Badges Public

`GET /api/badges/user/{user_id}`

Return earned badges for a member, for the profile view.
Does not include progress or trigger new badge checks.

Signed in only (2026-09-18 route-auth review). The `{user_id}` is
deliberately somebody else - this draws the badge row on their profile,
the same surface any signed-in member can already open - but until now it
also answered anyone on the internet who walked the id space.
AchievementGrid and AchievementModal already send the token.

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
