---
title: "Retrieves monthly gyms rankings summary"
method: GET
path: "/api/company_analytic/v1/monthly_gyms_rankings"
tags: ["Analytics"]
---

# Retrieves monthly gyms rankings summary

`GET /api/company_analytic/v1/monthly_gyms_rankings`

This endpoint lists the most popular gyms visited by the company's beneficiaries during the month, ranked by total check-ins. It helps to identify preferred fitness facilities among employees and aids in partnership or location strategy decisions.

## Response `200`

returns the monthly gyms rankings summary details

- object
  - `data` object[]
    - `key` string
    - `reference` string
    - `ranking_position` string
    - `value` string
    - `type` string

## Other responses

- `401` — returns unauthorized when api key is invalid
- `404` — returns not found when there is no data
- `422` — returns unprocessable entity on unexpected errors

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
