Get all commonly used licenses

GET {{baseUrl}}/licenses?featured=<boolean>&per_page=30

Request Params

KeyDatatypeRequiredDescription
featuredstring
per_pagenumberResults per page (max 100)

RESPONSES

status: OK

[{&quot;key&quot;:&quot;mit&quot;,&quot;name&quot;:&quot;MIT License&quot;,&quot;spdx_id&quot;:&quot;MIT&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/mit&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;},{&quot;key&quot;:&quot;lgpl-3.0&quot;,&quot;name&quot;:&quot;GNU Lesser General Public License v3.0&quot;,&quot;spdx_id&quot;:&quot;LGPL-3.0&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/lgpl-3.0&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;},{&quot;key&quot;:&quot;mpl-2.0&quot;,&quot;name&quot;:&quot;Mozilla Public License 2.0&quot;,&quot;spdx_id&quot;:&quot;MPL-2.0&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/mpl-2.0&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;},{&quot;key&quot;:&quot;agpl-3.0&quot;,&quot;name&quot;:&quot;GNU Affero General Public License v3.0&quot;,&quot;spdx_id&quot;:&quot;AGPL-3.0&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/agpl-3.0&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;},{&quot;key&quot;:&quot;unlicense&quot;,&quot;name&quot;:&quot;The Unlicense&quot;,&quot;spdx_id&quot;:&quot;Unlicense&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/unlicense&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;},{&quot;key&quot;:&quot;apache-2.0&quot;,&quot;name&quot;:&quot;Apache License 2.0&quot;,&quot;spdx_id&quot;:&quot;Apache-2.0&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/apache-2.0&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;},{&quot;key&quot;:&quot;gpl-3.0&quot;,&quot;name&quot;:&quot;GNU General Public License v3.0&quot;,&quot;spdx_id&quot;:&quot;GPL-3.0&quot;,&quot;url&quot;:&quot;https://api.github.com/licenses/gpl-3.0&quot;,&quot;node_id&quot;:&quot;MDc6TGljZW5zZW1pdA==&quot;}]