---
title: "Get User Points"
method: GET
path: "/v1/points/{system}/{user_id}/"
tags: ["points"]
---

# Get User Points

`GET /v1/points/{system}/{user_id}/`

Get points of a user for a specific point system.

## Path parameters

- `system` string, required
- `user_id` integer, required

## Response `200`

Successful Response

- UserPoints
  - `system` string, required
  - `amount` integer, required

## Other responses

- `401` — Unauthorized. You can't access this point system.
- `422` — Validation Error
- `429` — Out of requests. `X-RateLimit-Bucket` says which limit you hit and `Retry-After` how many seconds to wait. This request was not counted against you.

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
