---
title: "GET /auth/api/suggestions/"
method: GET
path: "/auth/api/suggestions/"
tags: ["auth"]
---

# GET /auth/api/suggestions/

`GET /auth/api/suggestions/`

Page publique des suggestions : GET /auth/api/suggestions/
Filtrable par statut : GET /auth/api/suggestions/?status=pending

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` SuggestionList[], required
    - `id` integer
    - `title` string, required
    - `steam_app_id` string, nullable
    - `steam_name` string, nullable
    - `cover_url` string, uri, nullable
    - `status` 'pending' | 'added' | 'rejected' | 'upcoming'
    - `suggested_by` string
    - `created_at` string, date-time

---

[API](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api.md) · [All operations](https://skmtc.dev/jeuxcracks/apis/jeuxcracks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jeuxcracks/jeuxcracks-api/revisions/6e8cd2610a4c/schema)
