# Creative Commons Catalog API **Provider:** Creative Commons Catalog **Category:** developer **Base URL:** `https://api.creativecommons.engineering` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5,000 req/day (with key) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.creativecommons.engineering/ ## Description Search among openly licensed and public domain works ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.creativecommons.engineering/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://api.creativecommons.engineering' ``` ## Sample Response ```json {} ``` ## Pricing Details Free and open. Creative Commons licensed content catalog API; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/creative-commons-catalog/) — CC BY 4.0*