---
title: "Returns information about a license template"
method: GET
path: "/licenses/{name}"
tags: ["miscellaneous"]
---

# Returns information about a license template

`GET /licenses/{name}`

## Path parameters

- `name` string, required

## Response `200`

LicenseTemplateInfo

- LicenseTemplateInfo — LicensesInfo contains information about a License
  - `body` string — Body contains the full text of the license
  - `implementation` string — Implementation contains license implementation details
  - `key` string — Key is the unique identifier for the license template
  - `name` string — Name is the display name of the license
  - `url` string — URL is the reference URL for the license

## Other responses

- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/versions/350de506cefa/schema)
