Advertisement
helliax

Untitled

Jun 10th, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. {
  2. "user": {
  3. "follow_request_sent" : false,
  4. "protected" : false,
  5. "url" : "http://dev.twitter.com",
  6. "contributors_enabled" : true,
  7. "statuses_count" : 2881,
  8. "profile_text_color" : "437792",
  9. "name" : "Twitter API",
  10. "created_at" : "Wed May 23 06:01:13 +0000 2007",
  11. "profile_sidebar_fill_color" : "a9d9f1",
  12. "profile_image_url" : "http://a2.twimg.com/profile_images/1303409503/avatar_normal.png",
  13. "following" : false,
  14. "profile_background_tile" : false,
  15. "utc_offset" : -28800,
  16. "listed_count" : 8480,
  17. "description" : "The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.",
  18. "screen_name" : "twitterapi",
  19. "display_url" : null,
  20. "notifications" : false,
  21. "profile_link_color" : "0094C2",
  22. "followers_count" : 542868,
  23. "favourites_count" : 20,
  24. "profile_sidebar_border_color" : "0094C2",
  25. "time_zone" : "Pacific Time (US & Canada)",
  26. "id" : 6253282,
  27. "id_str" : "6253282",
  28. "expanded_url" : null,
  29. "default_profile_image" : false,
  30. "default_profile" : false,
  31. "profile_use_background_image" : true,
  32. "entities": {
  33. "hashtags": [
  34. ],
  35. "urls": [
  36. ],
  37. "user_mentions": [
  38. ]
  39. },
  40. "show_all_inline_media" : false,
  41. "lang" : "en",
  42. "geo_enabled" : true,
  43. "friends_count" : 27,
  44. "profile_background_color" : "e8f2f7",
  45. "location" : "San Francisco, CA",
  46. "is_translator" : false,
  47. "verified" : true,
  48. "profile_background_image_url" : "http://a2.twimg.com/profile_background_images/229557229/twitterapi-bg.png"
  49. },
  50. "geo" : null,
  51. "created_at" : "Thu Jun 09 19:43:29 +0000 2011",
  52. "text" : "Running into error code 37? Check your URLs. Always use the api.twitter.com domain & /1/ should precede your path. http://t.co/E6qzGnY ^TS",
  53. "favorited" : false,
  54. "in_reply_to_status_id_str" : null,
  55. "in_reply_to_screen_name" : null,
  56. "truncated" : false,
  57. "in_reply_to_user_id_str" : null,
  58. "id" : 78910103960559620,
  59. "id_str" : "78910103960559616",
  60. "contributors": [
  61. 819797
  62. ],
  63. "retweeted" : false,
  64. "in_reply_to_user_id" : null,
  65. "source" : "web",
  66. "entities": {
  67. "hashtags": [
  68. ],
  69. "urls": [
  70. {
  71. "url" : "http://t.co/E6qzGnY",
  72. "display_url" : "groups.google.com/group/twitter-…",
  73. "indices": [
  74. 115,
  75. 134
  76. ]
  77. "expanded_url" : "http://groups.google.com/group/twitter-development-talk/browse_thread/thread/1966cd34ad06574"
  78. }
  79. ],
  80. "user_mentions": [
  81. ]
  82. },
  83. "retweet_count" : 26,
  84. "in_reply_to_status_id" : null,
  85. "place": {
  86. "url" : "http://api.twitter.com/1/geo/id/2b6ff8c22edd9576.json",
  87. "name" : "SoMa",
  88. "country_code" : "US",
  89. "country" : "United States",
  90. "id" : "2b6ff8c22edd9576",
  91. "bounding_box": {
  92. "type" : "Polygon",
  93. "coordinates": [
  94. [
  95. [
  96. -122.42284884,
  97. 37.76893497
  98. ],
  99. [
  100. -122.3964,
  101. 37.76893497
  102. ],
  103. [
  104. -122.3964,
  105. 37.78752897
  106. ],
  107. [
  108. -122.42284884,
  109. 37.78752897
  110. ]
  111. ]
  112. ]
  113. },
  114. "place_type" : "neighborhood",
  115. "full_name" : "SoMa, San Francisco",
  116. "attributes": {
  117. }
  118. },
  119. "coordinates" : null
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement