---
title: "Get a list of most recent posts from the game's subreddit."
method: GET
path: "/games/{id}/reddit"
tags: ["games"]
---

# Get a list of most recent posts from the game's subreddit.

`GET /games/{id}/reddit`

## Path parameters

- `id` string, required

## Response `200`

OK

- Reddit
  - `id` integer
  - `name` string
  - `text` string
  - `image` string, uri
  - `url` string, uri
  - `username` string
  - `username_url` string, uri
  - `created` string, date-time

---

[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)
