---
title: "Available for UWP apps only."
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/analytics/crash_counts"
tags: ["analytics"]
deprecated: true
---

# Available for UWP apps only.

`GET /v0.1/apps/{owner_name}/{app_name}/analytics/crash_counts`

> **Deprecated.**

Count of crashes by day in the time range based the selected versions. Available for UWP apps only.

## Path parameters

- `owner_name` string, required
- `app_name` string, required

## Query parameters

- `start` string, date-time, required
- `end` string, date-time
- `versions` string[]

## Response `200`

Count of crashes by day in the time range and total crashes over the time range.

- object
  - `count` integer — Total crash count.
  - `crashes` object[] — The total crash count for day.
    - `datetime` string — The ISO 8601 datetime.
    - `count` integer — Count of the object.

## Other responses

- `default` — Error code with reason.

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/versions/4e9226ab8f35/schema)
