Unispec Docs
ApiRegistryProjects

Validation status badge (SVG)

Embeddable SVG badge showing the validation status of the latest published version — `validated`, `warnings`, `failing`, or `unpublished`. Public projects serve the badge anonymously (suitable for READMEs); private projects follow the usual read rules.

GET
/projects/{owner}/{project}/badge.svg

Embeddable SVG badge showing the validation status of the latest published version — validated, warnings, failing, or unpublished. Public projects serve the badge anonymously (suitable for READMEs); private projects follow the usual read rules.

Path Parameters

owner*string
project*string

Response Body

image/svg+xml

application/json

curl -X GET "https://example.com/projects/string/string/badge.svg"
"string"
{  "error": {    "code": "string",    "message": "string"  }}