---
title: "Get Pattern Matrix"
method: GET
path: "/PenguinStats/api/v2/result/pattern"
tags: ["Result"]
---

# Get Pattern Matrix

`GET /PenguinStats/api/v2/result/pattern`

## Query parameters

- `server` 'CN' | 'US' | 'JP' | 'KR', required
- `is_personal` boolean
- `showAllPatterns` boolean

## Response `200`

OK

- V2PatternMatrixQueryResult
  - `pattern_matrix` V2OnePatternMatrixElement[]
    - `end` integer, nullable
    - `pattern` V2Pattern
      - `drops` V2OneDrop[]
        - `itemId` string
        - `quantity` integer
    - `quantity` integer
    - `stageId` string
    - `start` integer
    - `times` integer

## Other responses

- `500` — An unexpected error occurred

## Changes

- **2023-05-06** `234b883fc044` — 1 info
  - added the new optional `query` request parameter `showAllPatterns`
- **2022-03-09** `aadf4ef7ee07` — 2 info
  - the endpoint scheme security `PenguinIDAuth` was added to the API
  - endpoint reactivated
- **2022-02-27** `2222bc4bbebb` — 1 info
  - endpoint added
- **2021-12-02** `8a0f5cfc9d22` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api/changes/PenguinStats/api/v2/result/pattern/get.md)

---

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