Get release asset

Fetch a release asset from GitHub releases with optional theme injection.

GET
/release/{tag}

Path Parameters

tag*string

Release tag (latest or version like v3.8.10).

Query Parameters

asset?string

Asset file name. Defaults to main.user.css.

Default"main.user.css"
theme?string

TweakCN theme ID for CSS variable injection.

Match^c[a-z0-9]{24}$

Response Body

curl -X GET "https://coolify-tweaks-api.techwithanirudh.com/release/latest"
"string"
Empty
Empty
Empty

Last updated on