Sign in

Read blog posts in JSON

documented

Read blog posts in JSON format via the v1 Read API.

GET /api/read/jsonBlogsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$blog_subdomain}}.tumblr.com/api/read/json?start={{$start}}&num={{$num}}&type={{$type}}&id={{$id}}&filter={{$filter}}&tagged={{$tagged}}&callback={{$callback}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"