Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7739803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T08:36:47+00:00 2026-06-01T08:36:47+00:00

I need to get the regular title and regular body from this JSON feed.

  • 0

I need to get the regular title and regular body from this JSON feed. I have tried various methods with little success. Anyone have a solution?

http://clintonbeattie.tumblr.com/bio/json

Thanks,
C

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T08:36:48+00:00Added an answer on June 1, 2026 at 8:36 am

    That is not JSON, thats a weird-ish take on JSONP.

    If you add a <script /> tag with the src set to http://clintonbeattie.tumblr.com/bio/json, a global variable tumblr_api_read will point to an object with the response information;

    var tumblr_api_read = {
        "tumblelog": {
            "title": "First Title",
            "description": "",
            "name": "clintonbeattie",
            "timezone": "US\/Eastern",
            "cname": false,
            "feeds": []
        },
        "posts": [{
            "id": null,
            "url": "",
            "url-with-slug": "",
            "type": "regular",
            "date-gmt": " GMT",
            "date": "Wed, 31 Dec 1969 19:00:00",
            "bookmarklet": null,
            "mobile": null,
            "feed-item": "",
            "from-feed-id": 0,
            "unix-timestamp": 1333622193,
            "format": "html",
            "reblog-key": "TmN3ujDJ",
            "slug": "",
            "regular-title": "",
            "regular-body": ""
        }]
    };
    

    Therefore do something like this;

    <script src="http://clintonbeattie.tumblr.com/bio/json"></script>
    <script>
        // Use tumblr_api_read.
    
        alert(tumblr_api_read.tumblelog.title); // Shows "First Title"
    
        for (var i=0;i<tumblr_api_read.posts.length;i++) {
            var thisPost = tumblr_api_read.posts[i];
    
            alert("This post was created at " + thisPost.date);
        }
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string that I need to get a number from. this is
I need to get a regular snapshot from a webcam in Delphi. Speed is
I would need to get a Regular Expression, which matches all Unicode control characters
I need a regular expression to basically get the first part of a string,
How can I get content of a DIV using regular expression. What I need
I need get all items these have no categories int? categoryId = null; var
I have two tables with a weak relation. I need get a text value
Need some Informix SQL... Courses get a regular grade, but their associated labs get
3 groups in the regular expression: pattern = (a)(b)123(c) I need to get rid
I have a string and need to get a specific chunk of text out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.