---
title: "Get a player's vote cooldowns"
method: GET
path: "/votes/{username}"
tags: ["Votes"]
---

# Get a player's vote cooldowns

`GET /votes/{username}`

Returns when the player can next vote on each website.

## Path parameters

- `username` string, required

## Response `200`

Map of website name to next available vote time

## Other responses

- `404` — User not found

---

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