← Back to Dashboard

License-API

DevelopmentActiveUnknownAuth: UnknownDoc: Repo
Visit Website ↗

Description

Unofficial REST API for choosealicense.com

✨ AI Summary

Unofficial REST API for retrieving license information from choosealicense.com.

Code Example

import requests

# The actual API endpoint is not specified, this is a placeholder.
url = "https://api.example.com/licenses"

response = requests.get(url)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)