Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Returns the version of the Gitea application

GET
/version
curl --request GET \
--url https://gitea.com/api/v1/version \
--header 'Authorization: Basic <credentials>'

ServerVersion

Media typeapplication/json

ServerVersion wraps the version of the server

object
version

Version is the server version string

string
Examplegenerated
{
"version": "example"
}