Tumblr

Tumblr — public JSON route

💬 Social & WorkREACHABLEchecked 4h ago
AUTH OAUTHCORS AGENT HTTPS COMMERCIAL ?

Tumblr listed as OAuth but exposes a keyless read route we verified (Social). Check docs for auth on write routes.

100REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: — · healthy
CHECK TIER · REACHABILITY

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass.

Uptime history
100%90d reachable
100%30d reachable
4hLast check · since JUL 8 · server OK
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.tumblr.com/v2/blog/david.tumblr.com/info?api_key=YOUR_API_KEY

{
  "meta": {
    "status": 200,
    "msg": "OK"
  },
  "response": {
    "blog": {
      "ask": true,
      "ask_anon": false,
      "ask_page_title": "Ask me anything",
      "asks_allow_media": true,
      "avatar": [
        {
          "width": 512,
          "height": 512,
          "url": "https://64.media.tumblr.com/avatar_fdf0635a9d74_512.png",
          "accessories": []
        },
        {
          "width": 128,
          "height": 128,
          "url": "https://64.media.tumblr.com/avatar_fdf0635a9d74_128.png",
          "accessories": []
        }
      ],
      "can_chat": false,
      "can_subscribe": false,
      "description": "Est. 2006"
    }
  }
}
Call itcurl · fetch · python
curl "https://api.tumblr.com/v2/blog/david.tumblr.com/info?api_key=YOUR_API_KEY"
const res = await fetch("https://api.tumblr.com/v2/blog/david.tumblr.com/info?api_key=YOUR_API_KEY");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.tumblr.com/v2/blog/david.tumblr.com/info?api_key=YOUR_API_KEY")
print(res.json())
Endpoints · 6ReachableFULL DOCS ↗
Auth wall reachable — GET /v2/blog/david.tumblr.com/info?api_key=YOUR_API_KEY (key stripped)208 mschecked 4h ago
GET/v2/blog/david.tumblr.com/info?api_key=YOUR_API_KEYPROBED

Tumblr — public JSON route

GET/v2

V2 — documented GET route.

GET/v2/1

V2 details by ID (example: 1).

GET/v2?limit=10

V2 — documented GET route.

GET/v2/search?q=test

Search by query parameters.

GET/v2/

V2 — documented GET route.

Machine-readable spec

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Tumblr: common questions

Is Tumblr free to use?

Yes — Tumblr is a free social & work API. Free tier: OAuth — some read routes may be public. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Tumblr need an API key?

Yes — Tumblr authenticates with OAuth. See the provider docs for scopes and token setup; rate limits: Unpublished.

Can I call Tumblr from the browser?

Yes — Tumblr returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Tumblr up right now?

As of our last scheduled check, Tumblr is healthy with 100% uptime over 90 days and a 208 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.