JSON

18 views
Skip to first unread message

sepoto

unread,
Jul 21, 2011, 10:34:26 PM7/21/11
to Tumblr API Discussion
I am wondering in the code below why is there a url? What is the
purpose of the url? How is the url supposed to be used? I think what
is going on is there is an array being defined called meta and one
called response. This of course would be for David's log not mine
which is confusing to me at this point. Could I get some explanation
of what is happening? Thank you.

[code]
http://api.tumblr.com/v2/blog/david.tumblr.com/info?api_key={key}
{
"meta": {
"status": 200,
"msg": "OK"
},
"response": {
"blog": {
"title": "David's Log",
"posts": 3456,
"name": "david",
"url": "http:\/\/david.tumblr.com\/",
"updated": 1308953007,
"description": "<p><strong>Mr. Karp<\/strong> is tall and
skinny, with
unflinching blue eyes a mop of brown hair.\r\n
He speaks incredibly fast and in complete paragraphs.</
p>",
"ask": true,
"ask_anon": false,
"likes": 12345
}
}
}
[code]
Reply all
Reply to author
Forward
0 new messages