# DeviantArt API **Provider:** DeviantArt **Category:** social **Base URL:** `https://www.deviantart.com` **Auth:** api-key โ€” `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 120 req/min (client credentials) ยท 120 req/min (OAuth) **Free Tier:** Yes โ€” available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.deviantart.com/developers/ ## Description The largest social networking website for artists and art enthusiasts. | N/A | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.deviantart.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.deviantart.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free API for developers. DeviantArt API requires OAuth 2.0 registration. No paid tiers. Access to artworks, community features, galleries. Rate limits apply. --- *Source: [API Map](https://apimap.dev/apis/deviantart/) โ€” CC BY 4.0*