twitter api メモ

"/account/verify_credentials.json"のフォーマットのメモ
2009年05月23日現在.
適宜よくわからない所は後回しで.

{
 "friends_count":15, #フォローしている人数(int)
 "profile_background_color":"FF6699", #そのまま(string:24bit-color)
 "description":"**********", #プロフィールの説明文(string)
 "utc_offset":32400, #utcオフセット秒(int)
 "favourites_count":1, #なぞ
 "profile_sidebar_fill_color":"E5507E", #そのまま(string:24bit-color)
 "created_at":"Sun Apr 26 03:42:53 +0000 2009", #アカウントの作成時刻(string:RFC2822)
 "profile_sidebar_border_color":"CC3366", #そのまま(string:24bit-color)
 "url":"http:\/\/d.hatena.ne.jp\/yamaneko1212\/", #プロフィールのURL(string:RFC2616)
 "profile_image_url":"http:\/\/s3.amazonawsp.com\/twitter_production\/profile_images\/183924951\/090121_2000_01sm_normal.jpg",#プロフィールのURL(string:RFC2616)
 "name":"\u91d1\u5b50\u4eae\u4f51",#ユーザの名前(string:URIエンコード済みUTF-8)
 "protected":false,#なぞ
 "status": #最新のつぶやき
          {"in_reply_to_user_id":*******, #replayユーザ(int)
           "favorited":false, #なぞ
           "created_at":"Sat May 23 06:57:22 +0000 2009", #作成日(string:RFC2822)
           "in_reply_to_screen_name":"******", #replay先のスクリーン名
           "in_reply_to_status_id":**********, #replay先のつぶやきid
           "text":"@**** ***************", #replay内容
           "id":*******, #なぞ,つぶやきのid?
           "truncated":false, #なぞ
           "source":"web"},#クライアント名
 "screen_name":"yamaneko1212", #スクリーン名
 "following":false, #なぞ
 "notifications":false, #謎
 "statuses_count":361, #今までの投稿数
 "profile_text_color":"362720", #そのまま(string:24bit-color)
 "profile_background_image_url":"http:\/\/static.twitter.com\/images\/themes\/theme11\/bg.gif", #プロフィールのバック(string:RFC2616)
 "time_zone":"Tokyo", #タイムゾーン(string)
 "profile_link_color":"B40B43",#そのまま(string:24bit-color)
 "followers_count":21,#フォローされてる人数(int)
 "location":"\u8328\u57ce\u770c\u3064\u304f\u3070\u5e02",#現在位置(string:URIエンコード済みUTF-8)
 "id":*********, #id(int)
 "profile_background_tile":true #なぞ
}