v19

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

Get the text and title of a license

get/tag/license/{id}

Response

Expected response to a valid request

titlestring
bodystring

Example response

{
  "title": "GNU Lesser General Public License v3.0 or later",
  "body": "Insert the entire text of the LGPL-3.0 here..."
}