---
title: "GET /api/v2/performance-stats"
method: GET
path: "/api/v2/performance-stats"
---

# GET /api/v2/performance-stats

`GET /api/v2/performance-stats`

Returns predictions accuracy in the last 1, 7, 14, 30 days.

## Headers

- `X-RapidApi-Key` string, uuid

## Response `200`

Good request, returns object that contains accuracy and other datails about predictions.

- object
  - `data` object
    - `market` string
    - `accuracy` object
      - `yesterday` number
      - `last_7_days` number
      - `last_30_days` number
      - `last_14_days` number
    - `details` object
      - `yesterday` object
        - `total` integer
        - `lost` integer
        - `pending` integer
        - `won` integer
        - `postponed` integer
      - `last_7_days` object
        - `total` integer
        - `lost` integer
        - `pending` integer
        - `won` integer
        - `postponed` integer
      - `last_30_days` object
        - `total` integer
        - `lost` integer
        - `pending` integer
        - `won` integer
        - `postponed` integer
      - `last_14_days` object
        - `total` integer
        - `lost` integer
        - `pending` integer
        - `won` integer
        - `postponed` integer

## Other responses

- `404` — Bad request, check response for detailed errors.

---

[API](https://skmtc.net/boggio-analytics/apis/football-prediction-api.md) · [All operations](https://skmtc.net/boggio-analytics/apis/football-prediction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boggio-analytics/football-prediction-api/versions/ae245a2ba863/schema)
