# Tumblr API **Provider:** Tumblr **Category:** social **Base URL:** `https://www.tumblr.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 250 req/day (unauthenticated) · 300 req/hour (OAuth) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.tumblr.com/docs/en/api/v2 ## Description Explore trending topics on Tumblr. See all of the GIFs, fan art, and general conversation about the internet’s favorite things. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.tumblr.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.tumblr.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free API access. Tumblr API is free for developers; requires OAuth 1.0a. No paid API tiers. Rate limits enforced based on request volume. --- *Source: [API Map](https://apimap.dev/apis/tumblr/) — CC BY 4.0*