Access and interact with Elzow's open-source project APIs to build integrations, custom tools, and workflows.
Elzow's API provides a powerful and flexible interface for developers to interact with our open-source projects. Use it to programmatically access project data, manage contributions, or integrate with external systems.
Got questions or need support? Our community and developers are here to help.
Join DiscordBegin building with Elzow's API by following these simple steps.
Use your API token to authenticate all requests with the `Authorization` header.
Explore our endpoints using the HTTP methods supported for each API path.
Review status codes and error responses to debug and improve implementation.
Discover and interact with Elzow's core API endpoints.
Retrieve a list of all public projects hosted on Elzow.
Submit a new contribution to an open-source project.
Check current API health and uptime metrics.
Modifies metadata or settings of a specific project.
Use cURL to interact with our API. Make sure you have a valid API token for authentication.
curl "https://api.elzow.org/v1/projects"
-H "Authorization: Bearer YOUR_API_TOKEN"
-X GET
Connect your applications, extend our projects, or integrate with Elzow's API to make development easier.
Contribute