# Indiegogo > Indiegogo is a global crowdfunding platform where entrepreneurs and creators raise funds for products, creative works, and community projects. Its Public API exposes read-only, unauthenticated endpoints for retrieving creators and active crowdfunding projects. This file was generated by the API Evangelist enrichment pipeline from apis.yml and the repo's harvested artifacts. ## APIs - [Indiegogo Public API docs](https://help.indiegogo.com/article/616-indiegogo-public-api): Read-only public endpoints for creators and crowdfunding projects (no auth, cached). - [Developer Resources](https://help.indiegogo.com/category/617-developer-resources): Indiegogo developer knowledge base. ## Specs - [OpenAPI 3.1 (public)](https://raw.githubusercontent.com/api-evangelist/indiegogo/refs/heads/main/openapi/indiegogo-public-openapi.yml): Harvested from the live public endpoints. ## Operations - getCreator — GET /api/public/creators/getCreator?urlName={urlName} - getActiveCrowdfundingProjects — GET /api/public/projects/getActiveCrowdfundingProjects - getCrowdfundingProject — GET /api/public/projects/getCrowdfundingProject?urlName={urlName} ## Artifacts - [Authentication](https://raw.githubusercontent.com/api-evangelist/indiegogo/refs/heads/main/authentication/indiegogo-authentication.yml): Public (no auth); legacy Partner API token model noted. - [Error catalog](https://raw.githubusercontent.com/api-evangelist/indiegogo/refs/heads/main/errors/indiegogo-problem-types.yml): {success,message} 400 envelope. - [Conventions](https://raw.githubusercontent.com/api-evangelist/indiegogo/refs/heads/main/conventions/indiegogo-conventions.yml) - [Data model](https://raw.githubusercontent.com/api-evangelist/indiegogo/refs/heads/main/data-model/indiegogo-data-model.yml) - [MCP tools (candidate)](https://raw.githubusercontent.com/api-evangelist/indiegogo/refs/heads/main/mcp/indiegogo-mcp.yml) - [Agent Skills](https://raw.githubusercontent.com/api-evangelist/indiegogo/refs/heads/main/skills/_index.yml) ## Docs - [Fees & Pricing](https://www.indiegogo.com/en/info/fees) - [Blog](https://www.indiegogo.com/en/blog) - [Terms of Service](https://www.indiegogo.com/about/terms) - [Privacy Policy](https://www.indiegogo.com/about/privacy)