---
title: "Get a list of game achievements."
method: GET
path: "/games/{id}/achievements"
tags: ["games"]
---

# Get a list of game achievements.

`GET /games/{id}/achievements`

## Path parameters

- `id` string, required

## Response `200`

OK

- ParentAchievement
  - `id` integer
  - `name` string
  - `description` string
  - `image` string, uri
  - `percent` string, decimal

---

[API](https://skmtc.dev/rawg/apis/rawg-video-games-database-api.md) · [All operations](https://skmtc.dev/rawg/apis/rawg-video-games-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rawg/rawg-video-games-database-api/revisions/a2efd7688148/schema)
