---
title: "list all badges group by group"
method: GET
path: "/answer/api/v1/badges"
tags: ["api-badge"]
---

# list all badges group by group

`GET /answer/api/v1/badges`

list all badges group by group

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` SchemaGetBadgeListResp[] — response data
    - `badges` SchemaBadgeListInfo[] — badge list info
      - `award_count` integer — badge award count
      - `earned_count` integer — badge earned count
      - `icon` string — badge icon
      - `id` string — badge id
      - `level` 1 | 2 | 3
      - `name` string — badge name
    - `group_name` string — badge group 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/badges/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)
