# Dribbble API **Provider:** Dribbble **Category:** entertainment **Base URL:** `https://developer.dribbble.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 60 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.dribbble.com ## Description Discover the world’s top designers & creatives ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.dribbble.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.dribbble.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Dribbble account. Read access: 60 req/min. Write access requires approval. --- *Source: [API Map](https://apimap.dev/apis/dribbble/) — CC BY 4.0*