---
title: "Distribution Badge"
method: GET
path: "/badge/wiki/{owner}/{repo}.svg"
tags: ["badge"]
---

# Distribution Badge

`GET /badge/wiki/{owner}/{repo}.svg`

The distribution badge. Pure function of the URL — no database access.

It renders for any well-formed owner/repo, indexed or not. That is
deliberate: a maintainer who adds the badge must never see a broken image
while their first index is still running, and the badge reveals nothing
about whether a repo exists (it renders identically either way).

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `style` string

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/d1694e41a8a1?raw)
