Get Open Collective data
Access and retrieve data from the Open Collective platform for communities and projects.
import requests
url = "https://api.opencollective.com/v1/collectives/open-source-collective"
headers = {
"Api-Key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)