Skip to content

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 GradeWebsite

The definitive license list for the open-source world.

Public API

Get All Licenses - /licenses

Supports JSONSupports XMlSupports YAML

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

Get License Information - /licenses/:id

Supports JSONSupports XMlSupports 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.