---
title: "list rankings"
method: GET
path: "/rankings"
tags: ["Rankings"]
---

# list rankings

`GET /rankings`

## Query parameters

- `locale` 'nl' | 'en'
- `page` integer
- `per_page` integer

## Response `200`

success

- object
  - `rankings` RankingForList[]
    - `id` integer
    - `title` string
    - `cover_image_url` object
      - `medium` string — url of medium-size cover image
      - `large` string — url of full-size cover image
    - `updated_on` string, date — last published date (or last updated for preview)
    - `renews` unknown
  - `total` integer — total number of items

---

[API](https://skmtc.dev/thequestionmark/apis/questionmark-api-v1-2.md) · [All operations](https://skmtc.dev/thequestionmark/apis/questionmark-api-v1-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thequestionmark/questionmark-api-v1-2/revisions/936ff09e6fa1/schema)
