Skip to content

🦋 The definitive list of open-source, source-available, and commercial licenses.

License

Notifications You must be signed in to change notification settings

fairfield-programming/openlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open List

Mozilla HTTP Observatory Grade Website

The definitive license list for the open-source world.

Public API

Get All Licenses - /licenses

Supports JSON Supports XMl Supports YAML

This endpoint allows querying access for licenses inside of the FPA license list.

Get License Information - /licenses/:id

Supports JSON Supports XMl Supports YAML

This endpoint allows you to get all of the information that we have stored about a license.

Get License Bodies - /licenses/:id/raw.txt

This endpoint allows you to retrieve the body of a license. This is how the license would be stored in a file.

Get License Regex - /regex

Allows you to retrieve the regex matches for all the different types of licenses. This makes life much easier when trying to identify what license a repository uses.