Skip to content

Get the text and title of a license

GET
/tag/license/{id}

Parameters

Path Parameters

id
required
string
[
"LGPL-3.0-or-later"
]

The license ID to get the text of

Responses

200

Expected response to a valid request

A full license

object
title
string
GNU Lesser General Public License v3.0 or later
body
string
Insert the entire text of the LGPL-3.0 here...

400

Request was invalid, see given error

object
error
required

The name of the error

string
invalid_input
description
required

The contents of the error

string
Error while parsing multipart payload