This endpoint returns the list of licenses currently supported by the API.

Request

GET https://api.gateway.inokufu.com/learningobject/v3/license

Headers

This endpoint does not require any API key authentication in the header.

Query Parameters

This endpoint does not require any query parameter.

Code example

curl "https://api.gateway.inokufu.com/learningobject/v3/license"

Response

Response parameters

Parameter

Description

id_license

UUID of the license

license

SPDX identifier for the license

name

Name of the license

description

Description of the license

permissions

List of permissions granted by the license

conditions

List of conditions imposed by the license

limitations

List of limitations imposed by the license

url

Official URL of the license

Response example

Here is an example of the JSON structured response provided by this endpoint.

[
  {
    "id_license": "0bsd",
    "license": "0BSD",
    "name": {
      "en": "BSD Zero Clause License"
    },
    "description": {
      "en": "The BSD Zero Clause license goes further than the BSD 2-Clause license to allow you unlimited freedom with the software without requirements to include the copyright notice, license text, or disclaimer in either source or binary forms."
    },
    "permissions": [
      "commercial-use",
      "distribution",
      "modifications",
      "private-use"
    ],
    "conditions": [],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/0BSD.html"
  },
  {
    "id_license": "afl-3.0",
    "license": "AFL-3.0",
    "name": {
      "en": "Academic Free License v3.0"
    },
    "description": {
      "en": "The Academic Free License is a variant of the Open Software License that does not require that the source code of derivative works be disclosed. It contains explicit copyright and patent grants and reserves trademark rights in the author."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use",
      "patent-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes"
    ],
    "limitations": [
      "trademark-use",
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/AFL-3.0.html"
  },
  {
    "id_license": "agpl-3.0",
    "license": "AGPL-3.0",
    "name": {
      "en": "GNU Affero General Public License v3.0"
    },
    "description": {
      "en": "Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "disclose-source",
      "network-use-disclose",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/AGPL-3.0.html"
  },
  {
    "id_license": "apache-2.0",
    "license": "Apache-2.0",
    "name": {
      "en": "Apache License 2.0"
    },
    "description": {
      "en": "A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes"
    ],
    "limitations": [
      "trademark-use",
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/Apache-2.0.html"
  },
  {
    "id_license": "artistic-2.0",
    "license": "Artistic-2.0",
    "name": {
      "en": "Artistic License 2.0"
    },
    "description": {
      "en": "Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes"
    ],
    "limitations": [
      "liability",
      "trademark-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/Artistic-2.0.html"
  },
  {
    "id_license": "bsd-2-clause",
    "license": "BSD-2-Clause",
    "name": {
      "en": "BSD 2-Clause \"Simplified\" License"
    },
    "description": {
      "en": "A permissive license that comes in two variants, the <a href=\"/licenses/bsd-2-clause/\">BSD 2-Clause</a> and <a href=\"/licenses/bsd-3-clause/\">BSD 3-Clause</a>. Both have very minute differences to the MIT license."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/BSD-2-Clause.html"
  },
  {
    "id_license": "bsd-3-clause-clear",
    "license": "BSD-3-Clause-Clear",
    "name": {
      "en": "BSD 3-Clause Clear License"
    },
    "description": {
      "en": "A variant of the <a href=\"/licenses/bsd-3-clause/\">BSD 3-Clause License</a> that explicitly does not grant any patent rights."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "patent-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/BSD-3-Clause-Clear.html"
  },
  {
    "id_license": "bsd-3-clause",
    "license": "BSD-3-Clause",
    "name": {
      "en": "BSD 3-Clause \"New\" or \"Revised\" License"
    },
    "description": {
      "en": "A permissive license similar to the <a href=\"/licenses/bsd-2-clause/\">BSD 2-Clause License</a>, but with a 3rd clause that prohibits others from using the name of the copyright holder or its contributors to promote derived products without written consent."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/BSD-3-Clause.html"
  },
  {
    "id_license": "bsd-4-clause",
    "license": "BSD-4-Clause",
    "name": {
      "en": "BSD 4-Clause \"Original\" or \"Old\" License"
    },
    "description": {
      "en": "A permissive license similar to the <a href=\"/licenses/bsd-3-clause/\">BSD 3-Clause License</a>, but with an \"advertising clause\" that requires an acknowledgment of the original source in all advertising material."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/BSD-4-Clause.html"
  },
  {
    "id_license": "bsl-1.0",
    "license": "BSL-1.0",
    "name": {
      "en": "Boost Software License 1.0"
    },
    "description": {
      "en": "A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright--source"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/BSL-1.0.html"
  },
  {
    "id_license": "cc-by-4.0",
    "license": "CC-BY-4.0",
    "name": {
      "en": "Creative Commons Attribution 4.0 International"
    },
    "description": {
      "en": "Permits almost any use subject to providing credit and license notice. Frequently used for media assets and educational materials. The most common license for Open Access scientific publications. Not recommended for software."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes"
    ],
    "limitations": [
      "liability",
      "trademark-use",
      "patent-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/CC-BY-4.0.html"
  },
  {
    "id_license": "cc-by-sa-4.0",
    "license": "CC-BY-SA-4.0",
    "name": {
      "en": "Creative Commons Attribution Share Alike 4.0 International"
    },
    "description": {
      "en": "Similar to <a href='/licenses/cc-by-4.0/'>CC-BY-4.0</a> but requires derivatives be distributed under the same or a similar, <a href=\"https://creativecommons.org/compatiblelicenses/\">compatible</a> license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "same-license"
    ],
    "limitations": [
      "liability",
      "trademark-use",
      "patent-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/CC-BY-SA-4.0.html"
  },
  {
    "id_license": "cc0-1.0",
    "license": "CC0-1.0",
    "name": {
      "en": "Creative Commons Zero v1.0 Universal"
    },
    "description": {
      "en": "The <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [],
    "limitations": [
      "liability",
      "trademark-use",
      "patent-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/CC0-1.0.html"
  },
  {
    "id_license": "cecill-2.1",
    "license": "CECILL-2.1",
    "name": {
      "en": "CeCILL Free Software License Agreement v2.1"
    },
    "description": {
      "en": "Strong copyleft license made by three French public research organisations, CEA, CNRS, and Inria, compatible with AGPL-3.0, EUPL-1.1, and GPL-2.0, or later versions of those licenses."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use",
      "patent-use"
    ],
    "conditions": [
      "include-copyright",
      "network-use-disclose",
      "disclose-source",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/CECILL-2.1.html"
  },
  {
    "id_license": "cern-ohl-p-2.0",
    "license": "CERN-OHL-P-2.0",
    "name": {
      "en": "CERN Open Hardware Licence Version 2 - Permissive"
    },
    "description": {
      "en": "A permissive license for hardware designs, with conditions only requiring preservation of notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without sources."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use",
      "patent-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/CERN-OHL-P-2.0.html"
  },
  {
    "id_license": "cern-ohl-s-2.0",
    "license": "CERN-OHL-S-2.0",
    "name": {
      "en": "CERN Open Hardware Licence Version 2 - Strongly Reciprocal"
    },
    "description": {
      "en": "Permissions of this strongly reciprocal license for hardware designs are conditioned on making available complete sources of licensed works and modifications, which include larger works using a licensed work, under the same license. Notices must be preserved. Contributors provide an express grant of patent rights."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use",
      "patent-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "disclose-source",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/CERN-OHL-S-2.0.html"
  },
  {
    "id_license": "cern-ohl-w-2.0",
    "license": "CERN-OHL-W-2.0",
    "name": {
      "en": "CERN Open Hardware Licence Version 2 - Weakly Reciprocal"
    },
    "description": {
      "en": "Permissions of this weakly-reciprocal license are conditioned on making available complete sources of licensed works and modifications under the same license. Notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without sources for the larger work."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use",
      "patent-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "disclose-source",
      "same-license--library"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/CERN-OHL-W-2.0.html"
  },
  {
    "id_license": "ecl-2.0",
    "license": "ECL-2.0",
    "name": {
      "en": "Educational Community License v2.0"
    },
    "description": {
      "en": "The Educational Community License version 2.0 (\"ECL\") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes"
    ],
    "limitations": [
      "trademark-use",
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/ECL-2.0.html"
  },
  {
    "id_license": "epl-1.0",
    "license": "EPL-1.0",
    "name": {
      "en": "Eclipse Public License 1.0"
    },
    "description": {
      "en": "This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones."
    },
    "permissions": [
      "commercial-use",
      "distribution",
      "modifications",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "disclose-source",
      "include-copyright",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/EPL-1.0.html"
  },
  {
    "id_license": "epl-2.0",
    "license": "EPL-2.0",
    "name": {
      "en": "Eclipse Public License 2.0"
    },
    "description": {
      "en": "This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones."
    },
    "permissions": [
      "commercial-use",
      "distribution",
      "modifications",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "disclose-source",
      "include-copyright",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/EPL-2.0.html"
  },
  {
    "id_license": "eupl-1.1",
    "license": "EUPL-1.1",
    "name": {
      "en": "European Union Public License 1.1"
    },
    "description": {
      "en": "The “European Union Public Licence” (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in 22 official languages of the European Union."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "disclose-source",
      "document-changes",
      "network-use-disclose",
      "same-license"
    ],
    "limitations": [
      "liability",
      "trademark-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/EUPL-1.1.html"
  },
  {
    "id_license": "eupl-1.2",
    "license": "EUPL-1.2",
    "name": {
      "en": "European Union Public License 1.2"
    },
    "description": {
      "en": "The European Union Public Licence (EUPL) is a copyleft free/open source software license created on the initiative of and approved by the European Commission in <a href=\"https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\">23 official languages</a> of the European Union."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "disclose-source",
      "document-changes",
      "network-use-disclose",
      "same-license"
    ],
    "limitations": [
      "liability",
      "trademark-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/EUPL-1.2.html"
  },
  {
    "id_license": "gfdl-1.3",
    "license": "GFDL-1.3",
    "name": {
      "en": "GNU Free Documentation License v1.3"
    },
    "description": {
      "en": "A copyleft license for software documentation."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "disclose-source",
      "same-license",
      "document-changes"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/GFDL-1.3.html"
  },
  {
    "id_license": "gpl-2.0",
    "license": "GPL-2.0",
    "name": {
      "en": "GNU General Public License v2.0"
    },
    "description": {
      "en": "The GNU GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. There are multiple variants of the GNU GPL, each with different requirements."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "disclose-source",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/GPL-2.0.html"
  },
  {
    "id_license": "gpl-3.0",
    "license": "GPL-3.0",
    "name": {
      "en": "GNU General Public License v3.0"
    },
    "description": {
      "en": "Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "disclose-source",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/GPL-3.0.html"
  },
  {
    "id_license": "isc",
    "license": "ISC",
    "name": {
      "en": "ISC License"
    },
    "description": {
      "en": "A permissive license lets people do anything with your code with proper attribution and without warranty. The ISC license is functionally equivalent to the <a href=\"/licenses/bsd-2-clause/\">BSD 2-Clause</a> and <a href=\"/licenses/mit/\">MIT</a> licenses, removing some language that is no longer necessary."
    },
    "permissions": [
      "commercial-use",
      "distribution",
      "modifications",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/ISC.html"
  },
  {
    "id_license": "lgpl-2.1",
    "license": "LGPL-2.1",
    "name": {
      "en": "GNU Lesser General Public License v2.1"
    },
    "description": {
      "en": "Primarily used for software libraries, the GNU LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used versions of the GNU LGPL."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "disclose-source",
      "document-changes",
      "same-license--library"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/LGPL-2.1.html"
  },
  {
    "id_license": "lgpl-3.0",
    "license": "LGPL-3.0",
    "name": {
      "en": "GNU Lesser General Public License v3.0"
    },
    "description": {
      "en": "Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "disclose-source",
      "document-changes",
      "same-license--library"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/LGPL-3.0.html"
  },
  {
    "id_license": "lppl-1.3c",
    "license": "LPPL-1.3c",
    "name": {
      "en": "LaTeX Project Public License v1.3c"
    },
    "description": {
      "en": "The LaTeX Project Public License (LPPL) is the primary license under which the LaTeX kernel and the base LaTeX packages are distributed."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "disclose-source"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/LPPL-1.3c.html"
  },
  {
    "id_license": "mit-0",
    "license": "MIT-0",
    "name": {
      "en": "MIT No Attribution"
    },
    "description": {
      "en": "A short and simple permissive license with no conditions, not even requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/MIT-0.html"
  },
  {
    "id_license": "mit",
    "license": "MIT",
    "name": {
      "en": "MIT License"
    },
    "description": {
      "en": "A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/MIT.html"
  },
  {
    "id_license": "mpl-2.0",
    "license": "MPL-2.0",
    "name": {
      "en": "Mozilla Public License 2.0"
    },
    "description": {
      "en": "Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "disclose-source",
      "include-copyright",
      "same-license--file"
    ],
    "limitations": [
      "liability",
      "trademark-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/MPL-2.0.html"
  },
  {
    "id_license": "ms-pl",
    "license": "MS-PL",
    "name": {
      "en": "Microsoft Public License"
    },
    "description": {
      "en": "An open source license with a patent grant."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "warranty",
      "trademark-use"
    ],
    "url": "https://spdx.org/licenses/MS-PL.html"
  },
  {
    "id_license": "ms-rl",
    "license": "MS-RL",
    "name": {
      "en": "Microsoft Reciprocal License"
    },
    "description": {
      "en": "An open source license with a patent grant similar to the <a href=\"/licenses/ms-pl/\">Microsoft Public License</a>, with the additional condition that any source code for any derived file be provided under this license."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "disclose-source",
      "include-copyright",
      "same-license--file"
    ],
    "limitations": [
      "warranty",
      "trademark-use"
    ],
    "url": "https://spdx.org/licenses/MS-RL.html"
  },
  {
    "id_license": "mulanpsl-2.0",
    "license": "MulanPSL-2.0",
    "name": {
      "en": "Mulan Permissive Software License, Version 2"
    },
    "description": {
      "en": "A permissive license similar to the <a href=\"/licenses/apache-2.0/\">Apache License</a>, but explicitly states that it does not grant trademark rights. Mulan Permissive Software License is the first open source license in both Chinese and English approved by OSI."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "trademark-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/MulanPSL-2.0.html"
  },
  {
    "id_license": "ncsa",
    "license": "NCSA",
    "name": {
      "en": "University of Illinois/NCSA Open Source License"
    },
    "description": {
      "en": "The University of Illinois/NCSA Open Source License, or UIUC license, is a permissive free software license, based on the <a href=\"/licenses/mit/\">MIT/X11 license</a>  and the <a href=\"/licenses/bsd-3-clause/\">BSD 3-clause License</a>. Its conditions include requiring the preservation of copyright and license notices both in source and in binary distributions and the prohibition of using the names of the authors or the project organization to promote or endorse derived products."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/NCSA.html"
  },
  {
    "id_license": "odbl-1.0",
    "license": "ODbL-1.0",
    "name": {
      "en": "Open Data Commons Open Database License v1.0"
    },
    "description": {
      "en": "The Open Database License (ODbL) is a license agreement intended to allow users to freely share, modify, and use a database while maintaining this same freedom for others."
    },
    "permissions": [
      "commercial-use",
      "distribution",
      "modifications",
      "private-use"
    ],
    "conditions": [
      "disclose-source",
      "include-copyright",
      "same-license"
    ],
    "limitations": [
      "liability",
      "patent-use",
      "trademark-use",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/ODbL-1.0.html"
  },
  {
    "id_license": "ofl-1.1",
    "license": "OFL-1.1",
    "name": {
      "en": "SIL Open Font License 1.1"
    },
    "description": {
      "en": "The Open Font License (OFL) is maintained by SIL International. It attempts to be a compromise between the values of the free software and typeface design communities. It is used for almost all open source font projects, including those by Adobe, Google and Mozilla."
    },
    "permissions": [
      "private-use",
      "commercial-use",
      "modifications",
      "distribution"
    ],
    "conditions": [
      "include-copyright",
      "same-license"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/OFL-1.1.html"
  },
  {
    "id_license": "osl-3.0",
    "license": "OSL-3.0",
    "name": {
      "en": "Open Software License 3.0"
    },
    "description": {
      "en": "OSL 3.0 is a copyleft license that does not require reciprocal licensing on linked works. It also provides an express grant of patent rights from contributors to users, with a termination clause triggered if a user files a patent infringement lawsuit."
    },
    "permissions": [
      "commercial-use",
      "distribution",
      "modifications",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "disclose-source",
      "document-changes",
      "network-use-disclose",
      "same-license"
    ],
    "limitations": [
      "trademark-use",
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/OSL-3.0.html"
  },
  {
    "id_license": "postgresql",
    "license": "PostgreSQL",
    "name": {
      "en": "PostgreSQL License"
    },
    "description": {
      "en": "A very short, BSD-style license, used specifically for PostgreSQL."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/PostgreSQL.html"
  },
  {
    "id_license": "unlicense",
    "license": "Unlicense",
    "name": {
      "en": "The Unlicense"
    },
    "description": {
      "en": "A license with no conditions whatsoever which dedicates works to the public domain. Unlicensed works, modifications, and larger works may be distributed under different terms and without source code."
    },
    "permissions": [
      "private-use",
      "commercial-use",
      "modifications",
      "distribution"
    ],
    "conditions": [],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/Unlicense.html"
  },
  {
    "id_license": "upl-1.0",
    "license": "UPL-1.0",
    "name": {
      "en": "Universal Permissive License v1.0"
    },
    "description": {
      "en": "A permissive, OSI and FSF approved, GPL compatible license, expressly allowing attribution with just a copyright notice and a short form link rather than the full text of the license.  Includes an express grant of patent rights.  Licensed works and modifications may be distributed under different terms and without source code, and the patent grant may also optionally be expanded to larger works to permit use as a contributor license agreement."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "patent-use",
      "private-use"
    ],
    "conditions": [
      "include-copyright"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/UPL-1.0.html"
  },
  {
    "id_license": "vim",
    "license": "Vim",
    "name": {
      "en": "Vim License"
    },
    "description": {
      "en": "There are no restrictions on using or distributing an unmodified copy of the software. Parts of the software may also be distributed, but the license text must always be included. For modified versions a few restrictions apply. The license is GPL compatible, you may compile the software with GPL libraries and distribute it."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright",
      "document-changes",
      "disclose-source",
      "same-license"
    ],
    "limitations": [],
    "url": "https://spdx.org/licenses/Vim.html"
  },
  {
    "id_license": "wtfpl",
    "license": "WTFPL",
    "name": {
      "en": "Do What The F*ck You Want To Public License"
    },
    "description": {
      "en": "The easiest license out there. It gives the user permissions to do whatever they want with your code."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [],
    "limitations": [],
    "url": "https://spdx.org/licenses/WTFPL.html"
  },
  {
    "id_license": "zlib",
    "license": "Zlib",
    "name": {
      "en": "zlib License"
    },
    "description": {
      "en": "A short permissive license, compatible with GPL. Requires altered source versions to be documented as such."
    },
    "permissions": [
      "commercial-use",
      "modifications",
      "distribution",
      "private-use"
    ],
    "conditions": [
      "include-copyright--source",
      "document-changes"
    ],
    "limitations": [
      "liability",
      "warranty"
    ],
    "url": "https://spdx.org/licenses/Zlib.html"
  }
]


/ licence/{id_license}

This endpoint returns the details associated to a specific license.

Request

GET https://api.gateway.inokufu.com/learningobject/v3/license/{id_license}

Headers

This endpoint does not require any API key authentication in the header.

Path Parameters

Parameter

Description

id_license

UUID of the license

Code example

curl "https://api.gateway.inokufu.com/learningobject/v3/license/cc-by-sa-4.0"

Response

Response parameters

Parameter

Description

id_license

UUID of the license

license

SPDX identifier for the license

name

Name of the license

description

Description of the license

permissions

List of permissions granted by the license

conditions

List of conditions imposed by the license

limitations

List of limitations imposed by the license

url

Official URL of the license

Response example

Here is an example of the JSON structured response provided by this endpoint.

{
  "id_license": "cc-by-sa-4.0",
  "license": "CC-BY-SA-4.0",
  "name": "Creative Commons Attribution Share Alike 4.0 International",
  "description": "Similar to CC-BY-4.0 but requires derivatives be distributed under the same or a similar license. Frequently used for media assets and educational materials. A previous version is the default license for Wikipedia and other Wikimedia projects. Not recommended for software.",
  "permissions": [
    "commercial-use",
    "modifications",
    "distribution",
    "private-use"
  ],
  "conditions": [
    "include-copyright",
    "document-changes",
    "same-license"
  ],
  "limitations": [
    "liability",
    "trademark-use",
    "patent-use",
    "warranty"
  ],
  "url": "https://spdx.org/licenses/CC-BY-SA-4.0.html"
}