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

  • Home
  • SEARCH
  • 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 870483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:29:02+00:00 2026-05-15T10:29:02+00:00

i am trying to experiment with the tumblr api . i tried $(function() {

  • 0

i am trying to experiment with the tumblr api. i tried

$(function() {
  $.getJSON("http://jiewmeng.tumblr.com/api/read/json", function(data) {
    $("#postsContainer").append(data);
  });
});

but got a 200 OK with empty response in firebug. when i navigate to http://jiewmeng.tumblr.com/api/read/json, i see the data. so i shld be getting something rather than a empty response?

  • 1 1 Answer
  • 1 View
  • 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-05-15T10:29:03+00:00Added an answer on May 15, 2026 at 10:29 am

    You have 2 issues, here, for cross-domain requests you need JSONP, by sticking callback=? in the URL, and you need to access some property, like this: data.tumblelog.title. Here’s an example:

    $(function() {
      $.getJSON("http://jiewmeng.tumblr.com/api/read/json?callback=?", function(data) {
        $("#postsContainer").text(data.tumblelog.title);
      });
    });​
    

    You can view a quick demo here, to see what data is available the API can be found here, or view it in your console…or just visit the URL yourself and paste the result into a markup site, like jsbeautifier.org to make it more readable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to experiment with software defined radio concepts. From this article I've tried
I'm trying to do an experiment with google API geolocation. and I noticed the
As an experiment, I am trying to make a void member function with no
I only started to experiment with JNA, and stuck trying to call this function
I'm trying to experiment with xampp. After having some space issues, I wanted to
As an experiment I'm trying to write a generic MVP framework. I started with:
I'm trying to accomplish what's being demonstrated at this site for an experiment I'm
I'm doing a little experiment, trying to alternate background colours for nested divs. This
While trying to experiment with copy construction by 'pass by value' and the followed
I am trying to experiment on an open source application application . when i

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.