---
title: "Get Public Download Count"
method: GET
path: "/api/gateway/downloads"
tags: ["Gateway"]
---

# Get Public Download Count

`GET /api/gateway/downloads`

Get total Context-Gateway download count (public, no auth).

- Rate limited to 120 requests/minute per IP
- Used by frontend to display download count badge.
- Returns all-time total downloads with 5-minute caching.

## Query parameters

- `req` unknown, required

## Response `200`

Total download count

- object

## Other responses

- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/versions/93ee959dfa51/schema)
