---
title: "Get server rankings for a title"
method: GET
path: "/v1/rankings/{title_id}"
---

# Get server rankings for a title

`GET /v1/rankings/{title_id}`

## Path parameters

- `title_id` string, required

## Query parameters

- `type` 'popular' — Ranking type
- `limit` integer — Number of results

## Response `200`

Successful response

- object
  - `servers` object[]
    - `name` string
    - `players` string
    - `rank` string
    - `score` string
    - `server_id` string
    - `slots` string
  - `title_id` string
  - `type` string

## Other responses

- `400` — Bad Request - Invalid input or request parameters. Possible error codes: parameter-invalid

---

[API](https://skmtc.dev/cftools/apis/gameserverdataservice.md) · [All operations](https://skmtc.dev/cftools/apis/gameserverdataservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cftools/gameserverdataservice/revisions/df48f53723b0/schema)
