← Back to Dashboard

Open Collective

SocialActiveUnknownAuth: API KeyDoc: HTML
Visit Website ↗

Description

Get Open Collective data

✨ AI Summary

Access and retrieve data from the Open Collective platform for communities and projects.

Code Example

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())

Live Health Metrics

Last 50 checks (10 min intervals)