---
title: "Retrieve statistics related to user contributions."
method: GET
path: "/records/stats"
tags: ["Statistics"]
---

# Retrieve statistics related to user contributions.

`GET /records/stats`

Fetches aggregated statistics for different contribution types (e.g., comments, tags, transcriptions) across various record types (e.g., authorityRecords, digitalObjects, descriptions). The results include a breakdown by contribution type and grand totals.

## Response `200`

Successfully retrieved contribution statistics.

- object
  - `digitalObjects` ContributionRecord — unresolved $ref
  - `descriptions` ContributionRecord — unresolved $ref
  - `authorityRecords` ContributionRecord — unresolved $ref
  - `metaData` MetaData — unresolved $ref

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/archives/apis/catalog-api.md) · [All operations](https://skmtc.net/archives/apis/catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/archives/catalog-api/revisions/cafec81df996/schema)
