---
title: "get user badge award list"
method: GET
path: "/answer/api/v1/badge/user/awards/recent"
tags: ["api-badge"]
---

# get user badge award list

`GET /answer/api/v1/badge/user/awards/recent`

get user badge award list

## Query parameters

- `username` string, required

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` SchemaGetUserBadgeAwardListResp[] — response data
    - `earned_count` integer — badge award count
    - `icon` string — badge icon
    - `id` string — badge id
    - `level` 1 | 2 | 3
    - `name` string — badge name
  - `msg` string — response message
  - `reason` string — reason key

## Changes

- **2025-01-09** `5c24701f89b7` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
- **2024-09-04** `b45e7b14240b` — 1 info
  - endpoint added
- **2024-09-04** `ccd96d4d8d0e` — 1 breaking
  - api path removed without deprecation
- **2024-08-23** `e94253f466da` — 1 info
  - endpoint added
- **2024-08-21** `949db88fed77` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/apache/apis/apache-answer/changes/answer/api/v1/badge/user/awards/recent/get.md)

---

[API](https://skmtc.dev/apache/apis/apache-answer.md) · [All operations](https://skmtc.dev/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-answer/revisions/e9c2980e6571/schema)
