---
title: "Health Badge Json"
method: GET
path: "/badge/health/{owner}/{repo}.json"
tags: ["badge"]
---

# Health Badge Json

`GET /badge/health/{owner}/{repo}.json`

Shields endpoint-badge JSON for the health badge.

Returns the ``{schemaVersion, label, message, color}`` shape a
``https://img.shields.io/endpoint?url=...`` badge consumes, so a README can
render through shields' own pipeline while reusing our brand color ramp.
Cached identically to the .svg route.

## Path parameters

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

## Query parameters

- `variant` string

## Response `200`

Successful Response

- unknown

## 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/8c05b8b9a5c4?raw)
