v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
tags

Get a list of licenses

Deprecated - simply use SPDX IDs.

get/tag/license

Response

Expected response to a valid request

shortstring required

The short identifier of the license

namestring required

The full name of the license

Example response

[
  {
    "short": "lgpl-3",
    "name": "GNU Lesser General Public License v3"
  }
]