Search
  1. users/show〔指定したユーザー情報を取得(認証不要)〕
  2. users/lookup〔指定したユーザー(達)の詳細情報を取得(要認証)〕
  3. users/search〔ユーザー検索の結果を取得(要認証)〕
  4. users/suggestions〔おすすめユーザーのカテゴリ一覧を取得(認証不要)〕
  5. users/suggestions/:slug〔おすすめユーザーの特定のカテゴリに属するユーザー情報を取得(要認証)〕
  6. users/profile_image/:screen_name〔指定したユーザーのプロフィールアイコン画像の存在確認(認証不要)〕
  7. statuses/friends〔【非推奨】指定したユーザーの友達情報を取得(認証不要)〕
  8. statuses/followers〔【非推奨】認証ユーザーをフォローしているユーザー情報(要認証)〕

users/show
指定したユーザー情報を取得(認証不要)

2009/7/18

認証なしAPI制限対象

HTTP GEThttps://api.twitter.com/1/users/show.[xml|json]?user_id=[ユーザーID]
https://api.twitter.com/1/users/show.[xml|json]?screen_name=[スクリーンネーム]

ユーザーIDまたはスクリーンネームで指定したユーザー情報を取得します。 指定したユーザーの最近のつぶやき情報(status)も1件含まれます。

パラメーター

パラメーター説明
id必須ユーザーIDまたはスクリーンネームを指定。
例)https://api.twitter.com/1/users/show/12345.json
例)https://api.twitter.com/1/users/show/cocoism.xml
user_id任意 ユーザーIDを指定。有効なユーザーIDを明確に指定したい場合に使用。
例)https://api.twitter.com/1/users/show.xml?user_id=12345
screen_name任意 スクリーンネームを指定。ユーザーIDとスクリーンネームが数値で紛らわしい場合に有用。
例)https://api.twitter.com/1/users/show.xml?screen_name=54321

取得サンプル(XML/JSON)

cocoism.xml
<?xml version="1.0" encoding="UTF-8"?>
<user>
  <id>7948862</id>
  <name>つんつ</name>
  <screen_name>cocoism</screen_name>
  <location>カワタマ or オモサン</location>
  <description>青山でWeb系のお仕事してます。デザイナーズレストランははるか昔に卒業済。芋焼酎と焼鳥が大好きで居心地のいい呑み屋でおやじ談義するのがライフワーク。最近は日本酒をお勉強中。家では大人しく猛犬チワワのママしてます。iPhone4/Xperia所有。</description>
  <profile_image_url>http://a0.twimg.com/profile_images/1202496271/usa_normal.png</profile_image_url>
  <url>http://phpjavascriptroom.com/</url>
  <protected>false</protected>
  <followers_count>594</followers_count>
  <profile_background_color>8350a1</profile_background_color>
  <profile_text_color>f2afcf</profile_text_color>
  <profile_link_color>f2afcf</profile_link_color>
  <profile_sidebar_fill_color>8350a1</profile_sidebar_fill_color>
  <profile_sidebar_border_color>8350a1</profile_sidebar_border_color>
  <friends_count>512</friends_count>
  <created_at>Sat Aug 04 05:52:33 +0000 2007</created_at>
  <favourites_count>431</favourites_count>
  <utc_offset>32400</utc_offset>
  <time_zone>Tokyo</time_zone>
  <profile_background_image_url>http://a2.twimg.com/profile_background_images/187449144/02.png</profile_background_image_url>
  <profile_background_tile>true</profile_background_tile>
  <profile_use_background_image>true</profile_use_background_image>
  <notifications>true</notifications>
  <geo_enabled>true</geo_enabled>
  <verified>false</verified>
  <following>true</following>
  <statuses_count>4807</statuses_count>
  <lang>ja</lang>
  <contributors_enabled>false</contributors_enabled>
  <follow_request_sent>false</follow_request_sent>
  <listed_count>51</listed_count>
  <show_all_inline_media>true</show_all_inline_media>
  <default_profile>false</default_profile>
  <default_profile_image>false</default_profile_image>
  <is_translator>false</is_translator>
  <status>
    <created_at>Mon May 09 09:46:44 +0000 2011</created_at>
    <id>67525903806234625</id>
    <text>@Toshikin きゃぁ!! テスト投稿まる見えでした(滝汗;</text>
    <source>web</source>
    <truncated>false</truncated>
    <favorited>false</favorited>
    <in_reply_to_status_id>67525398598123520</in_reply_to_status_id>
    <in_reply_to_user_id>59418072</in_reply_to_user_id>
    <in_reply_to_screen_name>Toshikin</in_reply_to_screen_name>
    <retweet_count>0</retweet_count>
    <retweeted>false</retweeted>
    <geo/>
    <coordinates/>
    <place/>
    <contributors/>
  </status>
</user>
cocoism.json
json['profile_use_background_image']=
json['following']=
json['friends_count']=512
json['profile_background_color']=8350a1
json['description']=青山でWeb系のお仕事してます。デザイナーズレストランははるか昔に卒業済。芋焼酎と焼鳥が大好きで居心地のいい呑み屋でおやじ談義するのがライフワーク。最近は日本酒をお勉強中。家では大人しく猛犬チワワのママしてます。iPhone4/Xperia所有。
json['screen_name']=cocoism

json['status']['text']=@Toshikin きゃぁ!! テスト投稿まる見えでした(滝汗;
json['status']['coordinates']=
json['status']['truncated']=
json['status']['id_str']=67525903806234625
json['status']['source']=web
json['status']['geo']=
json['status']['favorited']=
json['status']['retweet_count']=0
json['status']['in_reply_to_screen_name']=Toshikin
json['status']['in_reply_to_status_id']=6.75253985981E+16
json['status']['in_reply_to_status_id_str']=67525398598123520
json['status']['place']=
json['status']['created_at']=Mon May 09 09:46:44 +0000 2011
json['status']['contributors']=
json['status']['retweeted']=
json['status']['id']=6.75259038062E+16
json['status']['in_reply_to_user_id_str']=59418072
json['status']['in_reply_to_user_id']=59418072

json['statuses_count']=4807
json['profile_background_image_url']=http://a2.twimg.com/profile_background_images/187449144/02.png
json['id_str']=7948862
json['profile_text_color']=f2afcf
json['location']=カワタマ or オモサン
json['listed_count']=51
json['profile_sidebar_fill_color']=8350a1
json['profile_background_tile']=
json['url']=http://phpjavascriptroom.com/
json['lang']=ja
json['followers_count']=594
json['notifications']=
json['time_zone']=Tokyo
json['created_at']=Sat Aug 04 05:52:33 +0000 2007
json['profile_link_color']=f2afcf
json['name']=つんつ
json['profile_sidebar_border_color']=8350a1
json['id']=7948862
json['show_all_inline_media']=
json['geo_enabled']=
json['utc_offset']=32400
json['favourites_count']=431
json['profile_image_url']=http://a0.twimg.com/profile_images/1202496271/usa_normal.png

設置サンプル

設置サンプルサンプルを見る
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Content-Language" content="ja" />
        <meta http-equiv="Content-Script-Type" content="text/javascript" />
        <meta http-equiv="Content-Style-Type" content="text/css" />
        <meta http-equiv="imagetoolbar" content="no" />
        <title>Twitter REST API:ユーザー関連:show(指定したユーザー情報を取得) | 設置サンプル</title>
        <link rel="stylesheet" type="text/css" href="/content/lib/global.css" />
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
        <script type="text/javascript" src="/content/lib/jquery/jquery.jsonp.js"></script>
        <!-- JS -->
        <script type="text/javascript">
            $(function(){
                var url="http://twitter.com/statuses/show/2567482373.json?callback={callback}";
                $.getJSONP(url, function(json){
                    var s="";
                    s+="<li>json.user";
                        s+="<ul>";
                            s+="<li>json.user.profile_use_background_image = "+json.user.profile_use_background_image+"</li>";
                            s+="<li>json.user.following = "+json.user.following+"</li>";
                            s+="<li>json.user.friends_count = "+json.user.friends_count+"</li>";
                            s+="<li>json.user.profile_background_color = "+json.user.profile_background_color+"</li>";
                            s+="<li>json.user.description = "+json.user.description+"</li>";
                            s+="<li>json.user.screen_name = "+json.user.screen_name+"</li>";
                            s+="<li>json.user.statuses_count = "+json.user.statuses_count+"</li>";
                            s+="<li>json.user.profile_background_image_url = "+json.user.profile_background_image_url+"</li>";
                            s+="<li>json.user.id_str = "+json.user.id_str+"</li>";
                            s+="<li>json.user.truncated = "+json.user.truncated+"</li>";
                            s+="<li>json.user.profile_text_color = "+json.user.profile_text_color+"</li>";
                            s+="<li>json.user.location = "+json.user.location+"</li>";
                            s+="<li>json.user.listed_count = "+json.user.listed_count+"</li>";
                            s+="<li>json.user.profile_sidebar_fill_color = "+json.user.profile_sidebar_fill_color+"</li>";
                            s+="<li>json.user.profile_background_tile = "+json.user.profile_background_tile+"</li>";
                            s+="<li>json.user.url = "+json.user.url+"</li>";
                            s+="<li>json.user.lang = "+json.user.lang+"</li>";
                            s+="<li>json.user.followers_count = "+json.user.followers_count+"</li>";
                            s+="<li>json.user.notifications = "+json.user.notifications+"</li>";
                            s+="<li>json.user.time_zone = "+json.user.time_zone+"</li>";
                            s+="<li>json.user.created_at = "+json.user.created_at+"</li>";
                            s+="<li>json.user.profile_link_color = "+json.user.profile_link_color+"</li>";
                            s+="<li>json.user.name = "+json.user.name+"</li>";
                            s+="<li>json.user.profile_sidebar_border_color = "+json.user.profile_sidebar_border_color+"</li>";
                            s+="<li>json.user.id = "+json.user.id+"</li>";
                            s+="<li>json.user.show_all_inline_media = "+json.user.show_all_inline_media+"</li>";
                            s+="<li>json.user.geo_enabled = "+json.user.geo_enabled+"</li>";
                            s+="<li>json.user.utc_offset = "+json.user.utc_offset+"</li>";
                            s+="<li>json.user.favourites_count = "+json.user.favourites_count+"</li>";
                            s+="<li>json.user.profile_image_url = "+json.user.profile_image_url+"</li>";
                        s+="</ul>";
                    s+="</li>";
                    s+="<li>json.text = "+json.text+"</li>";
                    s+="<li>json.coordinates = "+json.coordinates+"</li>";
                    s+="<li>json.truncated = "+json.truncated+"</li>";
                    s+="<li>json.id_str = "+json.id_str+"</li>";
                    s+="<li>json.source = "+json.source+"</li>";
                    s+="<li>json.geo = "+json.geo+"</li>";
                    s+="<li>json.retweet_count = "+json.retweet_count+"</li>";
                    s+="<li>json.in_reply_to_screen_name = "+json.in_reply_to_screen_name+"</li>";
                    s+="<li>json.in_reply_to_status_id = "+json.in_reply_to_status_id+"</li>";
                    s+="<li>json.in_reply_to_status_id_str = "+json.in_reply_to_status_id_str+"</li>";
                    s+="<li>json.place = "+json.place+"</li>";
                    s+="<li>json.created_at = "+json.created_at+"</li>";
                    s+="<li>json.contributors = "+json.contributors+"</li>";
                    s+="<li>json.retweeted = "+json.retweeted+"</li>";
                    s+="<li>json.id = "+json.id+"</li>";
                    s+="<li>json.in_reply_to_user_id_str = "+json.in_reply_to_user_id_str+"</li>";
                    s+="<li>json.in_reply_to_user_id = "+json.in_reply_to_user_id+"</li>";
                    $("#recent").html("<ul>"+s+"</ul>");
                });
            });
        </script>
    </head>
    <body>
        <div id="wrap">
            <h1>Twitter REST API:ユーザー関連:show(指定したユーザー情報を取得) | 設置サンプル</h1>
<!-- CODE -->
            <div id="recent"></div>
<!-- / CODE -->
        </div>
    </body>
</html>

users/lookup
指定したユーザー(達)の詳細情報を取得(要認証)

2009/7/18

要認証API制限対象

HTTP GETHTTP POSThttp://api.twitter.com/1/users/lookup.[xml|json]

ユーザーID、またはスクリーンネームをカンマ区切りで指定(最大100ユーザーまで)すると、指定したユーザーの最新ツイートト1件を一回で取得できます。

パラメーター

パラメーター説明
user_id必須1回のリクエストにつき、ユーザーIDをカンマ区切りで最大100まで指定可能。
例)http://api.twitter.com/1/users/lookup.json?user_id=783214,6253282
screen_name必須1回のリクエストにつき、スクリーンネームをカンマ区切りで最大100まで指定可能。
例)http://api.twitter.com/1/users/lookup.json?screen_name=twitterapi,twitter
include_entities任意 ステータス情報に'entities'を含める場合は、true,t,1のいずれかを指定。
例)http://api.twitter.com/1/users/lookup.json?include_entities=true

取得サンプル(XML/JSON)

スクリーンネーム「cocoism」と「pjroomer」の最新ツイートを取得。

lookup.xml
<?xml version="1.0" encoding="UTF-8"?>
<users type="array">
<user>
  <id>7948862</id>
  <name>つんつ</name>
  <screen_name>cocoism</screen_name>
  <location>カワタマ or オモサン</location>
  <description>青山でWeb系のお仕事してます。デザイナーズレストランははるか昔に卒業済。芋焼酎と焼鳥が大好きで居心地のいい呑み屋でおやじ談義するのがライフワーク。最近は日本酒をお勉強中。家では大人しく猛犬チワワのママしてます。iPhone4/Xperia所有。</description>
  <profile_image_url>http://a0.twimg.com/profile_images/1202496271/usa_normal.png</profile_image_url>
  <url>http://phpjavascriptroom.com/</url>
  <protected>false</protected>
  <followers_count>595</followers_count>
  <profile_background_color>8350a1</profile_background_color>
  <profile_text_color>f2afcf</profile_text_color>
  <profile_link_color>f2afcf</profile_link_color>
  <profile_sidebar_fill_color>8350a1</profile_sidebar_fill_color>
  <profile_sidebar_border_color>8350a1</profile_sidebar_border_color>
  <friends_count>512</friends_count>
  <created_at>Sat Aug 04 05:52:33 +0000 2007</created_at>
  <favourites_count>431</favourites_count>
  <utc_offset>32400</utc_offset>
  <time_zone>Tokyo</time_zone>
  <profile_background_image_url>http://a2.twimg.com/profile_background_images/187449144/02.png</profile_background_image_url>
  <profile_background_tile>true</profile_background_tile>
  <profile_use_background_image>true</profile_use_background_image>
  <notifications>true</notifications>
  <geo_enabled>true</geo_enabled>
  <verified>false</verified>
  <following>true</following>
  <statuses_count>4823</statuses_count>
  <lang>ja</lang>
  <contributors_enabled>false</contributors_enabled>
  <follow_request_sent>false</follow_request_sent>
  <listed_count>51</listed_count>
  <show_all_inline_media>true</show_all_inline_media>
  <default_profile>false</default_profile>
  <default_profile_image>false</default_profile_image>
  <is_translator>false</is_translator>
  <status>
    <created_at>Mon May 09 13:51:23 +0000 2011</created_at>
    <id>67587473101955072</id>
    <text>強制終了とかほんとやめてー。</text>
    <source><a href="http://www.hootsuite.com" rel="nofollow">HootSuite</a></source>
    <truncated>false</truncated>
    <favorited>false</favorited>
    <in_reply_to_status_id></in_reply_to_status_id>
    <in_reply_to_user_id></in_reply_to_user_id>
    <in_reply_to_screen_name></in_reply_to_screen_name>
    <retweet_count>0</retweet_count>
    <retweeted>false</retweeted>
    <geo/>
    <coordinates/>
    <place/>
    <contributors/>
  </status>
</user>
<user>
  <id>55984769</id>
  <name>PJRPJRPJRPJRPJRPJRPJ</name>
  <screen_name>pjroomer</screen_name>
  <location>とうきょう</location>
  <description>いやんばか。</description>
  <profile_image_url>http://a2.twimg.com/sticky/default_profile_images/default_profile_1_normal.png</profile_image_url>
  <url>http://www.hoge.com/ajierjaowejraojioejr#abut</url>
  <protected>false</protected>
  <followers_count>9</followers_count>
  <profile_background_color>C0DEED</profile_background_color>
  <profile_text_color>333333</profile_text_color>
  <profile_link_color>0084B4</profile_link_color>
  <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
  <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
  <friends_count>191</friends_count>
  <created_at>Sun Jul 12 01:37:21 +0000 2009</created_at>
  <favourites_count>99</favourites_count>
  <utc_offset>32400</utc_offset>
  <time_zone>Tokyo</time_zone>
  <profile_background_image_url>http://a3.twimg.com/a/1304464034/images/themes/theme1/bg.png</profile_background_image_url>
  <profile_background_tile>false</profile_background_tile>
  <profile_use_background_image>true</profile_use_background_image>
  <notifications>false</notifications>
  <geo_enabled>true</geo_enabled>
  <verified>false</verified>
  <following>false</following>
  <statuses_count>1402</statuses_count>
  <lang>ja</lang>
  <contributors_enabled>false</contributors_enabled>
  <follow_request_sent>false</follow_request_sent>
  <listed_count>4</listed_count>
  <show_all_inline_media>false</show_all_inline_media>
  <default_profile>true</default_profile>
  <default_profile_image>true</default_profile_image>
  <is_translator>false</is_translator>
  <status>
    <created_at>Mon May 09 14:34:42 +0000 2011</created_at>
    <id>67598371396927489</id>
    <text>RT @googlenewsjp: 携帯3社の11年3月期、高機能携帯で差(注目の決算) http://bit.ly/iAicZZ #googlenewsjp</text>
    <source><a href="http://phpjavascriptroom.com/" rel="nofollow">PJR</a></source>
    <truncated>false</truncated>
    <favorited>false</favorited>
    <in_reply_to_status_id></in_reply_to_status_id>
    <in_reply_to_user_id></in_reply_to_user_id>
    <in_reply_to_screen_name></in_reply_to_screen_name>
    <retweet_count>0</retweet_count>
    <retweeted>false</retweeted>
    <retweeted_status>
      <created_at>Mon May 09 14:30:14 +0000 2011</created_at>
      <id>67597247348621312</id>
      <text>携帯3社の11年3月期、高機能携帯で差(注目の決算) http://bit.ly/iAicZZ #googlenewsjp</text>
      <source><a href="http://twitter.com/bokura" rel="nofollow">bokura</a></source>
      <truncated>false</truncated>
      <favorited>false</favorited>
      <in_reply_to_status_id></in_reply_to_status_id>
      <in_reply_to_user_id></in_reply_to_user_id>
      <in_reply_to_screen_name></in_reply_to_screen_name>
      <retweet_count>0</retweet_count>
      <retweeted>false</retweeted>
      <geo/>
      <coordinates/>
      <place/>
      <contributors/>
    </retweeted_status>
    <geo/>
    <coordinates/>
    <place/>
    <contributors/>
  </status>
</user>
</users>
lookup.json
json[0]['default_profile']=
json[0]['profile_use_background_image']=1
json[0]['follow_request_sent']=
json[0]['following']=1
json[0]['friends_count']=512
json[0]['profile_background_color']=8350a1
json[0]['description']=青山でWeb系のお仕事してます。デザイナーズレストランははるか昔に卒業済。芋焼酎と焼鳥が大好きで居心地のいい呑み屋でおやじ談義するのがライフワーク。最近は日本酒をお勉強中。家では大人しく猛犬チワワのママしてます。iPhone4/Xperia所有。
json[0]['screen_name']=cocoism
json[0]['status']['text']=強制終了とかほんとやめてー。
json[0]['status']['coordinates']=
json[0]['status']['truncated']=
json[0]['status']['id_str']=67587473101955072
json[0]['status']['source']=HootSuite
json[0]['status']['geo']=
json[0]['status']['favorited']=
json[0]['status']['retweet_count']=0
json[0]['status']['in_reply_to_screen_name']=
json[0]['status']['in_reply_to_status_id']=
json[0]['status']['in_reply_to_status_id_str']=
json[0]['status']['place']=
json[0]['status']['created_at']=Mon May 09 13:51:23 +0000 2011
json[0]['status']['contributors']=
json[0]['status']['retweeted']=
json[0]['status']['id']=6.7587473102E+16
json[0]['status']['in_reply_to_user_id_str']=
json[0]['status']['in_reply_to_user_id']=
json[0]['statuses_count']=4823
json[0]['profile_background_image_url']=http://a2.twimg.com/profile_background_images/187449144/02.png
json[0]['verified']=
json[0]['id_str']=7948862
json[0]['is_translator']=
json[0]['profile_text_color']=f2afcf
json[0]['location']=カワタマ or オモサン
json[0]['listed_count']=51
json[0]['contributors_enabled']=
json[0]['profile_sidebar_fill_color']=8350a1
json[0]['profile_background_tile']=1
json[0]['url']=http://phpjavascriptroom.com/
json[0]['lang']=ja
json[0]['followers_count']=595
json[0]['protected']=
json[0]['notifications']=1
json[0]['time_zone']=Tokyo
json[0]['created_at']=Sat Aug 04 05:52:33 +0000 2007
json[0]['profile_link_color']=f2afcf
json[0]['name']=つんつ
json[0]['default_profile_image']=
json[0]['profile_sidebar_border_color']=8350a1
json[0]['id']=7948862
json[0]['show_all_inline_media']=1
json[0]['geo_enabled']=1
json[0]['utc_offset']=32400
json[0]['favourites_count']=431
json[0]['profile_image_url']=http://a0.twimg.com/profile_images/1202496271/usa_normal.png

json[1]['listed_count']=4
json[1]['contributors_enabled']=
json[1]['profile_use_background_image']=1
json[1]['following']=
json[1]['profile_background_color']=C0DEED
json[1]['description']=いやんばか。
json[1]['screen_name']=pjroomer
json[1]['status']['retweeted_status']=Array
json[1]['status']['text']=RT @googlenewsjp: 携帯3社の11年3月期、高機能携帯で差(注目の決算) http://bit.ly/iAicZZ #googlenewsjp
json[1]['status']['coordinates']=
json[1]['status']['truncated']=
json[1]['status']['id_str']=67598371396927489
json[1]['status']['source']=PJR
json[1]['status']['geo']=
json[1]['status']['favorited']=
json[1]['status']['retweet_count']=0
json[1]['status']['in_reply_to_screen_name']=
json[1]['status']['in_reply_to_status_id']=
json[1]['status']['in_reply_to_status_id_str']=
json[1]['status']['place']=
json[1]['status']['created_at']=Mon May 09 14:34:42 +0000 2011
json[1]['status']['contributors']=
json[1]['status']['retweeted']=
json[1]['status']['id']=6.75983713969E+16
json[1]['status']['in_reply_to_user_id_str']=
json[1]['status']['in_reply_to_user_id']=
json[1]['profile_background_image_url']=http://a3.twimg.com/a/1304464034/images/themes/theme1/bg.png
json[1]['show_all_inline_media']=
json[1]['verified']=
json[1]['geo_enabled']=1
json[1]['id_str']=55984769
json[1]['default_profile_image']=1
json[1]['profile_text_color']=333333
json[1]['location']=とうきょう
json[1]['default_profile']=1
json[1]['profile_sidebar_fill_color']=DDEEF6
json[1]['statuses_count']=1402
json[1]['profile_background_tile']=
json[1]['url']=http://www.hoge.com/ajierjaowejraojioejr#abut
json[1]['follow_request_sent']=
json[1]['lang']=ja
json[1]['friends_count']=191
json[1]['followers_count']=9
json[1]['protected']=
json[1]['notifications']=
json[1]['time_zone']=Tokyo
json[1]['created_at']=Sun Jul 12 01:37:21 +0000 2009
json[1]['profile_link_color']=0084B4
json[1]['name']=PJRPJRPJRPJRPJRPJRPJ
json[1]['profile_sidebar_border_color']=C0DEED
json[1]['id']=55984769
json[1]['is_translator']=
json[1]['utc_offset']=32400
json[1]['favourites_count']=99
json[1]['profile_image_url']=http://a2.twimg.com/sticky/default_profile_images/default_profile_1_normal.png

users/suggestions
おすすめユーザーのカテゴリ一覧を取得(認証不要)

2009/7/18

認証なしAPI制限対象

HTTP GEThttp://api.twitter.com/1/users/suggestions.[xml|json]

Twitter公式サイトの「カテゴリを確認する」を見た時に表示される、おすすめユーザ―リストのカテゴリ一覧を取得します。

取得サンプル(XML/JSON)

suggestions.xml
<?xml version="1.0" encoding="UTF-8"?>
<suggestions type="array">
<category>
  <name>jishin</name>
  <slug>jishin</slug>
  <size>30</size>
</category>
<category>
  <name>お笑い</name>
  <slug>list-10</slug>
  <size>23</size>
</category>
<category>
  <name>スポーツ</name>
  <slug>list-15</slug>
  <size>13</size>
</category>
<category>
  <name>ツイッター</name>
  <slug>jalist-8</slug>
  <size>12</size>
</category>
<category>
  <name>ニュース</name>
  <slug>list-12</slug>
  <size>15</size>
</category>
<category>
  <name>ビジネス・ジャーナリスト</name>
  <slug>list-16</slug>
  <size>11</size>
</category>
<category>
  <name>政府・政党</name>
  <slug>list-14</slug>
  <size>10</size>
</category>
<category>
  <name>政治家</name>
  <slug>list-13</slug>
  <size>21</size>
</category>
<category>
  <name>社会貢献</name>
  <slug>list</slug>
  <size>7</size>
</category>
<category>
  <name>芸能・文化</name>
  <slug>lisu-0</slug>
  <size>30</size>
</category>
<category>
  <name>音楽</name>
  <slug>list-11</slug>
  <size>29</size>
</category>
</suggestions>
suggestions.json
json[0]['size']=30
json[0]['slug']=jishin
json[0]['name']=jishin

json[1]['size']=23
json[1]['slug']=list-10
json[1]['name']=お笑い

json[2]['size']=13
json[2]['name']=スポーツ
json[2]['slug']=list-15

json[3]['size']=12
json[3]['name']=ツイッター
json[3]['slug']=jalist-8

json[4]['size']=15
json[4]['slug']=list-12
json[4]['name']=ニュース

json[5]['size']=11
json[5]['slug']=list-16
json[5]['name']=ビジネス・ジャーナリスト

json[6]['size']=10
json[6]['slug']=list-14
json[6]['name']=政府・政党

json[7]['size']=21
json[7]['slug']=list-13
json[7]['name']=政治家

json[8]['size']=7
json[8]['slug']=list
json[8]['name']=社会貢献

json[9]['size']=30
json[9]['name']=芸能・文化
json[9]['slug']=lisu-0

json[10]['size']=29
json[10]['slug']=list-11
json[10]['name']=音楽

設置サンプル

例)suggested user listのカテゴリ一覧を取得。

設置サンプルサンプルを見る
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Content-Language" content="ja" />
        <meta http-equiv="Content-Script-Type" content="text/javascript" />
        <meta http-equiv="Content-Style-Type" content="text/css" />
        <meta http-equiv="imagetoolbar" content="no" />
        <title>Twitter REST API:ユーザー関連:users/suggestions(suggested user listのカテゴリ一覧を取得) | 設置サンプル</title>
        <link rel="stylesheet" type="text/css" href="/content/lib/global.css" />
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
        <script type="text/javascript" src="/content/lib/jquery/jquery.jsonp.js"></script>
        <!-- JS -->
        <script type="text/javascript">
            $(function(){
                var url="https://api.twitter.com/1/users/suggestions.json?callback={callback}";
                $.getJSONP(url, function(json){
                    var s="";
                    for(var i in json){
                        s+="<li><a href='https://twitter.com!/who_to_follow/interests/"+json[i].slug+"'>"+json[i].name+"</a>("+json[i].size+")</li>";
                    }
                    $("#recent").html("<ul>"+s+"</ul>");
                });
            });
        </script>
    </head>
    <body>
        <div id="wrap">
            <h1>Twitter REST API:ユーザー関連:users/suggestions(suggested user listのカテゴリ一覧を取得) | 設置サンプル</h1>
<!-- CODE -->
            <div id="recent"></div>
<!-- / CODE -->
        </div>
    </body>
</html>

users/suggestions/:slug
おすすめユーザーの特定のカテゴリに属するユーザー情報を取得(要認証)

2009/7/18

要認証API制限対象

HTTP GEThttp://api.twitter.com/1/users/suggestions/[slug].[xml|json]

Twitter公式サイトの「カテゴリを確認する」を見た時に表示される、おすすめユーザ―リストのカテゴリから、指定したカテゴリ(slug)に紐づくユーザーリストを取得します。

パラメーター

パラメーター説明
slug必須リストまたはカテゴリの短縮名。
例)https://api.twitter.com/1/users/suggestions/jishin.xml

取得サンプル(XML/JSON)

suggested user listから「jishin」カテゴリを取得。

jishin.xml
<?xml version="1.0" encoding="UTF-8"?>
<category>
  <name>jishin</name>
  <slug>jishin</slug>
  <users type="array">
    <user>
      <id>129824840</id>
      <name>岩手県広聴広報課</name>
      <screen_name>pref_iwate</screen_name>
      <location>岩手県庁</location>
      <description>岩手県広聴広報課です。県政情報、防災情報の発信に活用しています。■東北地方太平洋沖地震及び津波に関する情報(防災ポータル)は、 http://sv032.office.pref.iwate.jp/~bousai/ をご覧ください。 
[2010/04/16公開開始]</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1022000051/pref_iwate_normal.png</profile_image_url>
      <url>http://www.pref.iwate.jp/</url>
      <protected>false</protected>
      <followers_count>30095</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>14</friends_count>
      <created_at>Mon Apr 05 14:42:35 +0000 2010</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a1.twimg.com/profile_background_images/102509785/iwate_pic70_500_2.bmp</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>4839</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>2674</listed_count>
      <show_all_inline_media>true</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>60795695</id>
      <name>TBSのぶうぶ</name>
      <screen_name>tbs_channel</screen_name>
      <location>赤坂サカス</location>
      <description>ぶうぶがTBSテレビの見所などをご紹介します。
アイコンは@noriko_v さん制作です。気が向くとお返事します。 

お約束ネタ:食べられません! 腹黒い 人を喰う ぶたぢゃない!おだてても木には登りませんが、スーツでプールに飛び込んだことはあります...
寒くてもノーパン主義!!</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1331112525/boobo_haru4_normal.jpg</profile_image_url>
      <url>http://www.tbs.co.jp/</url>
      <protected>false</protected>
      <followers_count>31741</followers_count>
      <profile_background_color>f4f4f4</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>ffd70f</profile_sidebar_fill_color>
      <profile_sidebar_border_color>ff5d12</profile_sidebar_border_color>
      <friends_count>13641</friends_count>
      <created_at>Tue Jul 28 03:17:53 +0000 2009</created_at>
      <favourites_count>202</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/profile_background_images/28410651/2_BooBo___0810b.jpg</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>false</verified>
      <following>false</following>
      <statuses_count>4963</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>3818</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>4104111</id>
      <name>地震速報</name>
      <screen_name>earthquake_jp</screen_name>
      <location></location>
      <description>[BOT]警戒:震度1以上 もしくは M3以上の地震情報を提供しています。また少々のツイートを行います。

運用状況:http://j.mp/fowbbT

状況を見て通知する地震情報を変更します。

基本的に返事は行いません。問い合わせは@ariela もしくはyuki at transrain.netに</description>
      <profile_image_url>http://a2.twimg.com/profile_images/368358807/eqjp_normal.png</profile_image_url>
      <url>http://bit.ly/7uHI6t</url>
      <protected>false</protected>
      <followers_count>422504</followers_count>
      <profile_background_color>1A1B1F</profile_background_color>
      <profile_text_color>666666</profile_text_color>
      <profile_link_color>2FC2EF</profile_link_color>
      <profile_sidebar_fill_color>252429</profile_sidebar_fill_color>
      <profile_sidebar_border_color>181A1E</profile_sidebar_border_color>
      <friends_count>3</friends_count>
      <created_at>Wed Apr 11 01:33:52 +0000 2007</created_at>
      <favourites_count>1</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Osaka</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304464034/images/themes/theme9/bg.gif</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>false</verified>
      <following>true</following>
      <statuses_count>10368</statuses_count>
      <lang>en</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>27769</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>121371608</id>
      <name>茨城放送</name>
      <screen_name>ibs_radio</screen_name>
      <location>茨城県</location>
      <description>茨城のラジオ、IBS茨城放送です。IBS情報発信中!! 水戸局1197kHz/土浦局・県西中継局 1458kHz</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1318237375/_______normal.jpg</profile_image_url>
      <url>http://www.ibs-radio.com/</url>
      <protected>false</protected>
      <followers_count>12144</followers_count>
      <profile_background_color>a32f1a</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>1351f0</profile_link_color>
      <profile_sidebar_fill_color>fafcca</profile_sidebar_fill_color>
      <profile_sidebar_border_color>689983</profile_sidebar_border_color>
      <friends_count>42</friends_count>
      <created_at>Tue Mar 09 08:47:23 +0000 2010</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>false</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>885</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>959</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>264744081</id>
      <name>Ibaraki_bot</name>
      <screen_name>PersonFinder_Ib</screen_name>
      <location></location>
      <description>安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された茨城県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】</description>
      <profile_image_url>http://a3.twimg.com/profile_images/1269829373/ibaraki_normal.png</profile_image_url>
      <url>http://gpf-bot.jizmo.co.jp/</url>
      <protected>false</protected>
      <followers_count>3341</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>143</friends_count>
      <created_at>Sat Mar 12 11:36:08 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>false</verified>
      <following>false</following>
      <statuses_count>1385</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>145</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>129714093</id>
      <name>IBC岩手放送</name>
      <screen_name>IBC_online</screen_name>
      <location>Morioka , Iwate</location>
      <description>IBC岩手放送です。ちなみにアイコンは、IBCのキャラクターおらくんです。</description>
      <profile_image_url>http://a3.twimg.com/profile_images/1152744402/ola_normal.jpg</profile_image_url>
      <url>http://www.ibc.co.jp/</url>
      <protected>false</protected>
      <followers_count>21739</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>0</friends_count>
      <created_at>Mon Apr 05 05:23:44 +0000 2010</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a2.twimg.com/profile_background_images/215072522/bg_twitter.jpg</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>1268</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>1770</listed_count>
      <show_all_inline_media>true</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>49540955</id>
      <name>毎日jp編集部</name>
      <screen_name>mainichijpedit</screen_name>
      <location>東京都千代田区</location>
      <description>毎日新聞の総合情報サイト「毎日jp」のキャラクターのコッコちゃんこと「ジャン・ピエール・コッコ」がおすすめ記事などをつぶやきます。主なニュースは@mainichijpnews、英文ニュースは@mdnjpで読めます。毎日jp編集部が運営しています。</description>
      <profile_image_url>http://a3.twimg.com/profile_images/1198534933/cocco_normal.gif</profile_image_url>
      <url>http://www.facebook.com/mainichijp</url>
      <protected>false</protected>
      <followers_count>488442</followers_count>
      <profile_background_color>9AE4E8</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>dfdfdf</profile_sidebar_fill_color>
      <profile_sidebar_border_color>cdcdcd</profile_sidebar_border_color>
      <friends_count>22</friends_count>
      <created_at>Mon Jun 22 04:53:27 +0000 2009</created_at>
      <favourites_count>591</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a0.twimg.com/profile_background_images/19920340/logo_mono.gif</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>15267</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>27678</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>265205959</id>
      <name>首相官邸(災害情報)</name>
      <screen_name>Kantei_Saigai</screen_name>
      <location></location>
      <description>本アカウントは首相官邸の公式アカウントです。
首相官邸から災害関連の政府活動情報をお届けいたします。
</description>
      <profile_image_url>http://a0.twimg.com/profile_images/1270889509/twitter2_normal.gif</profile_image_url>
      <url>http://www.kantei.go.jp/</url>
      <protected>false</protected>
      <followers_count>331255</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>3</friends_count>
      <created_at>Sun Mar 13 05:22:07 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>-36000</utc_offset>
      <time_zone>Hawaii</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304118205/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>897</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>19074</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>264739659</id>
      <name>Aomori_bot</name>
      <screen_name>PersonFinder_Ao</screen_name>
      <location></location>
      <description>安否情報確認サイトGoogle Person Finder( http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1269828551/aomori_normal.png</profile_image_url>
      <url>http://gpf-bot.jizmo.co.jp/</url>
      <protected>false</protected>
      <followers_count>2915</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>119</friends_count>
      <created_at>Sat Mar 12 11:24:02 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>680</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>133</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>264717146</id>
      <name>Miyagi_Bot</name>
      <screen_name>PersonFinder_Mi</screen_name>
      <location></location>
      <description>安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai) に登録された宮城県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】</description>
      <profile_image_url>http://a2.twimg.com/profile_images/1269830522/miyagi_normal.png</profile_image_url>
      <url>http://gpf-bot.jizmo.co.jp/</url>
      <protected>false</protected>
      <followers_count>4271</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>118</friends_count>
      <created_at>Sat Mar 12 10:22:44 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>49715</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>263</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>54774479</id>
      <name>青森県庁</name>
      <screen_name>AomoriPref</screen_name>
      <location>青森県</location>
      <description>青森県庁からのお知らせをつぶやきます。</description>
      <profile_image_url>http://a2.twimg.com/profile_images/302965039/AomoriPref_normal.gif</profile_image_url>
      <url>http://www.pref.aomori.lg.jp/</url>
      <protected>false</protected>
      <followers_count>15212</followers_count>
      <profile_background_color>9AE4E8</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>ddffcc</profile_sidebar_fill_color>
      <profile_sidebar_border_color>BDDCAD</profile_sidebar_border_color>
      <friends_count>0</friends_count>
      <created_at>Wed Jul 08 02:48:46 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a0.twimg.com/profile_background_images/58451418/backpanel_201012.png</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>9948</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>1881</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>46282367</id>
      <name>毎日jpニュース速報</name>
      <screen_name>mainichijpnews</screen_name>
      <location>東京都千代田区一ツ橋</location>
      <description>毎日jpの主なニュース速報を掲載しています</description>
      <profile_image_url>http://a1.twimg.com/profile_images/323987547/mdnmini_normal.jpg</profile_image_url>
      <url>http://mainichi.jp/</url>
      <protected>false</protected>
      <followers_count>70000</followers_count>
      <profile_background_color>9AE4E8</profile_background_color>
      <profile_text_color>000000</profile_text_color>
      <profile_link_color>16387c</profile_link_color>
      <profile_sidebar_fill_color>4e7bdb</profile_sidebar_fill_color>
      <profile_sidebar_border_color>cccccc</profile_sidebar_border_color>
      <friends_count>2</friends_count>
      <created_at>Thu Jun 11 01:39:32 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a0.twimg.com/profile_background_images/24490929/logo_mono.gif</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>38106</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>12127</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>227233751</id>
      <name>NHK科学文化部</name>
      <screen_name>nhk_kabun</screen_name>
      <location>東京都渋谷区神南</location>
      <description>NHK報道局科学文化部=「かぶん」のツイッターです。「科学」と「文化」に関するNHKのニュースや番組をつくる記者の集団です。東日本大震災以降は、震災や原発事故に関するニュースもツイートしています。いただいたご質問には必ずしもお答えできなかったり回答に時間がかかることがありますのでご了承ください。アイコンは時々変わります</description>
      <profile_image_url>http://a2.twimg.com/profile_images/1342808046/284964545_normal.png</profile_image_url>
      <url>http://www.nhk.or.jp/kabun-blog/</url>
      <protected>false</protected>
      <followers_count>109525</followers_count>
      <profile_background_color>9AE4E8</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDFFCC</profile_sidebar_fill_color>
      <profile_sidebar_border_color>BDDCAD</profile_sidebar_border_color>
      <friends_count>20696</friends_count>
      <created_at>Thu Dec 16 08:14:46 +0000 2010</created_at>
      <favourites_count>2407</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a2.twimg.com/profile_background_images/187940158/kabun4.JPG</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>4914</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>10763</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>121367995</id>
      <name>青森県むつ市</name>
      <screen_name>mutsukoho</screen_name>
      <location>青森県むつ市中央1-8-1</location>
      <description>本州最北端青森県下北半島の中央に位置するむつ市の公式Tweetです。むつ市の情報をつぶやきます。</description>
      <profile_image_url>http://a3.twimg.com/profile_images/745278375/prof_normal.gif</profile_image_url>
      <url>http://www.city.mutsu.lg.jp</url>
      <protected>false</protected>
      <followers_count>5426</followers_count>
      <profile_background_color>ffffff</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>4</friends_count>
      <created_at>Tue Mar 09 08:25:59 +0000 2010</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/profile_background_images/125015912/backbord2.jpg</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>1429</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>639</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>256879050</id>
      <name>朝日新聞社会グループ</name>
      <screen_name>Asahi_Shakai</screen_name>
      <location></location>
      <description>朝日新聞社会グループのアカウントです。東日本大震災の被災者向けの情報、被災者支援に関わる情報をお届けしています。お寄せいただいた情報は、社会グループの記者が一つ一つ確認した上で発信しています。確認に時間がかかったり、確認できず発信できないこともありますが、ご了承ください。</description>
      <profile_image_url>http://a3.twimg.com/profile_images/1259190126/asahi_shakai_icon_normal.png</profile_image_url>
      <url>http://www.asahi.com</url>
      <protected>false</protected>
      <followers_count>45518</followers_count>
      <profile_background_color>b6d544</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>23b706</profile_link_color>
      <profile_sidebar_fill_color>ffffff</profile_sidebar_fill_color>
      <profile_sidebar_border_color>cccccc</profile_sidebar_border_color>
      <friends_count>16</friends_count>
      <created_at>Thu Feb 24 07:39:05 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a0.twimg.com/profile_background_images/211941596/asahi_shakai_bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>5245</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>5595</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>176746416</id>
      <name>NHK「クローズアップ現代」公式</name>
      <screen_name>nhk_kurogen</screen_name>
      <location>東京都渋谷区</location>
      <description>NHKクローズアップ現代の公式アカウントです。最新の放送予定などをツイートします。特集など企画によってはご意見などをつぶやきで募集することもあります。その際、いただいた@を番組でご紹介させていただく場合もあります。予めご了承下さい。</description>
      <profile_image_url>http://a0.twimg.com/profile_images/1219347284/gendai_normal.jpg</profile_image_url>
      <url>http://bit.ly/b4NGnb</url>
      <protected>false</protected>
      <followers_count>41639</followers_count>
      <profile_background_color>ffffff</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>ffffff</profile_sidebar_fill_color>
      <profile_sidebar_border_color>ffffff</profile_sidebar_border_color>
      <friends_count>7209</friends_count>
      <created_at>Tue Aug 10 09:48:08 +0000 2010</created_at>
      <favourites_count>16</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/profile_background_images/140708813/kurobg.JPG</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>false</verified>
      <following>false</following>
      <statuses_count>797</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>3087</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>69097090</id>
      <name>OKWave(オウケイウェイヴ)</name>
      <screen_name>okwave</screen_name>
      <location>東京都渋谷区恵比寿</location>
      <description>【世界中の人と人を信頼と満足で繋ぐ】Q&AサイトOKWave公式アカウントです。現在、被災地支援の為に特別体制にて運用を行っております。被災地の物資や交通等の生活に関わる情報、ボランティア活動に関する情報を中心に発信中です。 ■復興支援Q&Aネットワーク⇒ http://ow.ly/4D8hV</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1292417435/69097090_origin_normal.JPG</profile_image_url>
      <url>http://www.okwave.co.jp/2011shinsai/</url>
      <protected>false</protected>
      <followers_count>37303</followers_count>
      <profile_background_color>099499</profile_background_color>
      <profile_text_color>3C3940</profile_text_color>
      <profile_link_color>0099B9</profile_link_color>
      <profile_sidebar_fill_color>95E8EC</profile_sidebar_fill_color>
      <profile_sidebar_border_color>5ED4DC</profile_sidebar_border_color>
      <friends_count>40997</friends_count>
      <created_at>Wed Aug 26 21:12:17 +0000 2009</created_at>
      <favourites_count>1050</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a0.twimg.com/profile_background_images/185553437/a1qNfu.jpg</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>54783</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>2134</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>161859838</id>
      <name>気仙沼市危機管理課</name>
      <screen_name>bosai_kesennuma</screen_name>
      <location>宮城県気仙沼市</location>
      <description>気仙沼市の危機管理課の公式アカウントです。
東北関東大震災気仙沼市災害対策本部からの情報をお伝えします
各種情報については気仙沼市のホームページをご覧ください</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1120064234/_____02_normal.jpg</profile_image_url>
      <url>http://www.city.kesennuma.lg.jp/</url>
      <protected>false</protected>
      <followers_count>30357</followers_count>
      <profile_background_color>B2DFDA</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>93A644</profile_link_color>
      <profile_sidebar_fill_color>ffffff</profile_sidebar_fill_color>
      <profile_sidebar_border_color>eeeeee</profile_sidebar_border_color>
      <friends_count>503</friends_count>
      <created_at>Fri Jul 02 00:03:47 +0000 2010</created_at>
      <favourites_count>4</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/profile_background_images/192422712/___________.jpg</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>602</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>2479</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>263047859</id>
      <name>朝日新聞福島総局</name>
      <screen_name>asahi_fukushima</screen_name>
      <location>福島県福島市舟場町1-28</location>
      <description>朝日新聞福島総局の公式アカウントです。福島県内のニュースや話題、取材の裏話や新聞記者の仕事についてつぶやきます。アイコンは紙面でもときどき登場する会津の赤べこをモチーフにした「べこたん」です。よろしくお願いします!
 マイタウン福島はこちら→ http://mytown.asahi.com/fukushima/</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1282546476/fukushima-twitter4_normal.gif</profile_image_url>
      <url>http://twilog.org/asahi_fukushima</url>
      <protected>false</protected>
      <followers_count>18061</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>127</friends_count>
      <created_at>Wed Mar 09 08:02:42 +0000 2011</created_at>
      <favourites_count>31</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304118205/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>1276</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>1809</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>93311525</id>
      <name>NHK広報局(NHKについてユルく案内)</name>
      <screen_name>NHK_PR</screen_name>
      <location>東京都渋谷区神南2−2−1</location>
      <description>このたびの災害で失われた数多くの幸せに、心からのご冥福とお見舞いを申し上げます。皆様が少しでも元の暮らしに近づけるようお祈りしております。だからこそ、このアカウントでは、出来る限り日常と笑顔を保つための元気で楽しいツイートを発信します。なお、業務の合間に1人で運用しているため、繁忙期にはツイートが止まることがあります。</description>
      <profile_image_url>http://a3.twimg.com/profile_images/1337422883/NHK_PR_sakura_normal.jpg</profile_image_url>
      <url>http://www.nhk.or.jp/pr/</url>
      <protected>false</protected>
      <followers_count>334212</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>110512</friends_count>
      <created_at>Sun Nov 29 02:57:58 +0000 2009</created_at>
      <favourites_count>34</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a0.twimg.com/profile_background_images/200912570/bg.jpg</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>37350</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>23946</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>256401886</id>
      <name>NHK生活情報部</name>
      <screen_name>nhk_seikatsu</screen_name>
      <location>東京都渋谷区神南</location>
      <description>NHK報道局生活情報部の公式アカウントです。高齢者福祉、子育て、消費動向など生活に密着したニュースを取材・報道しています。現在「認知症 ともに支えようキャンペーン」を展開中。キャンペーンページ、ブログもあわせてご覧下さい!http://www.nhk.or.jp/ninchi-blog/

</description>
      <profile_image_url>http://a0.twimg.com/profile_images/1259279080/nhk_seikatsu_icon_normal.JPG</profile_image_url>
      <url>http://www.nhk.or.jp/news/ninchi/</url>
      <protected>false</protected>
      <followers_count>89357</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>286</friends_count>
      <created_at>Wed Feb 23 07:30:32 +0000 2011</created_at>
      <favourites_count>18</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304464034/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>3013</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>8805</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>264733583</id>
      <name>Nagano_bot</name>
      <screen_name>PersonFinder_Na</screen_name>
      <location></location>
      <description>安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】</description>
      <profile_image_url>http://a2.twimg.com/profile_images/1269827379/nagano_normal.png</profile_image_url>
      <url>http://gpf-bot.jizmo.co.jp/</url>
      <protected>false</protected>
      <followers_count>2846</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>28</friends_count>
      <created_at>Sat Mar 12 11:07:22 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>100</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>119</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>14942963</id>
      <name>NHK_onair</name>
      <screen_name>NHK_onair</screen_name>
      <location>東京都渋谷区神南2-2-1</location>
      <description>NHKの番組情報などつぶやいていきます!</description>
      <profile_image_url>http://a3.twimg.com/profile_images/1199813741/origin12934373637705_normal.jpg</profile_image_url>
      <url>http://nhk.jp/</url>
      <protected>false</protected>
      <followers_count>88940</followers_count>
      <profile_background_color>032450</profile_background_color>
      <profile_text_color>000000</profile_text_color>
      <profile_link_color>0000ff</profile_link_color>
      <profile_sidebar_fill_color>e0ff92</profile_sidebar_fill_color>
      <profile_sidebar_border_color>87bc44</profile_sidebar_border_color>
      <friends_count>1832</friends_count>
      <created_at>Thu May 29 10:56:17 +0000 2008</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a1.twimg.com/profile_background_images/2580115/twitter_bg.jpg</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>false</verified>
      <following>false</following>
      <statuses_count>594</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>7224</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>21380944</id>
      <name>Fuji News Network</name>
      <screen_name>FNN_News</screen_name>
      <location>Tokyo, JAPAN</location>
      <description>フジテレビ系列28局「フジニュースネットワーク」の公式Twitterアカウントです。ニュース記事のヘッドラインを更新ごとにお届けしています。(c) Fuji News Network. All rights reserved.</description>
      <profile_image_url>http://a3.twimg.com/profile_images/80558114/FNN_logo_normal.jpg</profile_image_url>
      <url>http://www.fnn-news.com/</url>
      <protected>false</protected>
      <followers_count>20258</followers_count>
      <profile_background_color>ffffff</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>ffffff</profile_sidebar_fill_color>
      <profile_sidebar_border_color>000000</profile_sidebar_border_color>
      <friends_count>0</friends_count>
      <created_at>Fri Feb 20 07:03:09 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>false</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>37135</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>2724</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>86217842</id>
      <name>Channel rfc【ラジオ福島】</name>
      <screen_name>radio_rfc_japan</screen_name>
      <location>福島市下荒子8番地</location>
      <description>株式会社ラジオ福島
メール安否確認受付中。 rfcjisin2@gmail.com
特設サイト http://goo.gl/kulJz
マップ http://goo.gl/im8Ac</description>
      <profile_image_url>http://a0.twimg.com/profile_images/498372253/rfc_normal.gif</profile_image_url>
      <url>http://www.rfc.jp/</url>
      <protected>false</protected>
      <followers_count>27429</followers_count>
      <profile_background_color>0099B9</profile_background_color>
      <profile_text_color>3C3940</profile_text_color>
      <profile_link_color>0099B9</profile_link_color>
      <profile_sidebar_fill_color>95E8EC</profile_sidebar_fill_color>
      <profile_sidebar_border_color>5ED4DC</profile_sidebar_border_color>
      <friends_count>20</friends_count>
      <created_at>Fri Oct 30 01:59:40 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304464034/images/themes/theme4/bg.gif</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>4992</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>2282</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>264725307</id>
      <name>Iwate_bot</name>
      <screen_name>PersonFinder_Iw</screen_name>
      <location></location>
      <description>安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】</description>
      <profile_image_url>http://a0.twimg.com/profile_images/1269822756/iwate_normal.png</profile_image_url>
      <url>http://gpf-bot.jizmo.co.jp/</url>
      <protected>false</protected>
      <followers_count>3210</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>136</friends_count>
      <created_at>Sat Mar 12 10:45:11 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>34340</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>177</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>264727639</id>
      <name>Fukushima_bot</name>
      <screen_name>PersonFinder_Fk</screen_name>
      <location></location>
      <description>安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】</description>
      <profile_image_url>http://a2.twimg.com/profile_images/1269832013/fukushima_normal.png</profile_image_url>
      <url>http://gpf-bot.jizmo.co.jp</url>
      <protected>false</protected>
      <followers_count>3330</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>112</friends_count>
      <created_at>Sat Mar 12 10:51:28 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>false</verified>
      <following>false</following>
      <statuses_count>26130</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>174</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>57295721</id>
      <name>会津若松市</name>
      <screen_name>aizuwakamatsuct</screen_name>
      <location>〒965-8601福島県会津若松市東栄町3-46</location>
      <description>歴史と伝統の息づく町、会津若松の「今」をお伝えします。
※会津若松市が公式に運営しているアカウントです。
なお、ツイッター上で個別にいただいたご意見等については、原則としてお答えしておりませんので、ご了承ください。</description>
      <profile_image_url>http://a3.twimg.com/profile_images/591472881/shisyo_normal.png</profile_image_url>
      <url>http://www.city.aizuwakamatsu.fukushima.jp/</url>
      <protected>false</protected>
      <followers_count>10228</followers_count>
      <profile_background_color>9AE4E8</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>8de6da</profile_sidebar_fill_color>
      <profile_sidebar_border_color>BDDCAD</profile_sidebar_border_color>
      <friends_count>34</friends_count>
      <created_at>Thu Jul 16 10:12:25 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a1.twimg.com/profile_background_images/23737115/default.jpg</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>1445</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>1162</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>264776369</id>
      <name>Other_bot</name>
      <screen_name>PersonFinder_ot</screen_name>
      <location></location>
      <description>安否情報を登録・募集できるgoogle person finder(  http://goo.gl/keitai ) の最新情報を自動でつぶやいています
岩手・宮城・福島・茨城・青森・長野以外の情報はこちらです
返信・連絡はリンク先の本サイトから。
拡散は公式リツイートで、ご意見・提案はメンションでお願いします</description>
      <profile_image_url>http://a1.twimg.com/profile_images/1269891409/sonota_normal.png</profile_image_url>
      <url></url>
      <protected>false</protected>
      <followers_count>2807</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>15</friends_count>
      <created_at>Sat Mar 12 12:53:01 +0000 2011</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>35712</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>123</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>137272821</id>
      <name>総務省消防庁</name>
      <screen_name>FDMA_JAPAN</screen_name>
      <location></location>
      <description>大規模災害に関する情報や総務省消防庁からの報道資料等を提供します。リンク先のファイルの容量が大きいので、パソコン端末での利用をおすすめします。あらかじめガイドラインをご覧ください。災害情報・ご意見は@FDMA_JAPANまでお願いします。いただいた情報を今後の業務の参考とさせていただきます。</description>
      <profile_image_url>http://a0.twimg.com/profile_images/891029089/_______1_normal.jpg</profile_image_url>
      <url>http://www.fdma.go.jp/</url>
      <protected>false</protected>
      <followers_count>223430</followers_count>
      <profile_background_color>DBE9ED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>CC3366</profile_link_color>
      <profile_sidebar_fill_color>E6F6F9</profile_sidebar_fill_color>
      <profile_sidebar_border_color>DBE9ED</profile_sidebar_border_color>
      <friends_count>0</friends_count>
      <created_at>Mon Apr 26 09:01:56 +0000 2010</created_at>
      <favourites_count>2</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a2.twimg.com/profile_background_images/101377616/___.jpg</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>true</following>
      <statuses_count>1092</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>17141</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>106333640</id>
      <name>青森県広報広聴課</name>
      <screen_name>aomorist</screen_name>
      <location>青森県</location>
      <description>青森県の情報を発見するお手伝いをします!青森県に関するツイートで、青森県との新しい「つながり」を見つけてください!(お問い合わせにお返事できない場合もありますがご了承ください。)</description>
      <profile_image_url>http://a1.twimg.com/profile_images/755003571/aomoristicon2_normal.png</profile_image_url>
      <url>http://aomorist.pref.aomori.lg.jp/</url>
      <protected>false</protected>
      <followers_count>8527</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>31</friends_count>
      <created_at>Tue Jan 19 06:27:34 +0000 2010</created_at>
      <favourites_count>1</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>false</verified>
      <following>false</following>
      <statuses_count>708</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>927</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>true</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>109488235</id>
      <name>読売新聞YOL</name>
      <screen_name>Yomiuri_Online</screen_name>
      <location>東京都中央区</location>
      <description>読売新聞のニュースサイトです。どこよりも「速く」「面白く」「役に立つ」がモットーです。政治、経済、国際、社会、スポーツ、エンタメなどあらゆるジャンルから「旬のニュース」をお届けします。</description>
      <profile_image_url>http://a2.twimg.com/profile_images/700348805/yol_favicon_57x57_normal.png</profile_image_url>
      <url>http://www.yomiuri.co.jp/</url>
      <protected>false</protected>
      <followers_count>134786</followers_count>
      <profile_background_color>15008a</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>3</friends_count>
      <created_at>Fri Jan 29 06:14:45 +0000 2010</created_at>
      <favourites_count>9</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a1.twimg.com/profile_background_images/76199009/Yomiuri_online_background2.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>10001</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>13527</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>42816371</id>
      <name>asahi</name>
      <screen_name>asahi</screen_name>
      <location>東京都中央区</location>
      <description>朝日新聞社が運営するアカウントです。通常は各種速報やニュースをお届けしていますが、現在、東日本大震災関連のニュースに絞ってツイート中です。よろしくお願いいたします。</description>
      <profile_image_url>http://a3.twimg.com/profile_images/266385410/aicon_normal.png</profile_image_url>
      <url>http://www.asahi.com/special/10005/</url>
      <protected>false</protected>
      <followers_count>463541</followers_count>
      <profile_background_color>000000</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>b40813</profile_link_color>
      <profile_sidebar_fill_color>e5e5e5</profile_sidebar_fill_color>
      <profile_sidebar_border_color>d4d4d4</profile_sidebar_border_color>
      <friends_count>50</friends_count>
      <created_at>Wed May 27 04:37:57 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a0.twimg.com/profile_background_images/128698401/bg_twitter_black_100730.jpg</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>23782</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>35898</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>204245399</id>
      <name>NHKニュース</name>
      <screen_name>nhk_news</screen_name>
      <location>東京都渋谷区神南2-2-1</location>
      <description>NHKニュースの公式アカウントです。ニュースセンターから最新のニュースを、24時間、365日、休みなくお届けします。NHKの取材網が日本や世界の「今」をとらえ、信頼できる、そして暮らしに役立つ情報をお伝えします。いつでも、どこでも、ご活用下さい。</description>
      <profile_image_url>http://a2.twimg.com/profile_images/1330112079/122_normal.jpg</profile_image_url>
      <url>http://nhk.jp/news</url>
      <protected>false</protected>
      <followers_count>288679</followers_count>
      <profile_background_color>C0DEED</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>DDEEF6</profile_sidebar_fill_color>
      <profile_sidebar_border_color>C0DEED</profile_sidebar_border_color>
      <friends_count>5</friends_count>
      <created_at>Mon Oct 18 08:15:29 +0000 2010</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a2.twimg.com/profile_background_images/165890902/bg.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>16147</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>22540</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>43041891</id>
      <name>tenki.jp</name>
      <screen_name>tenkijp</screen_name>
      <location>日本の空</location>
      <description>日本気象協会が提供する天気総合ポータルサイトtenki.jp。自分だけの天気予報ページMY tenki.jpを作ることもできます。</description>
      <profile_image_url>http://a0.twimg.com/profile_images/237552700/icon_twitter_normal.jpg</profile_image_url>
      <url>http://tenki.jp/</url>
      <protected>false</protected>
      <followers_count>635309</followers_count>
      <profile_background_color>ececec</profile_background_color>
      <profile_text_color>3E4415</profile_text_color>
      <profile_link_color>D02B55</profile_link_color>
      <profile_sidebar_fill_color>99CC33</profile_sidebar_fill_color>
      <profile_sidebar_border_color>829D5E</profile_sidebar_border_color>
      <friends_count>4</friends_count>
      <created_at>Thu May 28 03:53:58 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a2.twimg.com/profile_background_images/15377831/twitter_back2big.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>false</verified>
      <following>false</following>
      <statuses_count>2436</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>22905</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>87436323</id>
      <name>八戸市</name>
      <screen_name>HachinoheCity</screen_name>
      <location>青森県八戸市内丸1‐1‐1</location>
      <description>八戸市公式アカウントです。八戸市からのお知らせをツイートしています。</description>
      <profile_image_url>http://a2.twimg.com/profile_images/735644497/icon-_normal.png</profile_image_url>
      <url>http://www.city.hachinohe.aomori.jp</url>
      <protected>false</protected>
      <followers_count>11956</followers_count>
      <profile_background_color>0d2759</profile_background_color>
      <profile_text_color>003300</profile_text_color>
      <profile_link_color>08a320</profile_link_color>
      <profile_sidebar_fill_color>e8fff0</profile_sidebar_fill_color>
      <profile_sidebar_border_color>008ecb</profile_sidebar_border_color>
      <friends_count>3752</friends_count>
      <created_at>Wed Nov 04 13:17:23 +0000 2009</created_at>
      <favourites_count>0</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Sapporo</time_zone>
      <profile_background_image_url>http://a3.twimg.com/profile_background_images/132176940/map_land_01_.png</profile_background_image_url>
      <profile_background_tile>false</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>true</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>3654</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>1168</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
    <user>
      <id>90325839</id>
      <name>日テレダベア</name>
      <screen_name>nittele_da_bear</screen_name>
      <location>東京都港区東新橋1-6-1</location>
      <description>日本テレビ、入社2年目(宣伝部員兼AD)のクマ、ダベアです。
日本テレビ宣伝部公式アカウントです。</description>
      <profile_image_url>http://a0.twimg.com/profile_images/1273035070/HOPE___x_A_normal.jpg</profile_image_url>
      <url>http://www.ntv.co.jp/dabear/</url>
      <protected>false</protected>
      <followers_count>38686</followers_count>
      <profile_background_color>8f6436</profile_background_color>
      <profile_text_color>333333</profile_text_color>
      <profile_link_color>0084B4</profile_link_color>
      <profile_sidebar_fill_color>ffa600</profile_sidebar_fill_color>
      <profile_sidebar_border_color>ebc1c1</profile_sidebar_border_color>
      <friends_count>42479</friends_count>
      <created_at>Mon Nov 16 04:43:15 +0000 2009</created_at>
      <favourites_count>11</favourites_count>
      <utc_offset>32400</utc_offset>
      <time_zone>Tokyo</time_zone>
      <profile_background_image_url>http://a2.twimg.com/profile_background_images/218315845/HOPE___x_A____.jpg</profile_background_image_url>
      <profile_background_tile>true</profile_background_tile>
      <profile_use_background_image>true</profile_use_background_image>
      <notifications>false</notifications>
      <geo_enabled>false</geo_enabled>
      <verified>true</verified>
      <following>false</following>
      <statuses_count>11100</statuses_count>
      <lang>ja</lang>
      <contributors_enabled>false</contributors_enabled>
      <follow_request_sent>false</follow_request_sent>
      <listed_count>3594</listed_count>
      <show_all_inline_media>false</show_all_inline_media>
      <default_profile>false</default_profile>
      <default_profile_image>false</default_profile_image>
      <is_translator>false</is_translator>
    </user>
  </users>
  <size>37</size>
</category>
jishin.json
json[slug]=jishin
json[size]=37

json[users]['0']['profile_use_background_image']=1
json[users]['0']['default_profile_image']=
json[users]['0']['default_profile']=
json[users]['0']['following']=
json[users]['0']['profile_background_color']=C0DEED
json[users]['0']['description']=岩手県広聴広報課です。県政情報、防災情報の発信に活用しています。■東北地方太平洋沖地震及び津波に関する情報(防災ポータル)は、 http://sv032.office.pref.iwate.jp/~bousai/ をご覧ください。 
[2010/04/16公開開始]
json[users]['0']['screen_name']=pref_iwate
json[users]['0']['statuses_count']=4839
json[users]['0']['profile_background_image_url']=http://a1.twimg.com/profile_background_images/102509785/iwate_pic70_500_2.bmp
json[users]['0']['friends_count']=14
json[users]['0']['verified']=1
json[users]['0']['id_str']=129824840
json[users]['0']['follow_request_sent']=
json[users]['0']['profile_text_color']=333333
json[users]['0']['location']=岩手県庁
json[users]['0']['is_translator']=
json[users]['0']['profile_sidebar_fill_color']=DDEEF6
json[users]['0']['profile_background_tile']=1
json[users]['0']['url']=http://www.pref.iwate.jp/
json[users]['0']['lang']=ja
json[users]['0']['followers_count']=30095
json[users]['0']['protected']=
json[users]['0']['listed_count']=2674
json[users]['0']['contributors_enabled']=
json[users]['0']['notifications']=
json[users]['0']['time_zone']=Tokyo
json[users]['0']['created_at']=Mon Apr 05 14:42:35 +0000 2010
json[users]['0']['profile_link_color']=0084B4
json[users]['0']['name']=岩手県広聴広報課
json[users]['0']['profile_sidebar_border_color']=C0DEED
json[users]['0']['id']=129824840
json[users]['0']['show_all_inline_media']=1
json[users]['0']['geo_enabled']=
json[users]['0']['utc_offset']=32400
json[users]['0']['favourites_count']=0
json[users]['0']['profile_image_url']=http://a1.twimg.com/profile_images/1022000051/pref_iwate_normal.png
json[users]['1']['profile_use_background_image']=1
json[users]['1']['default_profile_image']=
json[users]['1']['default_profile']=
json[users]['1']['following']=
json[users]['1']['profile_background_color']=f4f4f4
json[users]['1']['description']=ぶうぶがTBSテレビの見所などをご紹介します。
アイコンは@noriko_v さん制作です。気が向くとお返事します。 

お約束ネタ:食べられません! 腹黒い 人を喰う ぶたぢゃない!おだてても木には登りませんが、スーツでプールに飛び込んだことはあります...
寒くてもノーパン主義!!
json[users]['1']['screen_name']=tbs_channel
json[users]['1']['statuses_count']=4963
json[users]['1']['profile_background_image_url']=http://a3.twimg.com/profile_background_images/28410651/2_BooBo___0810b.jpg
json[users]['1']['friends_count']=13641
json[users]['1']['verified']=
json[users]['1']['id_str']=60795695
json[users]['1']['follow_request_sent']=
json[users]['1']['profile_text_color']=333333
json[users]['1']['location']=赤坂サカス
json[users]['1']['is_translator']=
json[users]['1']['profile_sidebar_fill_color']=ffd70f
json[users]['1']['profile_background_tile']=
json[users]['1']['url']=http://www.tbs.co.jp/
json[users]['1']['lang']=ja
json[users]['1']['followers_count']=31741
json[users]['1']['protected']=
json[users]['1']['listed_count']=3818
json[users]['1']['contributors_enabled']=
json[users]['1']['notifications']=
json[users]['1']['time_zone']=Tokyo
json[users]['1']['created_at']=Tue Jul 28 03:17:53 +0000 2009
json[users]['1']['profile_link_color']=0084B4
json[users]['1']['name']=TBSのぶうぶ
json[users]['1']['profile_sidebar_border_color']=ff5d12
json[users]['1']['id']=60795695
json[users]['1']['show_all_inline_media']=
json[users]['1']['geo_enabled']=
json[users]['1']['utc_offset']=32400
json[users]['1']['favourites_count']=202
json[users]['1']['profile_image_url']=http://a1.twimg.com/profile_images/1331112525/boobo_haru4_normal.jpg
json[users]['2']['profile_use_background_image']=1
json[users]['2']['default_profile_image']=
json[users]['2']['default_profile']=
json[users]['2']['following']=1
json[users]['2']['profile_background_color']=1A1B1F
json[users]['2']['description']=[BOT]警戒:震度1以上 もしくは M3以上の地震情報を提供しています。また少々のツイートを行います。

運用状況:http://j.mp/fowbbT

状況を見て通知する地震情報を変更します。

基本的に返事は行いません。問い合わせは@ariela もしくはyuki at transrain.netに
json[users]['2']['screen_name']=earthquake_jp
json[users]['2']['statuses_count']=10368
json[users]['2']['profile_background_image_url']=http://a3.twimg.com/a/1304464034/images/themes/theme9/bg.gif
json[users]['2']['friends_count']=3
json[users]['2']['verified']=
json[users]['2']['id_str']=4104111
json[users]['2']['follow_request_sent']=
json[users]['2']['profile_text_color']=666666
json[users]['2']['location']=
json[users]['2']['is_translator']=
json[users]['2']['profile_sidebar_fill_color']=252429
json[users]['2']['profile_background_tile']=
json[users]['2']['url']=http://bit.ly/7uHI6t
json[users]['2']['lang']=en
json[users]['2']['followers_count']=422504
json[users]['2']['protected']=
json[users]['2']['listed_count']=27769
json[users]['2']['contributors_enabled']=
json[users]['2']['notifications']=
json[users]['2']['time_zone']=Osaka
json[users]['2']['created_at']=Wed Apr 11 01:33:52 +0000 2007
json[users]['2']['profile_link_color']=2FC2EF
json[users]['2']['name']=地震速報
json[users]['2']['profile_sidebar_border_color']=181A1E
json[users]['2']['id']=4104111
json[users]['2']['show_all_inline_media']=
json[users]['2']['geo_enabled']=1
json[users]['2']['utc_offset']=32400
json[users]['2']['favourites_count']=1
json[users]['2']['profile_image_url']=http://a2.twimg.com/profile_images/368358807/eqjp_normal.png
json[users]['3']['profile_use_background_image']=
json[users]['3']['default_profile_image']=
json[users]['3']['default_profile']=
json[users]['3']['following']=
json[users]['3']['profile_background_color']=a32f1a
json[users]['3']['description']=茨城のラジオ、IBS茨城放送です。IBS情報発信中!! 水戸局1197kHz/土浦局・県西中継局 1458kHz
json[users]['3']['screen_name']=ibs_radio
json[users]['3']['statuses_count']=885
json[users]['3']['profile_background_image_url']=http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png
json[users]['3']['friends_count']=42
json[users]['3']['verified']=1
json[users]['3']['id_str']=121371608
json[users]['3']['follow_request_sent']=
json[users]['3']['profile_text_color']=333333
json[users]['3']['location']=茨城県
json[users]['3']['is_translator']=
json[users]['3']['profile_sidebar_fill_color']=fafcca
json[users]['3']['profile_background_tile']=
json[users]['3']['url']=http://www.ibs-radio.com/
json[users]['3']['lang']=ja
json[users]['3']['followers_count']=12144
json[users]['3']['protected']=
json[users]['3']['listed_count']=959
json[users]['3']['contributors_enabled']=
json[users]['3']['notifications']=
json[users]['3']['time_zone']=Tokyo
json[users]['3']['created_at']=Tue Mar 09 08:47:23 +0000 2010
json[users]['3']['profile_link_color']=1351f0
json[users]['3']['name']=茨城放送
json[users]['3']['profile_sidebar_border_color']=689983
json[users]['3']['id']=121371608
json[users]['3']['show_all_inline_media']=
json[users]['3']['geo_enabled']=
json[users]['3']['utc_offset']=32400
json[users]['3']['favourites_count']=0
json[users]['3']['profile_image_url']=http://a1.twimg.com/profile_images/1318237375/_______normal.jpg
json[users]['4']['profile_use_background_image']=1
json[users]['4']['default_profile_image']=
json[users]['4']['default_profile']=1
json[users]['4']['following']=
json[users]['4']['profile_background_color']=C0DEED
json[users]['4']['description']=安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された茨城県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】
json[users]['4']['screen_name']=PersonFinder_Ib
json[users]['4']['statuses_count']=1385
json[users]['4']['profile_background_image_url']=http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png
json[users]['4']['friends_count']=143
json[users]['4']['verified']=
json[users]['4']['id_str']=264744081
json[users]['4']['follow_request_sent']=
json[users]['4']['profile_text_color']=333333
json[users]['4']['location']=
json[users]['4']['is_translator']=
json[users]['4']['profile_sidebar_fill_color']=DDEEF6
json[users]['4']['profile_background_tile']=
json[users]['4']['url']=http://gpf-bot.jizmo.co.jp/
json[users]['4']['lang']=ja
json[users]['4']['followers_count']=3341
json[users]['4']['protected']=
json[users]['4']['listed_count']=145
json[users]['4']['contributors_enabled']=
json[users]['4']['notifications']=
json[users]['4']['time_zone']=Tokyo
json[users]['4']['created_at']=Sat Mar 12 11:36:08 +0000 2011
json[users]['4']['profile_link_color']=0084B4
json[users]['4']['name']=Ibaraki_bot
json[users]['4']['profile_sidebar_border_color']=C0DEED
json[users]['4']['id']=264744081
json[users]['4']['show_all_inline_media']=
json[users]['4']['geo_enabled']=1
json[users]['4']['utc_offset']=32400
json[users]['4']['favourites_count']=0
json[users]['4']['profile_image_url']=http://a3.twimg.com/profile_images/1269829373/ibaraki_normal.png
json[users]['5']['profile_use_background_image']=1
json[users]['5']['default_profile_image']=
json[users]['5']['default_profile']=
json[users]['5']['following']=
json[users]['5']['profile_background_color']=C0DEED
json[users]['5']['description']=IBC岩手放送です。ちなみにアイコンは、IBCのキャラクターおらくんです。
json[users]['5']['screen_name']=IBC_online
json[users]['5']['statuses_count']=1268
json[users]['5']['profile_background_image_url']=http://a2.twimg.com/profile_background_images/215072522/bg_twitter.jpg
json[users]['5']['friends_count']=0
json[users]['5']['verified']=1
json[users]['5']['id_str']=129714093
json[users]['5']['follow_request_sent']=
json[users]['5']['profile_text_color']=333333
json[users]['5']['location']=Morioka , Iwate
json[users]['5']['is_translator']=
json[users]['5']['profile_sidebar_fill_color']=DDEEF6
json[users]['5']['profile_background_tile']=1
json[users]['5']['url']=http://www.ibc.co.jp/
json[users]['5']['lang']=ja
json[users]['5']['followers_count']=21739
json[users]['5']['protected']=
json[users]['5']['listed_count']=1770
json[users]['5']['contributors_enabled']=
json[users]['5']['notifications']=
json[users]['5']['time_zone']=Tokyo
json[users]['5']['created_at']=Mon Apr 05 05:23:44 +0000 2010
json[users]['5']['profile_link_color']=0084B4
json[users]['5']['name']=IBC岩手放送
json[users]['5']['profile_sidebar_border_color']=C0DEED
json[users]['5']['id']=129714093
json[users]['5']['show_all_inline_media']=1
json[users]['5']['geo_enabled']=
json[users]['5']['utc_offset']=32400
json[users]['5']['favourites_count']=0
json[users]['5']['profile_image_url']=http://a3.twimg.com/profile_images/1152744402/ola_normal.jpg
json[users]['6']['profile_use_background_image']=1
json[users]['6']['default_profile_image']=
json[users]['6']['default_profile']=
json[users]['6']['following']=
json[users]['6']['profile_background_color']=9AE4E8
json[users]['6']['description']=毎日新聞の総合情報サイト「毎日jp」のキャラクターのコッコちゃんこと「ジャン・ピエール・コッコ」がおすすめ記事などをつぶやきます。主なニュースは@mainichijpnews、英文ニュースは@mdnjpで読めます。毎日jp編集部が運営しています。
json[users]['6']['screen_name']=mainichijpedit
json[users]['6']['statuses_count']=15267
json[users]['6']['profile_background_image_url']=http://a0.twimg.com/profile_background_images/19920340/logo_mono.gif
json[users]['6']['friends_count']=22
json[users]['6']['verified']=1
json[users]['6']['id_str']=49540955
json[users]['6']['follow_request_sent']=
json[users]['6']['profile_text_color']=333333
json[users]['6']['location']=東京都千代田区
json[users]['6']['is_translator']=
json[users]['6']['profile_sidebar_fill_color']=dfdfdf
json[users]['6']['profile_background_tile']=1
json[users]['6']['url']=http://www.facebook.com/mainichijp
json[users]['6']['lang']=ja
json[users]['6']['followers_count']=488442
json[users]['6']['protected']=
json[users]['6']['listed_count']=27678
json[users]['6']['contributors_enabled']=
json[users]['6']['notifications']=
json[users]['6']['time_zone']=Tokyo
json[users]['6']['created_at']=Mon Jun 22 04:53:27 +0000 2009
json[users]['6']['profile_link_color']=0084B4
json[users]['6']['name']=毎日jp編集部
json[users]['6']['profile_sidebar_border_color']=cdcdcd
json[users]['6']['id']=49540955
json[users]['6']['show_all_inline_media']=
json[users]['6']['geo_enabled']=
json[users]['6']['utc_offset']=32400
json[users]['6']['favourites_count']=591
json[users]['6']['profile_image_url']=http://a3.twimg.com/profile_images/1198534933/cocco_normal.gif
json[users]['7']['profile_use_background_image']=1
json[users]['7']['default_profile_image']=
json[users]['7']['default_profile']=1
json[users]['7']['following']=
json[users]['7']['profile_background_color']=C0DEED
json[users]['7']['description']=本アカウントは首相官邸の公式アカウントです。
首相官邸から災害関連の政府活動情報をお届けいたします。

json[users]['7']['screen_name']=Kantei_Saigai
json[users]['7']['statuses_count']=897
json[users]['7']['profile_background_image_url']=http://a3.twimg.com/a/1304118205/images/themes/theme1/bg.png
json[users]['7']['friends_count']=3
json[users]['7']['verified']=1
json[users]['7']['id_str']=265205959
json[users]['7']['follow_request_sent']=
json[users]['7']['profile_text_color']=333333
json[users]['7']['location']=
json[users]['7']['is_translator']=
json[users]['7']['profile_sidebar_fill_color']=DDEEF6
json[users]['7']['profile_background_tile']=
json[users]['7']['url']=http://www.kantei.go.jp/
json[users]['7']['lang']=ja
json[users]['7']['followers_count']=331255
json[users]['7']['protected']=
json[users]['7']['listed_count']=19074
json[users]['7']['contributors_enabled']=
json[users]['7']['notifications']=
json[users]['7']['time_zone']=Hawaii
json[users]['7']['created_at']=Sun Mar 13 05:22:07 +0000 2011
json[users]['7']['profile_link_color']=0084B4
json[users]['7']['name']=首相官邸(災害情報)
json[users]['7']['profile_sidebar_border_color']=C0DEED
json[users]['7']['id']=265205959
json[users]['7']['show_all_inline_media']=
json[users]['7']['geo_enabled']=
json[users]['7']['utc_offset']=-36000
json[users]['7']['favourites_count']=0
json[users]['7']['profile_image_url']=http://a0.twimg.com/profile_images/1270889509/twitter2_normal.gif
json[users]['8']['profile_use_background_image']=1
json[users]['8']['default_profile_image']=
json[users]['8']['default_profile']=1
json[users]['8']['following']=
json[users]['8']['profile_background_color']=C0DEED
json[users]['8']['description']=安否情報確認サイトGoogle Person Finder( http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】
json[users]['8']['screen_name']=PersonFinder_Ao
json[users]['8']['statuses_count']=680
json[users]['8']['profile_background_image_url']=http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png
json[users]['8']['friends_count']=119
json[users]['8']['verified']=1
json[users]['8']['id_str']=264739659
json[users]['8']['follow_request_sent']=
json[users]['8']['profile_text_color']=333333
json[users]['8']['location']=
json[users]['8']['is_translator']=
json[users]['8']['profile_sidebar_fill_color']=DDEEF6
json[users]['8']['profile_background_tile']=
json[users]['8']['url']=http://gpf-bot.jizmo.co.jp/
json[users]['8']['lang']=ja
json[users]['8']['followers_count']=2915
json[users]['8']['protected']=
json[users]['8']['listed_count']=133
json[users]['8']['contributors_enabled']=
json[users]['8']['notifications']=
json[users]['8']['time_zone']=Tokyo
json[users]['8']['created_at']=Sat Mar 12 11:24:02 +0000 2011
json[users]['8']['profile_link_color']=0084B4
json[users]['8']['name']=Aomori_bot
json[users]['8']['profile_sidebar_border_color']=C0DEED
json[users]['8']['id']=264739659
json[users]['8']['show_all_inline_media']=
json[users]['8']['geo_enabled']=1
json[users]['8']['utc_offset']=32400
json[users]['8']['favourites_count']=0
json[users]['8']['profile_image_url']=http://a1.twimg.com/profile_images/1269828551/aomori_normal.png
json[users]['9']['profile_use_background_image']=1
json[users]['9']['default_profile_image']=
json[users]['9']['default_profile']=1
json[users]['9']['following']=
json[users]['9']['profile_background_color']=C0DEED
json[users]['9']['description']=安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai) に登録された宮城県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】
json[users]['9']['screen_name']=PersonFinder_Mi
json[users]['9']['statuses_count']=49715
json[users]['9']['profile_background_image_url']=http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png
json[users]['9']['friends_count']=118
json[users]['9']['verified']=1
json[users]['9']['id_str']=264717146
json[users]['9']['follow_request_sent']=
json[users]['9']['profile_text_color']=333333
json[users]['9']['location']=
json[users]['9']['is_translator']=
json[users]['9']['profile_sidebar_fill_color']=DDEEF6
json[users]['9']['profile_background_tile']=
json[users]['9']['url']=http://gpf-bot.jizmo.co.jp/
json[users]['9']['lang']=ja
json[users]['9']['followers_count']=4271
json[users]['9']['protected']=
json[users]['9']['listed_count']=263
json[users]['9']['contributors_enabled']=
json[users]['9']['notifications']=
json[users]['9']['time_zone']=Tokyo
json[users]['9']['created_at']=Sat Mar 12 10:22:44 +0000 2011
json[users]['9']['profile_link_color']=0084B4
json[users]['9']['name']=Miyagi_Bot
json[users]['9']['profile_sidebar_border_color']=C0DEED
json[users]['9']['id']=264717146
json[users]['9']['show_all_inline_media']=
json[users]['9']['geo_enabled']=1
json[users]['9']['utc_offset']=32400
json[users]['9']['favourites_count']=0
json[users]['9']['profile_image_url']=http://a2.twimg.com/profile_images/1269830522/miyagi_normal.png
json[users]['10']['profile_use_background_image']=1
json[users]['10']['default_profile_image']=
json[users]['10']['default_profile']=
json[users]['10']['following']=
json[users]['10']['profile_background_color']=9AE4E8
json[users]['10']['description']=青森県庁からのお知らせをつぶやきます。
json[users]['10']['screen_name']=AomoriPref
json[users]['10']['statuses_count']=9948
json[users]['10']['profile_background_image_url']=http://a0.twimg.com/profile_background_images/58451418/backpanel_201012.png
json[users]['10']['friends_count']=0
json[users]['10']['verified']=1
json[users]['10']['id_str']=54774479
json[users]['10']['follow_request_sent']=
json[users]['10']['profile_text_color']=333333
json[users]['10']['location']=青森県
json[users]['10']['is_translator']=
json[users]['10']['profile_sidebar_fill_color']=ddffcc
json[users]['10']['profile_background_tile']=1
json[users]['10']['url']=http://www.pref.aomori.lg.jp/
json[users]['10']['lang']=ja
json[users]['10']['followers_count']=15212
json[users]['10']['protected']=
json[users]['10']['listed_count']=1881
json[users]['10']['contributors_enabled']=
json[users]['10']['notifications']=
json[users]['10']['time_zone']=Tokyo
json[users]['10']['created_at']=Wed Jul 08 02:48:46 +0000 2009
json[users]['10']['profile_link_color']=0084B4
json[users]['10']['name']=青森県庁
json[users]['10']['profile_sidebar_border_color']=BDDCAD
json[users]['10']['id']=54774479
json[users]['10']['show_all_inline_media']=
json[users]['10']['geo_enabled']=
json[users]['10']['utc_offset']=32400
json[users]['10']['favourites_count']=0
json[users]['10']['profile_image_url']=http://a2.twimg.com/profile_images/302965039/AomoriPref_normal.gif
json[users]['11']['profile_use_background_image']=1
json[users]['11']['default_profile_image']=
json[users]['11']['default_profile']=
json[users]['11']['following']=
json[users]['11']['profile_background_color']=9AE4E8
json[users]['11']['description']=毎日jpの主なニュース速報を掲載しています
json[users]['11']['screen_name']=mainichijpnews
json[users]['11']['statuses_count']=38106
json[users]['11']['profile_background_image_url']=http://a0.twimg.com/profile_background_images/24490929/logo_mono.gif
json[users]['11']['friends_count']=2
json[users]['11']['verified']=1
json[users]['11']['id_str']=46282367
json[users]['11']['follow_request_sent']=
json[users]['11']['profile_text_color']=000000
json[users]['11']['location']=東京都千代田区一ツ橋
json[users]['11']['is_translator']=
json[users]['11']['profile_sidebar_fill_color']=4e7bdb
json[users]['11']['profile_background_tile']=1
json[users]['11']['url']=http://mainichi.jp/
json[users]['11']['lang']=ja
json[users]['11']['followers_count']=70000
json[users]['11']['protected']=
json[users]['11']['listed_count']=12127
json[users]['11']['contributors_enabled']=
json[users]['11']['notifications']=
json[users]['11']['time_zone']=Tokyo
json[users]['11']['created_at']=Thu Jun 11 01:39:32 +0000 2009
json[users]['11']['profile_link_color']=16387c
json[users]['11']['name']=毎日jpニュース速報
json[users]['11']['profile_sidebar_border_color']=cccccc
json[users]['11']['id']=46282367
json[users]['11']['show_all_inline_media']=
json[users]['11']['geo_enabled']=
json[users]['11']['utc_offset']=32400
json[users]['11']['favourites_count']=0
json[users]['11']['profile_image_url']=http://a1.twimg.com/profile_images/323987547/mdnmini_normal.jpg
json[users]['12']['profile_use_background_image']=1
json[users]['12']['default_profile_image']=
json[users]['12']['default_profile']=
json[users]['12']['following']=
json[users]['12']['profile_background_color']=9AE4E8
json[users]['12']['description']=NHK報道局科学文化部=「かぶん」のツイッターです。「科学」と「文化」に関するNHKのニュースや番組をつくる記者の集団です。東日本大震災以降は、震災や原発事故に関するニュースもツイートしています。いただいたご質問には必ずしもお答えできなかったり回答に時間がかかることがありますのでご了承ください。アイコンは時々変わります
json[users]['12']['screen_name']=nhk_kabun
json[users]['12']['statuses_count']=4914
json[users]['12']['profile_background_image_url']=http://a2.twimg.com/profile_background_images/187940158/kabun4.JPG
json[users]['12']['friends_count']=20696
json[users]['12']['verified']=1
json[users]['12']['id_str']=227233751
json[users]['12']['follow_request_sent']=
json[users]['12']['profile_text_color']=333333
json[users]['12']['location']=東京都渋谷区神南
json[users]['12']['is_translator']=
json[users]['12']['profile_sidebar_fill_color']=DDFFCC
json[users]['12']['profile_background_tile']=1
json[users]['12']['url']=http://www.nhk.or.jp/kabun-blog/
json[users]['12']['lang']=ja
json[users]['12']['followers_count']=109525
json[users]['12']['protected']=
json[users]['12']['listed_count']=10763
json[users]['12']['contributors_enabled']=
json[users]['12']['notifications']=
json[users]['12']['time_zone']=Tokyo
json[users]['12']['created_at']=Thu Dec 16 08:14:46 +0000 2010
json[users]['12']['profile_link_color']=0084B4
json[users]['12']['name']=NHK科学文化部
json[users]['12']['profile_sidebar_border_color']=BDDCAD
json[users]['12']['id']=227233751
json[users]['12']['show_all_inline_media']=
json[users]['12']['geo_enabled']=
json[users]['12']['utc_offset']=32400
json[users]['12']['favourites_count']=2407
json[users]['12']['profile_image_url']=http://a2.twimg.com/profile_images/1342808046/284964545_normal.png
json[users]['13']['profile_use_background_image']=1
json[users]['13']['default_profile_image']=
json[users]['13']['default_profile']=
json[users]['13']['following']=
json[users]['13']['profile_background_color']=ffffff
json[users]['13']['description']=本州最北端青森県下北半島の中央に位置するむつ市の公式Tweetです。むつ市の情報をつぶやきます。
json[users]['13']['screen_name']=mutsukoho
json[users]['13']['statuses_count']=1429
json[users]['13']['profile_background_image_url']=http://a3.twimg.com/profile_background_images/125015912/backbord2.jpg
json[users]['13']['friends_count']=4
json[users]['13']['verified']=1
json[users]['13']['id_str']=121367995
json[users]['13']['follow_request_sent']=
json[users]['13']['profile_text_color']=333333
json[users]['13']['location']=青森県むつ市中央1-8-1
json[users]['13']['is_translator']=
json[users]['13']['profile_sidebar_fill_color']=DDEEF6
json[users]['13']['profile_background_tile']=1
json[users]['13']['url']=http://www.city.mutsu.lg.jp
json[users]['13']['lang']=ja
json[users]['13']['followers_count']=5426
json[users]['13']['protected']=
json[users]['13']['listed_count']=639
json[users]['13']['contributors_enabled']=
json[users]['13']['notifications']=
json[users]['13']['time_zone']=Tokyo
json[users]['13']['created_at']=Tue Mar 09 08:25:59 +0000 2010
json[users]['13']['profile_link_color']=0084B4
json[users]['13']['name']=青森県むつ市
json[users]['13']['profile_sidebar_border_color']=C0DEED
json[users]['13']['id']=121367995
json[users]['13']['show_all_inline_media']=
json[users]['13']['geo_enabled']=
json[users]['13']['utc_offset']=32400
json[users]['13']['favourites_count']=0
json[users]['13']['profile_image_url']=http://a3.twimg.com/profile_images/745278375/prof_normal.gif
json[users]['14']['profile_use_background_image']=1
json[users]['14']['default_profile_image']=
json[users]['14']['default_profile']=
json[users]['14']['following']=
json[users]['14']['profile_background_color']=b6d544
json[users]['14']['description']=朝日新聞社会グループのアカウントです。東日本大震災の被災者向けの情報、被災者支援に関わる情報をお届けしています。お寄せいただいた情報は、社会グループの記者が一つ一つ確認した上で発信しています。確認に時間がかかったり、確認できず発信できないこともありますが、ご了承ください。
json[users]['14']['screen_name']=Asahi_Shakai
json[users]['14']['statuses_count']=5245
json[users]['14']['profile_background_image_url']=http://a0.twimg.com/profile_background_images/211941596/asahi_shakai_bg.png
json[users]['14']['friends_count']=16
json[users]['14']['verified']=1
json[users]['14']['id_str']=256879050
json[users]['14']['follow_request_sent']=
json[users]['14']['profile_text_color']=333333
json[users]['14']['location']=
json[users]['14']['is_translator']=
json[users]['14']['profile_sidebar_fill_color']=ffffff
json[users]['14']['profile_background_tile']=
json[users]['14']['url']=http://www.asahi.com
json[users]['14']['lang']=ja
json[users]['14']['followers_count']=45518
json[users]['14']['protected']=
json[users]['14']['listed_count']=5595
json[users]['14']['contributors_enabled']=
json[users]['14']['notifications']=
json[users]['14']['time_zone']=Tokyo
json[users]['14']['created_at']=Thu Feb 24 07:39:05 +0000 2011
json[users]['14']['profile_link_color']=23b706
json[users]['14']['name']=朝日新聞社会グループ
json[users]['14']['profile_sidebar_border_color']=cccccc
json[users]['14']['id']=256879050
json[users]['14']['show_all_inline_media']=
json[users]['14']['geo_enabled']=
json[users]['14']['utc_offset']=32400
json[users]['14']['favourites_count']=0
json[users]['14']['profile_image_url']=http://a3.twimg.com/profile_images/1259190126/asahi_shakai_icon_normal.png
json[users]['15']['profile_use_background_image']=1
json[users]['15']['default_profile_image']=
json[users]['15']['default_profile']=
json[users]['15']['following']=
json[users]['15']['profile_background_color']=ffffff
json[users]['15']['description']=NHKクローズアップ現代の公式アカウントです。最新の放送予定などをツイートします。特集など企画によってはご意見などをつぶやきで募集することもあります。その際、いただいた@を番組でご紹介させていただく場合もあります。予めご了承下さい。
json[users]['15']['screen_name']=nhk_kurogen
json[users]['15']['statuses_count']=797
json[users]['15']['profile_background_image_url']=http://a3.twimg.com/profile_background_images/140708813/kurobg.JPG
json[users]['15']['friends_count']=7209
json[users]['15']['verified']=
json[users]['15']['id_str']=176746416
json[users]['15']['follow_request_sent']=
json[users]['15']['profile_text_color']=333333
json[users]['15']['location']=東京都渋谷区
json[users]['15']['is_translator']=
json[users]['15']['profile_sidebar_fill_color']=ffffff
json[users]['15']['profile_background_tile']=
json[users]['15']['url']=http://bit.ly/b4NGnb
json[users]['15']['lang']=ja
json[users]['15']['followers_count']=41639
json[users]['15']['protected']=
json[users]['15']['listed_count']=3087
json[users]['15']['contributors_enabled']=
json[users]['15']['notifications']=
json[users]['15']['time_zone']=Tokyo
json[users]['15']['created_at']=Tue Aug 10 09:48:08 +0000 2010
json[users]['15']['profile_link_color']=0084B4
json[users]['15']['name']=NHK「クローズアップ現代」公式
json[users]['15']['profile_sidebar_border_color']=ffffff
json[users]['15']['id']=176746416
json[users]['15']['show_all_inline_media']=
json[users]['15']['geo_enabled']=
json[users]['15']['utc_offset']=32400
json[users]['15']['favourites_count']=16
json[users]['15']['profile_image_url']=http://a0.twimg.com/profile_images/1219347284/gendai_normal.jpg
json[users]['16']['profile_use_background_image']=1
json[users]['16']['default_profile_image']=
json[users]['16']['default_profile']=
json[users]['16']['following']=
json[users]['16']['profile_background_color']=099499
json[users]['16']['description']=【世界中の人と人を信頼と満足で繋ぐ】Q&AサイトOKWave公式アカウントです。現在、被災地支援の為に特別体制にて運用を行っております。被災地の物資や交通等の生活に関わる情報、ボランティア活動に関する情報を中心に発信中です。 ■復興支援Q&Aネットワーク⇒ http://ow.ly/4D8hV
json[users]['16']['screen_name']=okwave
json[users]['16']['statuses_count']=54783
json[users]['16']['profile_background_image_url']=http://a0.twimg.com/profile_background_images/185553437/a1qNfu.jpg
json[users]['16']['friends_count']=40997
json[users]['16']['verified']=1
json[users]['16']['id_str']=69097090
json[users]['16']['follow_request_sent']=
json[users]['16']['profile_text_color']=3C3940
json[users]['16']['location']=東京都渋谷区恵比寿
json[users]['16']['is_translator']=
json[users]['16']['profile_sidebar_fill_color']=95E8EC
json[users]['16']['profile_background_tile']=
json[users]['16']['url']=http://www.okwave.co.jp/2011shinsai/
json[users]['16']['lang']=ja
json[users]['16']['followers_count']=37303
json[users]['16']['protected']=
json[users]['16']['listed_count']=2134
json[users]['16']['contributors_enabled']=
json[users]['16']['notifications']=
json[users]['16']['time_zone']=Tokyo
json[users]['16']['created_at']=Wed Aug 26 21:12:17 +0000 2009
json[users]['16']['profile_link_color']=0099B9
json[users]['16']['name']=OKWave(オウケイウェイヴ)
json[users]['16']['profile_sidebar_border_color']=5ED4DC
json[users]['16']['id']=69097090
json[users]['16']['show_all_inline_media']=
json[users]['16']['geo_enabled']=
json[users]['16']['utc_offset']=32400
json[users]['16']['favourites_count']=1050
json[users]['16']['profile_image_url']=http://a1.twimg.com/profile_images/1292417435/69097090_origin_normal.JPG
json[users]['17']['profile_use_background_image']=1
json[users]['17']['default_profile_image']=
json[users]['17']['default_profile']=
json[users]['17']['following']=
json[users]['17']['profile_background_color']=B2DFDA
json[users]['17']['description']=気仙沼市の危機管理課の公式アカウントです。
東北関東大震災気仙沼市災害対策本部からの情報をお伝えします
各種情報については気仙沼市のホームページをご覧ください
json[users]['17']['screen_name']=bosai_kesennuma
json[users]['17']['statuses_count']=602
json[users]['17']['profile_background_image_url']=http://a3.twimg.com/profile_background_images/192422712/___________.jpg
json[users]['17']['friends_count']=503
json[users]['17']['verified']=1
json[users]['17']['id_str']=161859838
json[users]['17']['follow_request_sent']=
json[users]['17']['profile_text_color']=333333
json[users]['17']['location']=宮城県気仙沼市
json[users]['17']['is_translator']=
json[users]['17']['profile_sidebar_fill_color']=ffffff
json[users]['17']['profile_background_tile']=
json[users]['17']['url']=http://www.city.kesennuma.lg.jp/
json[users]['17']['lang']=ja
json[users]['17']['followers_count']=30357
json[users]['17']['protected']=
json[users]['17']['listed_count']=2479
json[users]['17']['contributors_enabled']=
json[users]['17']['notifications']=
json[users]['17']['time_zone']=Tokyo
json[users]['17']['created_at']=Fri Jul 02 00:03:47 +0000 2010
json[users]['17']['profile_link_color']=93A644
json[users]['17']['name']=気仙沼市危機管理課
json[users]['17']['profile_sidebar_border_color']=eeeeee
json[users]['17']['id']=161859838
json[users]['17']['show_all_inline_media']=
json[users]['17']['geo_enabled']=1
json[users]['17']['utc_offset']=32400
json[users]['17']['favourites_count']=4
json[users]['17']['profile_image_url']=http://a1.twimg.com/profile_images/1120064234/_____02_normal.jpg
json[users]['18']['profile_use_background_image']=1
json[users]['18']['default_profile_image']=
json[users]['18']['default_profile']=1
json[users]['18']['following']=
json[users]['18']['profile_background_color']=C0DEED
json[users]['18']['description']=朝日新聞福島総局の公式アカウントです。福島県内のニュースや話題、取材の裏話や新聞記者の仕事についてつぶやきます。アイコンは紙面でもときどき登場する会津の赤べこをモチーフにした「べこたん」です。よろしくお願いします!
 マイタウン福島はこちら→ http://mytown.asahi.com/fukushima/
json[users]['18']['screen_name']=asahi_fukushima
json[users]['18']['statuses_count']=1276
json[users]['18']['profile_background_image_url']=http://a3.twimg.com/a/1304118205/images/themes/theme1/bg.png
json[users]['18']['friends_count']=127
json[users]['18']['verified']=1
json[users]['18']['id_str']=263047859
json[users]['18']['follow_request_sent']=
json[users]['18']['profile_text_color']=333333
json[users]['18']['location']=福島県福島市舟場町1-28
json[users]['18']['is_translator']=
json[users]['18']['profile_sidebar_fill_color']=DDEEF6
json[users]['18']['profile_background_tile']=
json[users]['18']['url']=http://twilog.org/asahi_fukushima
json[users]['18']['lang']=ja
json[users]['18']['followers_count']=18061
json[users]['18']['protected']=
json[users]['18']['listed_count']=1809
json[users]['18']['contributors_enabled']=
json[users]['18']['notifications']=
json[users]['18']['time_zone']=Tokyo
json[users]['18']['created_at']=Wed Mar 09 08:02:42 +0000 2011
json[users]['18']['profile_link_color']=0084B4
json[users]['18']['name']=朝日新聞福島総局
json[users]['18']['profile_sidebar_border_color']=C0DEED
json[users]['18']['id']=263047859
json[users]['18']['show_all_inline_media']=
json[users]['18']['geo_enabled']=
json[users]['18']['utc_offset']=32400
json[users]['18']['favourites_count']=31
json[users]['18']['profile_image_url']=http://a1.twimg.com/profile_images/1282546476/fukushima-twitter4_normal.gif
json[users]['19']['profile_use_background_image']=1
json[users]['19']['default_profile_image']=
json[users]['19']['default_profile']=
json[users]['19']['following']=
json[users]['19']['profile_background_color']=C0DEED
json[users]['19']['description']=このたびの災害で失われた数多くの幸せに、心からのご冥福とお見舞いを申し上げます。皆様が少しでも元の暮らしに近づけるようお祈りしております。だからこそ、このアカウントでは、出来る限り日常と笑顔を保つための元気で楽しいツイートを発信します。なお、業務の合間に1人で運用しているため、繁忙期にはツイートが止まることがあります。
json[users]['19']['screen_name']=NHK_PR
json[users]['19']['statuses_count']=37350
json[users]['19']['profile_background_image_url']=http://a0.twimg.com/profile_background_images/200912570/bg.jpg
json[users]['19']['friends_count']=110512
json[users]['19']['verified']=1
json[users]['19']['id_str']=93311525
json[users]['19']['follow_request_sent']=
json[users]['19']['profile_text_color']=333333
json[users]['19']['location']=東京都渋谷区神南2−2−1
json[users]['19']['is_translator']=
json[users]['19']['profile_sidebar_fill_color']=DDEEF6
json[users]['19']['profile_background_tile']=1
json[users]['19']['url']=http://www.nhk.or.jp/pr/
json[users]['19']['lang']=ja
json[users]['19']['followers_count']=334212
json[users]['19']['protected']=
json[users]['19']['listed_count']=23946
json[users]['19']['contributors_enabled']=
json[users]['19']['notifications']=
json[users]['19']['time_zone']=Tokyo
json[users]['19']['created_at']=Sun Nov 29 02:57:58 +0000 2009
json[users]['19']['profile_link_color']=0084B4
json[users]['19']['name']=NHK広報局(NHKについてユルく案内)
json[users]['19']['profile_sidebar_border_color']=C0DEED
json[users]['19']['id']=93311525
json[users]['19']['show_all_inline_media']=
json[users]['19']['geo_enabled']=
json[users]['19']['utc_offset']=32400
json[users]['19']['favourites_count']=34
json[users]['19']['profile_image_url']=http://a3.twimg.com/profile_images/1337422883/NHK_PR_sakura_normal.jpg
json[users]['20']['profile_use_background_image']=1
json[users]['20']['default_profile_image']=
json[users]['20']['default_profile']=1
json[users]['20']['following']=
json[users]['20']['profile_background_color']=C0DEED
json[users]['20']['description']=NHK報道局生活情報部の公式アカウントです。高齢者福祉、子育て、消費動向など生活に密着したニュースを取材・報道しています。現在「認知症 ともに支えようキャンペーン」を展開中。キャンペーンページ、ブログもあわせてご覧下さい!http://www.nhk.or.jp/ninchi-blog/


json[users]['20']['screen_name']=nhk_seikatsu
json[users]['20']['statuses_count']=3013
json[users]['20']['profile_background_image_url']=http://a3.twimg.com/a/1304464034/images/themes/theme1/bg.png
json[users]['20']['friends_count']=286
json[users]['20']['verified']=1
json[users]['20']['id_str']=256401886
json[users]['20']['follow_request_sent']=
json[users]['20']['profile_text_color']=333333
json[users]['20']['location']=東京都渋谷区神南
json[users]['20']['is_translator']=
json[users]['20']['profile_sidebar_fill_color']=DDEEF6
json[users]['20']['profile_background_tile']=
json[users]['20']['url']=http://www.nhk.or.jp/news/ninchi/
json[users]['20']['lang']=ja
json[users]['20']['followers_count']=89357
json[users]['20']['protected']=
json[users]['20']['listed_count']=8805
json[users]['20']['contributors_enabled']=
json[users]['20']['notifications']=
json[users]['20']['time_zone']=Tokyo
json[users]['20']['created_at']=Wed Feb 23 07:30:32 +0000 2011
json[users]['20']['profile_link_color']=0084B4
json[users]['20']['name']=NHK生活情報部
json[users]['20']['profile_sidebar_border_color']=C0DEED
json[users]['20']['id']=256401886
json[users]['20']['show_all_inline_media']=
json[users]['20']['geo_enabled']=
json[users]['20']['utc_offset']=32400
json[users]['20']['favourites_count']=18
json[users]['20']['profile_image_url']=http://a0.twimg.com/profile_images/1259279080/nhk_seikatsu_icon_normal.JPG
json[users]['21']['profile_use_background_image']=1
json[users]['21']['default_profile_image']=
json[users]['21']['default_profile']=1
json[users]['21']['following']=
json[users]['21']['profile_background_color']=C0DEED
json[users]['21']['description']=安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】
json[users]['21']['screen_name']=PersonFinder_Na
json[users]['21']['statuses_count']=100
json[users]['21']['profile_background_image_url']=http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png
json[users]['21']['friends_count']=28
json[users]['21']['verified']=1
json[users]['21']['id_str']=264733583
json[users]['21']['follow_request_sent']=
json[users]['21']['profile_text_color']=333333
json[users]['21']['location']=
json[users]['21']['is_translator']=
json[users]['21']['profile_sidebar_fill_color']=DDEEF6
json[users]['21']['profile_background_tile']=
json[users]['21']['url']=http://gpf-bot.jizmo.co.jp/
json[users]['21']['lang']=ja
json[users]['21']['followers_count']=2846
json[users]['21']['protected']=
json[users]['21']['listed_count']=119
json[users]['21']['contributors_enabled']=
json[users]['21']['notifications']=
json[users]['21']['time_zone']=Tokyo
json[users]['21']['created_at']=Sat Mar 12 11:07:22 +0000 2011
json[users]['21']['profile_link_color']=0084B4
json[users]['21']['name']=Nagano_bot
json[users]['21']['profile_sidebar_border_color']=C0DEED
json[users]['21']['id']=264733583
json[users]['21']['show_all_inline_media']=
json[users]['21']['geo_enabled']=1
json[users]['21']['utc_offset']=32400
json[users]['21']['favourites_count']=0
json[users]['21']['profile_image_url']=http://a2.twimg.com/profile_images/1269827379/nagano_normal.png
json[users]['22']['profile_use_background_image']=1
json[users]['22']['default_profile_image']=
json[users]['22']['default_profile']=
json[users]['22']['following']=
json[users]['22']['profile_background_color']=032450
json[users]['22']['description']=NHKの番組情報などつぶやいていきます!
json[users]['22']['screen_name']=NHK_onair
json[users]['22']['statuses_count']=594
json[users]['22']['profile_background_image_url']=http://a1.twimg.com/profile_background_images/2580115/twitter_bg.jpg
json[users]['22']['friends_count']=1832
json[users]['22']['verified']=
json[users]['22']['id_str']=14942963
json[users]['22']['follow_request_sent']=
json[users]['22']['profile_text_color']=000000
json[users]['22']['location']=東京都渋谷区神南2-2-1
json[users]['22']['is_translator']=
json[users]['22']['profile_sidebar_fill_color']=e0ff92
json[users]['22']['profile_background_tile']=
json[users]['22']['url']=http://nhk.jp/
json[users]['22']['lang']=ja
json[users]['22']['followers_count']=88940
json[users]['22']['protected']=
json[users]['22']['listed_count']=7224
json[users]['22']['contributors_enabled']=
json[users]['22']['notifications']=
json[users]['22']['time_zone']=Tokyo
json[users]['22']['created_at']=Thu May 29 10:56:17 +0000 2008
json[users]['22']['profile_link_color']=0000ff
json[users]['22']['name']=NHK_onair
json[users]['22']['profile_sidebar_border_color']=87bc44
json[users]['22']['id']=14942963
json[users]['22']['show_all_inline_media']=
json[users]['22']['geo_enabled']=
json[users]['22']['utc_offset']=32400
json[users]['22']['favourites_count']=0
json[users]['22']['profile_image_url']=http://a3.twimg.com/profile_images/1199813741/origin12934373637705_normal.jpg
json[users]['23']['profile_use_background_image']=
json[users]['23']['default_profile_image']=
json[users]['23']['default_profile']=
json[users]['23']['following']=
json[users]['23']['profile_background_color']=ffffff
json[users]['23']['description']=フジテレビ系列28局「フジニュースネットワーク」の公式Twitterアカウントです。ニュース記事のヘッドラインを更新ごとにお届けしています。(c) Fuji News Network. All rights reserved.
json[users]['23']['screen_name']=FNN_News
json[users]['23']['statuses_count']=37135
json[users]['23']['profile_background_image_url']=http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png
json[users]['23']['friends_count']=0
json[users]['23']['verified']=1
json[users]['23']['id_str']=21380944
json[users]['23']['follow_request_sent']=
json[users]['23']['profile_text_color']=333333
json[users]['23']['location']=Tokyo, JAPAN
json[users]['23']['is_translator']=
json[users]['23']['profile_sidebar_fill_color']=ffffff
json[users]['23']['profile_background_tile']=
json[users]['23']['url']=http://www.fnn-news.com/
json[users]['23']['lang']=ja
json[users]['23']['followers_count']=20258
json[users]['23']['protected']=
json[users]['23']['listed_count']=2724
json[users]['23']['contributors_enabled']=
json[users]['23']['notifications']=
json[users]['23']['time_zone']=Tokyo
json[users]['23']['created_at']=Fri Feb 20 07:03:09 +0000 2009
json[users]['23']['profile_link_color']=0084B4
json[users]['23']['name']=Fuji News Network
json[users]['23']['profile_sidebar_border_color']=000000
json[users]['23']['id']=21380944
json[users]['23']['show_all_inline_media']=
json[users]['23']['geo_enabled']=
json[users]['23']['utc_offset']=32400
json[users]['23']['favourites_count']=0
json[users]['23']['profile_image_url']=http://a3.twimg.com/profile_images/80558114/FNN_logo_normal.jpg
json[users]['24']['profile_use_background_image']=1
json[users]['24']['default_profile_image']=
json[users]['24']['default_profile']=
json[users]['24']['following']=
json[users]['24']['profile_background_color']=0099B9
json[users]['24']['description']=株式会社ラジオ福島
メール安否確認受付中。 rfcjisin2@gmail.com
特設サイト http://goo.gl/kulJz
マップ http://goo.gl/im8Ac
json[users]['24']['screen_name']=radio_rfc_japan
json[users]['24']['statuses_count']=4992
json[users]['24']['profile_background_image_url']=http://a3.twimg.com/a/1304464034/images/themes/theme4/bg.gif
json[users]['24']['friends_count']=20
json[users]['24']['verified']=1
json[users]['24']['id_str']=86217842
json[users]['24']['follow_request_sent']=
json[users]['24']['profile_text_color']=3C3940
json[users]['24']['location']=福島市下荒子8番地
json[users]['24']['is_translator']=
json[users]['24']['profile_sidebar_fill_color']=95E8EC
json[users]['24']['profile_background_tile']=
json[users]['24']['url']=http://www.rfc.jp/
json[users]['24']['lang']=ja
json[users]['24']['followers_count']=27429
json[users]['24']['protected']=
json[users]['24']['listed_count']=2282
json[users]['24']['contributors_enabled']=
json[users]['24']['notifications']=
json[users]['24']['time_zone']=Tokyo
json[users]['24']['created_at']=Fri Oct 30 01:59:40 +0000 2009
json[users]['24']['profile_link_color']=0099B9
json[users]['24']['name']=Channel rfc【ラジオ福島】
json[users]['24']['profile_sidebar_border_color']=5ED4DC
json[users]['24']['id']=86217842
json[users]['24']['show_all_inline_media']=
json[users]['24']['geo_enabled']=
json[users]['24']['utc_offset']=32400
json[users]['24']['favourites_count']=0
json[users]['24']['profile_image_url']=http://a0.twimg.com/profile_images/498372253/rfc_normal.gif
json[users]['25']['profile_use_background_image']=1
json[users]['25']['default_profile_image']=
json[users]['25']['default_profile']=1
json[users]['25']['following']=
json[users]['25']['profile_background_color']=C0DEED
json[users]['25']['description']=安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】
json[users]['25']['screen_name']=PersonFinder_Iw
json[users]['25']['statuses_count']=34340
json[users]['25']['profile_background_image_url']=http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png
json[users]['25']['friends_count']=136
json[users]['25']['verified']=1
json[users]['25']['id_str']=264725307
json[users]['25']['follow_request_sent']=
json[users]['25']['profile_text_color']=333333
json[users]['25']['location']=
json[users]['25']['is_translator']=
json[users]['25']['profile_sidebar_fill_color']=DDEEF6
json[users]['25']['profile_background_tile']=
json[users]['25']['url']=http://gpf-bot.jizmo.co.jp/
json[users]['25']['lang']=ja
json[users]['25']['followers_count']=3210
json[users]['25']['protected']=
json[users]['25']['listed_count']=177
json[users]['25']['contributors_enabled']=
json[users]['25']['notifications']=
json[users]['25']['time_zone']=Tokyo
json[users]['25']['created_at']=Sat Mar 12 10:45:11 +0000 2011
json[users]['25']['profile_link_color']=0084B4
json[users]['25']['name']=Iwate_bot
json[users]['25']['profile_sidebar_border_color']=C0DEED
json[users]['25']['id']=264725307
json[users]['25']['show_all_inline_media']=
json[users]['25']['geo_enabled']=1
json[users]['25']['utc_offset']=32400
json[users]['25']['favourites_count']=0
json[users]['25']['profile_image_url']=http://a0.twimg.com/profile_images/1269822756/iwate_normal.png
json[users]['26']['profile_use_background_image']=1
json[users]['26']['default_profile_image']=
json[users]['26']['default_profile']=1
json[users]['26']['following']=
json[users]['26']['profile_background_color']=C0DEED
json[users]['26']['description']=安否情報確認サイトGoogle Person Finder(  http://goo.gl/keitai ) に登録された◯◯県の最新情報を自動でつぶやいています。
【このアカウントは自動つぶやきロボットです。このアカウントに対して話しかけても安否情報を登録・確認することはできません!本家サイトより登録してください】
json[users]['26']['screen_name']=PersonFinder_Fk
json[users]['26']['statuses_count']=26130
json[users]['26']['profile_background_image_url']=http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png
json[users]['26']['friends_count']=112
json[users]['26']['verified']=
json[users]['26']['id_str']=264727639
json[users]['26']['follow_request_sent']=
json[users]['26']['profile_text_color']=333333
json[users]['26']['location']=
json[users]['26']['is_translator']=
json[users]['26']['profile_sidebar_fill_color']=DDEEF6
json[users]['26']['profile_background_tile']=
json[users]['26']['url']=http://gpf-bot.jizmo.co.jp
json[users]['26']['lang']=ja
json[users]['26']['followers_count']=3330
json[users]['26']['protected']=
json[users]['26']['listed_count']=174
json[users]['26']['contributors_enabled']=
json[users]['26']['notifications']=
json[users]['26']['time_zone']=Tokyo
json[users]['26']['created_at']=Sat Mar 12 10:51:28 +0000 2011
json[users]['26']['profile_link_color']=0084B4
json[users]['26']['name']=Fukushima_bot
json[users]['26']['profile_sidebar_border_color']=C0DEED
json[users]['26']['id']=264727639
json[users]['26']['show_all_inline_media']=
json[users]['26']['geo_enabled']=1
json[users]['26']['utc_offset']=32400
json[users]['26']['favourites_count']=0
json[users]['26']['profile_image_url']=http://a2.twimg.com/profile_images/1269832013/fukushima_normal.png
json[users]['27']['profile_use_background_image']=1
json[users]['27']['default_profile_image']=
json[users]['27']['default_profile']=
json[users]['27']['following']=
json[users]['27']['profile_background_color']=9AE4E8
json[users]['27']['description']=歴史と伝統の息づく町、会津若松の「今」をお伝えします。
※会津若松市が公式に運営しているアカウントです。
なお、ツイッター上で個別にいただいたご意見等については、原則としてお答えしておりませんので、ご了承ください。
json[users]['27']['screen_name']=aizuwakamatsuct
json[users]['27']['statuses_count']=1445
json[users]['27']['profile_background_image_url']=http://a1.twimg.com/profile_background_images/23737115/default.jpg
json[users]['27']['friends_count']=34
json[users]['27']['verified']=1
json[users]['27']['id_str']=57295721
json[users]['27']['follow_request_sent']=
json[users]['27']['profile_text_color']=333333
json[users]['27']['location']=〒965-8601福島県会津若松市東栄町3-46
json[users]['27']['is_translator']=
json[users]['27']['profile_sidebar_fill_color']=8de6da
json[users]['27']['profile_background_tile']=1
json[users]['27']['url']=http://www.city.aizuwakamatsu.fukushima.jp/
json[users]['27']['lang']=ja
json[users]['27']['followers_count']=10228
json[users]['27']['protected']=
json[users]['27']['listed_count']=1162
json[users]['27']['contributors_enabled']=
json[users]['27']['notifications']=
json[users]['27']['time_zone']=Tokyo
json[users]['27']['created_at']=Thu Jul 16 10:12:25 +0000 2009
json[users]['27']['profile_link_color']=0084B4
json[users]['27']['name']=会津若松市
json[users]['27']['profile_sidebar_border_color']=BDDCAD
json[users]['27']['id']=57295721
json[users]['27']['show_all_inline_media']=
json[users]['27']['geo_enabled']=1
json[users]['27']['utc_offset']=32400
json[users]['27']['favourites_count']=0
json[users]['27']['profile_image_url']=http://a3.twimg.com/profile_images/591472881/shisyo_normal.png
json[users]['28']['profile_use_background_image']=1
json[users]['28']['default_profile_image']=
json[users]['28']['default_profile']=1
json[users]['28']['following']=
json[users]['28']['profile_background_color']=C0DEED
json[users]['28']['description']=安否情報を登録・募集できるgoogle person finder(  http://goo.gl/keitai ) の最新情報を自動でつぶやいています
岩手・宮城・福島・茨城・青森・長野以外の情報はこちらです
返信・連絡はリンク先の本サイトから。
拡散は公式リツイートで、ご意見・提案はメンションでお願いします
json[users]['28']['screen_name']=PersonFinder_ot
json[users]['28']['statuses_count']=35712
json[users]['28']['profile_background_image_url']=http://a3.twimg.com/a/1304436748/images/themes/theme1/bg.png
json[users]['28']['friends_count']=15
json[users]['28']['verified']=1
json[users]['28']['id_str']=264776369
json[users]['28']['follow_request_sent']=
json[users]['28']['profile_text_color']=333333
json[users]['28']['location']=
json[users]['28']['is_translator']=
json[users]['28']['profile_sidebar_fill_color']=DDEEF6
json[users]['28']['profile_background_tile']=
json[users]['28']['url']=
json[users]['28']['lang']=ja
json[users]['28']['followers_count']=2807
json[users]['28']['protected']=
json[users]['28']['listed_count']=123
json[users]['28']['contributors_enabled']=
json[users]['28']['notifications']=
json[users]['28']['time_zone']=Tokyo
json[users]['28']['created_at']=Sat Mar 12 12:53:01 +0000 2011
json[users]['28']['profile_link_color']=0084B4
json[users]['28']['name']=Other_bot
json[users]['28']['profile_sidebar_border_color']=C0DEED
json[users]['28']['id']=264776369
json[users]['28']['show_all_inline_media']=
json[users]['28']['geo_enabled']=1
json[users]['28']['utc_offset']=32400
json[users]['28']['favourites_count']=0
json[users]['28']['profile_image_url']=http://a1.twimg.com/profile_images/1269891409/sonota_normal.png
json[users]['29']['profile_use_background_image']=1
json[users]['29']['default_profile_image']=
json[users]['29']['default_profile']=
json[users]['29']['following']=1
json[users]['29']['profile_background_color']=DBE9ED
json[users]['29']['description']=大規模災害に関する情報や総務省消防庁からの報道資料等を提供します。リンク先のファイルの容量が大きいので、パソコン端末での利用をおすすめします。あらかじめガイドラインをご覧ください。災害情報・ご意見は@FDMA_JAPANまでお願いします。いただいた情報を今後の業務の参考とさせていただきます。
json[users]['29']['screen_name']=FDMA_JAPAN
json[users]['29']['statuses_count']=1092
json[users]['29']['profile_background_image_url']=http://a2.twimg.com/profile_background_images/101377616/___.jpg
json[users]['29']['friends_count']=0
json[users]['29']['verified']=1
json[users]['29']['id_str']=137272821
json[users]['29']['follow_request_sent']=
json[users]['29']['profile_text_color']=333333
json[users]['29']['location']=
json[users]['29']['is_translator']=
json[users]['29']['profile_sidebar_fill_color']=E6F6F9
json[users]['29']['profile_background_tile']=
json[users]['29']['url']=http://www.fdma.go.jp/
json[users]['29']['lang']=ja
json[users]['29']['followers_count']=223430
json[users]['29']['protected']=
json[users]['29']['listed_count']=17141
json[users]['29']['contributors_enabled']=
json[users]['29']['notifications']=
json[users]['29']['time_zone']=Tokyo
json[users]['29']['created_at']=Mon Apr 26 09:01:56 +0000 2010
json[users]['29']['profile_link_color']=CC3366
json[users]['29']['name']=総務省消防庁
json[users]['29']['profile_sidebar_border_color']=DBE9ED
json[users]['29']['id']=137272821
json[users]['29']['show_all_inline_media']=
json[users]['29']['geo_enabled']=
json[users]['29']['utc_offset']=32400
json[users]['29']['favourites_count']=2
json[users]['29']['profile_image_url']=http://a0.twimg.com/profile_images/891029089/_______1_normal.jpg
json[users]['30']['profile_use_background_image']=1
json[users]['30']['default_profile_image']=
json[users]['30']['default_profile']=1
json[users]['30']['following']=
json[users]['30']['profile_background_color']=C0DEED
json[users]['30']['description']=青森県の情報を発見するお手伝いをします!青森県に関するツイートで、青森県との新しい「つながり」を見つけてください!(お問い合わせにお返事できない場合もありますがご了承ください。)
json[users]['30']['screen_name']=aomorist
json[users]['30']['statuses_count']=708
json[users]['30']['profile_background_image_url']=http://a3.twimg.com/a/1304019356/images/themes/theme1/bg.png
json[users]['30']['friends_count']=31
json[users]['30']['verified']=
json[users]['30']['id_str']=106333640
json[users]['30']['follow_request_sent']=
json[users]['30']['profile_text_color']=333333
json[users]['30']['location']=青森県
json[users]['30']['is_translator']=
json[users]['30']['profile_sidebar_fill_color']=DDEEF6
json[users]['30']['profile_background_tile']=
json[users]['30']['url']=http://aomorist.pref.aomori.lg.jp/
json[users]['30']['lang']=ja
json[users]['30']['followers_count']=8527
json[users]['30']['protected']=
json[users]['30']['listed_count']=927
json[users]['30']['contributors_enabled']=
json[users]['30']['notifications']=
json[users]['30']['time_zone']=Tokyo
json[users]['30']['created_at']=Tue Jan 19 06:27:34 +0000 2010
json[users]['30']['profile_link_color']=0084B4
json[users]['30']['name']=青森県広報広聴課
json[users]['30']['profile_sidebar_border_color']=C0DEED
json[users]['30']['id']=106333640
json[users]['30']['show_all_inline_media']=
json[users]['30']['geo_enabled']=
json[users]['30']['utc_offset']=32400
json[users]['30']['favourites_count']=1
json[users]['30']['profile_image_url']=http://a1.twimg.com/profile_images/755003571/aomoristicon2_normal.png
json[users]['31']['profile_use_background_image']=1
json[users]['31']['default_profile_image']=
json[users]['31']['default_profile']=
json[users]['31']['following']=
json[users]['31']['profile_background_color']=15008a
json[users]['31']['description']=読売新聞のニュースサイトです。どこよりも「速く」「面白く」「役に立つ」がモットーです。政治、経済、国際、社会、スポーツ、エンタメなどあらゆるジャンルから「旬のニュース」をお届けします。
json[users]['31']['screen_name']=Yomiuri_Online
json[users]['31']['statuses_count']=10001
json[users]['31']['profile_background_image_url']=http://a1.twimg.com/profile_background_images/76199009/Yomiuri_online_background2.png
json[users]['31']['friends_count']=3
json[users]['31']['verified']=1
json[users]['31']['id_str']=109488235
json[users]['31']['follow_request_sent']=
json[users]['31']['profile_text_color']=333333
json[users]['31']['location']=東京都中央区
json[users]['31']['is_translator']=
json[users]['31']['profile_sidebar_fill_color']=DDEEF6
json[users]['31']['profile_background_tile']=
json[users]['31']['url']=http://www.yomiuri.co.jp/
json[users]['31']['lang']=ja
json[users]['31']['followers_count']=134786
json[users]['31']['protected']=
json[users]['31']['listed_count']=13527
json[users]['31']['contributors_enabled']=
json[users]['31']['notifications']=
json[users]['31']['time_zone']=Tokyo
json[users]['31']['created_at']=Fri Jan 29 06:14:45 +0000 2010
json[users]['31']['profile_link_color']=0084B4
json[users]['31']['name']=読売新聞YOL
json[users]['31']['profile_sidebar_border_color']=C0DEED
json[users]['31']['id']=109488235
json[users]['31']['show_all_inline_media']=
json[users]['31']['geo_enabled']=
json[users]['31']['utc_offset']=32400
json[users]['31']['favourites_count']=9
json[users]['31']['profile_image_url']=http://a2.twimg.com/profile_images/700348805/yol_favicon_57x57_normal.png
json[users]['32']['profile_use_background_image']=1
json[users]['32']['default_profile_image']=
json[users]['32']['default_profile']=
json[users]['32']['following']=
json[users]['32']['profile_background_color']=000000
json[users]['32']['description']=朝日新聞社が運営するアカウントです。通常は各種速報やニュースをお届けしていますが、現在、東日本大震災関連のニュースに絞ってツイート中です。よろしくお願いいたします。
json[users]['32']['screen_name']=asahi
json[users]['32']['statuses_count']=23782
json[users]['32']['profile_background_image_url']=http://a0.twimg.com/profile_background_images/128698401/bg_twitter_black_100730.jpg
json[users]['32']['friends_count']=50
json[users]['32']['verified']=1
json[users]['32']['id_str']=42816371
json[users]['32']['follow_request_sent']=
json[users]['32']['profile_text_color']=333333
json[users]['32']['location']=東京都中央区
json[users]['32']['is_translator']=
json[users]['32']['profile_sidebar_fill_color']=e5e5e5
json[users]['32']['profile_background_tile']=
json[users]['32']['url']=http://www.asahi.com/special/10005/
json[users]['32']['lang']=ja
json[users]['32']['followers_count']=463541
json[users]['32']['protected']=
json[users]['32']['listed_count']=35898
json[users]['32']['contributors_enabled']=
json[users]['32']['notifications']=
json[users]['32']['time_zone']=Tokyo
json[users]['32']['created_at']=Wed May 27 04:37:57 +0000 2009
json[users]['32']['profile_link_color']=b40813
json[users]['32']['name']=asahi
json[users]['32']['profile_sidebar_border_color']=d4d4d4
json[users]['32']['id']=42816371
json[users]['32']['show_all_inline_media']=
json[users]['32']['geo_enabled']=
json[users]['32']['utc_offset']=32400
json[users]['32']['favourites_count']=0
json[users]['32']['profile_image_url']=http://a3.twimg.com/profile_images/266385410/aicon_normal.png
json[users]['33']['profile_use_background_image']=1
json[users]['33']['default_profile_image']=
json[users]['33']['default_profile']=
json[users]['33']['following']=
json[users]['33']['profile_background_color']=C0DEED
json[users]['33']['description']=NHKニュースの公式アカウントです。ニュースセンターから最新のニュースを、24時間、365日、休みなくお届けします。NHKの取材網が日本や世界の「今」をとらえ、信頼できる、そして暮らしに役立つ情報をお伝えします。いつでも、どこでも、ご活用下さい。
json[users]['33']['screen_name']=nhk_news
json[users]['33']['statuses_count']=16147
json[users]['33']['profile_background_image_url']=http://a2.twimg.com/profile_background_images/165890902/bg.png
json[users]['33']['friends_count']=5
json[users]['33']['verified']=1
json[users]['33']['id_str']=204245399
json[users]['33']['follow_request_sent']=
json[users]['33']['profile_text_color']=333333
json[users]['33']['location']=東京都渋谷区神南2-2-1
json[users]['33']['is_translator']=
json[users]['33']['profile_sidebar_fill_color']=DDEEF6
json[users]['33']['profile_background_tile']=
json[users]['33']['url']=http://nhk.jp/news
json[users]['33']['lang']=ja
json[users]['33']['followers_count']=288679
json[users]['33']['protected']=
json[users]['33']['listed_count']=22540
json[users]['33']['contributors_enabled']=
json[users]['33']['notifications']=
json[users]['33']['time_zone']=Tokyo
json[users]['33']['created_at']=Mon Oct 18 08:15:29 +0000 2010
json[users]['33']['profile_link_color']=0084B4
json[users]['33']['name']=NHKニュース
json[users]['33']['profile_sidebar_border_color']=C0DEED
json[users]['33']['id']=204245399
json[users]['33']['show_all_inline_media']=
json[users]['33']['geo_enabled']=1
json[users]['33']['utc_offset']=32400
json[users]['33']['favourites_count']=0
json[users]['33']['profile_image_url']=http://a2.twimg.com/profile_images/1330112079/122_normal.jpg
json[users]['34']['profile_use_background_image']=1
json[users]['34']['default_profile_image']=
json[users]['34']['default_profile']=
json[users]['34']['following']=
json[users]['34']['profile_background_color']=ececec
json[users]['34']['description']=日本気象協会が提供する天気総合ポータルサイトtenki.jp。自分だけの天気予報ページMY tenki.jpを作ることもできます。
json[users]['34']['screen_name']=tenkijp
json[users]['34']['statuses_count']=2436
json[users]['34']['profile_background_image_url']=http://a2.twimg.com/profile_background_images/15377831/twitter_back2big.png
json[users]['34']['friends_count']=4
json[users]['34']['verified']=
json[users]['34']['id_str']=43041891
json[users]['34']['follow_request_sent']=
json[users]['34']['profile_text_color']=3E4415
json[users]['34']['location']=日本の空
json[users]['34']['is_translator']=
json[users]['34']['profile_sidebar_fill_color']=99CC33
json[users]['34']['profile_background_tile']=
json[users]['34']['url']=http://tenki.jp/
json[users]['34']['lang']=ja
json[users]['34']['followers_count']=635309
json[users]['34']['protected']=
json[users]['34']['listed_count']=22905
json[users]['34']['contributors_enabled']=
json[users]['34']['notifications']=
json[users]['34']['time_zone']=Tokyo
json[users]['34']['created_at']=Thu May 28 03:53:58 +0000 2009
json[users]['34']['profile_link_color']=D02B55
json[users]['34']['name']=tenki.jp
json[users]['34']['profile_sidebar_border_color']=829D5E
json[users]['34']['id']=43041891
json[users]['34']['show_all_inline_media']=
json[users]['34']['geo_enabled']=
json[users]['34']['utc_offset']=32400
json[users]['34']['favourites_count']=0
json[users]['34']['profile_image_url']=http://a0.twimg.com/profile_images/237552700/icon_twitter_normal.jpg
json[users]['35']['profile_use_background_image']=1
json[users]['35']['default_profile_image']=
json[users]['35']['default_profile']=
json[users]['35']['following']=
json[users]['35']['profile_background_color']=0d2759
json[users]['35']['description']=八戸市公式アカウントです。八戸市からのお知らせをツイートしています。
json[users]['35']['screen_name']=HachinoheCity
json[users]['35']['statuses_count']=3654
json[users]['35']['profile_background_image_url']=http://a3.twimg.com/profile_background_images/132176940/map_land_01_.png
json[users]['35']['friends_count']=3752
json[users]['35']['verified']=1
json[users]['35']['id_str']=87436323
json[users]['35']['follow_request_sent']=
json[users]['35']['profile_text_color']=003300
json[users]['35']['location']=青森県八戸市内丸1‐1‐1
json[users]['35']['is_translator']=
json[users]['35']['profile_sidebar_fill_color']=e8fff0
json[users]['35']['profile_background_tile']=
json[users]['35']['url']=http://www.city.hachinohe.aomori.jp
json[users]['35']['lang']=ja
json[users]['35']['followers_count']=11956
json[users]['35']['protected']=
json[users]['35']['listed_count']=1168
json[users]['35']['contributors_enabled']=
json[users]['35']['notifications']=
json[users]['35']['time_zone']=Sapporo
json[users]['35']['created_at']=Wed Nov 04 13:17:23 +0000 2009
json[users]['35']['profile_link_color']=08a320
json[users]['35']['name']=八戸市
json[users]['35']['profile_sidebar_border_color']=008ecb
json[users]['35']['id']=87436323
json[users]['35']['show_all_inline_media']=
json[users]['35']['geo_enabled']=1
json[users]['35']['utc_offset']=32400
json[users]['35']['favourites_count']=0
json[users]['35']['profile_image_url']=http://a2.twimg.com/profile_images/735644497/icon-_normal.png
json[users]['36']['profile_use_background_image']=1
json[users]['36']['default_profile_image']=
json[users]['36']['default_profile']=
json[users]['36']['following']=
json[users]['36']['profile_background_color']=8f6436
json[users]['36']['description']=日本テレビ、入社2年目(宣伝部員兼AD)のクマ、ダベアです。
日本テレビ宣伝部公式アカウントです。
json[users]['36']['screen_name']=nittele_da_bear
json[users]['36']['statuses_count']=11100
json[users]['36']['profile_background_image_url']=http://a2.twimg.com/profile_background_images/218315845/HOPE___x_A____.jpg
json[users]['36']['friends_count']=42479
json[users]['36']['verified']=1
json[users]['36']['id_str']=90325839
json[users]['36']['follow_request_sent']=
json[users]['36']['profile_text_color']=333333
json[users]['36']['location']=東京都港区東新橋1-6-1
json[users]['36']['is_translator']=
json[users]['36']['profile_sidebar_fill_color']=ffa600
json[users]['36']['profile_background_tile']=1
json[users]['36']['url']=http://www.ntv.co.jp/dabear/
json[users]['36']['lang']=ja
json[users]['36']['followers_count']=38686
json[users]['36']['protected']=
json[users]['36']['listed_count']=3594
json[users]['36']['contributors_enabled']=
json[users]['36']['notifications']=
json[users]['36']['time_zone']=Tokyo
json[users]['36']['created_at']=Mon Nov 16 04:43:15 +0000 2009
json[users]['36']['profile_link_color']=0084B4
json[users]['36']['name']=日テレダベア
json[users]['36']['profile_sidebar_border_color']=ebc1c1
json[users]['36']['id']=90325839
json[users]['36']['show_all_inline_media']=
json[users]['36']['geo_enabled']=
json[users]['36']['utc_offset']=32400
json[users]['36']['favourites_count']=11
json[users]['36']['profile_image_url']=http://a0.twimg.com/profile_images/1273035070/HOPE___x_A_normal.jpg
json[name]=jishin

users/profile_image/:screen_name
指定したユーザーのプロフィールアイコン画像の存在確認(認証不要)

2009/7/18

認証なしAPI制限対象

HTTP GEThttp://api.twitter.com/1/users/profile_image/:screen_name.format

開発者が指定したユーザーのプロフィール画像があるかどうか存在を確認するために用いるメソッドです。 結果を受け取るformatは、xml、jsonのいずれかを指定できますが、実際の画像リソースへの302リダイレクトを返します。 画像がかえりますが、プロフィール画像を埋め込み用に使うことは禁止されています。

パラメーター

パラメーター説明
screen_name必須ユーザーのスクリーンネームを指定。
例)http://api.twitter.com/1/users/profile_image/cocoism.json
size任意画像サイズを指定。指定がない場合はデフォルトの「normal」が適用されます。
bigger - 73px by 73px
normal - 48px by 48px
mini - 24px by 24px
例)http://api.twitter.com/1/users/profile_image/twitter.json?size=bigger
http://api.twitter.com/1/users/profile_image/twitter.json?size=normal

取得サンプル(XML/JSON)

@cocoismのプロフィールアイコンを確認。

profile_image_twitter.xml
<html><body>You are being <a href="http://a0.twimg.com/profile_images/1202496271/usa_normal.png">redirected</a>.</body></html>
profile_image_twitter.json
<html><body>You are being <a href="http://a0.twimg.com/profile_images/1202496271/usa_normal.png">redirected</a>.</body></html>

statuses/friends
【非推奨】指定したユーザーの友達情報を取得(認証不要)

2009/7/18

認証なしAPI制限対象

※非推奨

HTTP GEThttps://api.twitter.com/1/statuses/friends.[xml|json]

ユーザーIDまたはスクリーンネームで指定したユーザー情報を取得します。 指定したユーザーの最近のつぶやき情報(status)も1件含まれます。

パラメーター

パラメーター説明
id任意ユーザーIDまたはスクリーンネームを指定。
例)https://api.twitter.com/1/users/friends/12345.json
https://api.twitter.com/1/users/friends/cocoism.xml
user_id任意ユーザーIDを指定。有効なユーザーIDを明確に指定したい場合に使用。
例)https://api.twitter.com/1/users/friends.xml?user_id=12345
screen_name任意スクリーンネームを指定。ユーザーIDとスクリーンネームが数値で紛らわしい場合に有用。
例)https://api.twitter.com/1/users/friends.xml?screen_name=54321
page任意指定したページ番号(1ページ20件)の友達情報を取得したい場合に使用。
例)https://api.twitter.com/1/statuses/friends.xml?page=3

取得サンプル(XML/JSON)

friends.xml
now coding ...
include/topic/twitter_rest_api_users/friends.xml

設置サンプル

設置サンプルサンプルを見る
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Content-Language" content="ja" />
        <meta http-equiv="Content-Script-Type" content="text/javascript" />
        <meta http-equiv="Content-Style-Type" content="text/css" />
        <meta http-equiv="imagetoolbar" content="no" />
        <title>Twitter REST API:ユーザー関連:statues/friends(指定したユーザーの友達情報を取得) | 設置サンプル</title>
        <link rel="stylesheet" type="text/css" href="/content/lib/global.css" />
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
        <script type="text/javascript" src="/content/lib/jquery/jquery.jsonp.js"></script>
        <!-- JS -->
        <script type="text/javascript">
            $(function(){
                var url="http://twitter.com/statuses/friends.json?id=cocoism&callback={callback}";
                $.getJSONP(url, function(obj){
                    var s="";
                    s+="<ul>";
                    for(var i in obj){
                        s+="<li>"+i;
                            s+="<ul>";
                                s+="<li>obj["+i+"].id = "+obj[i].id+"</li>";
                                s+="<li>obj["+i+"].screen_name = "+obj[i].screen_name+"</li>";
                                s+="<li>obj["+i+"].location = "+obj[i].location+"</li>";
                                s+="<li>obj["+i+"].description = "+obj[i].description+"</li>";
                                s+="<li>obj["+i+"].profile_image_url = "+obj[i].profile_image_url+"</li>";
                                s+="<li>obj["+i+"].protected = "+obj[i].protected+"</li>";
                                s+="<li>obj["+i+"].followers_count = "+obj[i].followers_count+"</li>";
                                s+="<li>obj["+i+"].profile_background_color = "+obj[i].profile_background_color+"</li>";
                                s+="<li>obj["+i+"].profile_text_color = "+obj[i].profile_text_color+"</li>";
                                s+="<li>obj["+i+"].profile_link_color = "+obj[i].profile_link_color+"</li>";
                                s+="<li>obj["+i+"].profile_sidebar_fill_color = "+obj[i].profile_sidebar_fill_color+"</li>";
                                s+="<li>obj["+i+"].profile_sidebar_border_color = "+obj[i].profile_sidebar_border_color+"</li>";
                                s+="<li>obj["+i+"].profile_sidebar_border_colorfriends_countz = "+obj[i].id+"</li>";
                                s+="<li>obj["+i+"].friends_count = "+obj[i].friends_count+"</li>";
                                s+="<li>obj["+i+"].created_at = "+obj[i].created_at+"</li>";
                                s+="<li>obj["+i+"].favourites_count = "+obj[i].favourites_count+"</li>";
                                s+="<li>obj["+i+"].utc_offset = "+obj[i].utc_offset+"</li>";
                                s+="<li>obj["+i+"].time_zone = "+obj[i].time_zone+"</li>";
                                s+="<li>obj["+i+"].profile_background_image_url = "+obj[i].profile_background_image_url+"</li>";
                                s+="<li>obj["+i+"].profile_background_tile = "+obj[i].profile_background_tile+"</li>";
                                s+="<li>obj["+i+"].statuses_count = "+obj[i].statuses_count+"</li>";
                                s+="<li>obj["+i+"].notifications = "+obj[i].notifications+"</li>";
                                s+="<li>obj["+i+"].verified = "+obj[i].verified+"</li>";
                                s+="<li>obj["+i+"].following = "+obj[i].following+"</li>";
                                    s+="</ul>";
                                s+="</li>";
                            s+="</ul>";
                        s+="</li>";
                    }
                    $("#recent").html("<ul>"+s+"</ul>");
                });
            });
        </script>
    </head>
    <body>
        <div id="wrap">
            <h1>Twitter REST API:ユーザー関連:statues/friends(指定したユーザーの友達情報を取得) | 設置サンプル</h1>
            <p>※非推奨</p>
<!-- CODE -->
            <div id="recent"></div>
<!-- / CODE -->
        </div>
    </body>
</html>

statuses/followers
【非推奨】認証ユーザーをフォローしているユーザー情報(要認証)

2009/7/18

認証なしAPI制限対象

※非推奨

HTTP GEThttps://api.twitter.com/1/statuses/followers.[xml|json]

認証ユーザーをフォローしているユーザー(フォロワー)情報を最大100件取得します。

パラメーター

パラメーター説明
id任意ユーザーIDまたはスクリーンネームを指定。
例)https://api.twitter.com/1/statuses/followers/12345.json
例)https://api.twitter.com/1/statuses/followers/cocoism.xml
user_id任意ユーザーIDを指定。有効なユーザーIDを明確に指定したい場合に使用。
例)https://api.twitter.com/1/statuses/followers.xml?user_id=12345
screen_name任意スクリーンネームを指定。ユーザーIDとスクリーンネームが数値で紛らわしい場合に有用。
例)https://api.twitter.com/1/statuses/followers.xml?screen_name=54321
page任意指定したページ番号(1ページ20件)のフォロワーを取得したい場合に使用。
例)https://api.twitter.com/1/statuses/followers.xml?page=3

取得サンプル(XML/JSON)

followers.xml
now coding ...
include/topic/twitter_rest_api_users/followers.xml

設置サンプル

設置サンプルサンプルを見る
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Content-Language" content="ja" />
        <meta http-equiv="Content-Script-Type" content="text/javascript" />
        <meta http-equiv="Content-Style-Type" content="text/css" />
        <meta http-equiv="imagetoolbar" content="no" />
        <title>Twitter REST API:ユーザー関連:statues/followers(認証ユーザーのフォロワー情報を取得) | 設置サンプル</title>
        <link rel="stylesheet" type="text/css" href="/content/lib/global.css" />
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
        <script type="text/javascript" src="/content/lib/jquery/jquery.jsonp.js"></script>
        <!-- JS -->
        <script type="text/javascript">
            $(function(){
                var url="http://twitter.com/statuses/followers.json?id=cocoism&callback={callback}";
                $.getJSONP(url, function(obj){
                    var s="";
                    s+="<ul>";
                    for(var i in obj){
                        s+="<li>"+i;
                            s+="<ul>";
                                s+="<li>obj["+i+"].id = "+obj[i].id+"</li>";
                                s+="<li>obj["+i+"].screen_name = "+obj[i].screen_name+"</li>";
                                s+="<li>obj["+i+"].location = "+obj[i].location+"</li>";
                                s+="<li>obj["+i+"].description = "+obj[i].description+"</li>";
                                s+="<li>obj["+i+"].profile_image_url = "+obj[i].profile_image_url+"</li>";
                                s+="<li>obj["+i+"].protected = "+obj[i].protected+"</li>";
                                s+="<li>obj["+i+"].followers_count = "+obj[i].followers_count+"</li>";
                                s+="<li>obj["+i+"].profile_background_color = "+obj[i].profile_background_color+"</li>";
                                s+="<li>obj["+i+"].profile_text_color = "+obj[i].profile_text_color+"</li>";
                                s+="<li>obj["+i+"].profile_link_color = "+obj[i].profile_link_color+"</li>";
                                s+="<li>obj["+i+"].profile_sidebar_fill_color = "+obj[i].profile_sidebar_fill_color+"</li>";
                                s+="<li>obj["+i+"].profile_sidebar_border_color = "+obj[i].profile_sidebar_border_color+"</li>";
                                s+="<li>obj["+i+"].profile_sidebar_border_colorfriends_countz = "+obj[i].id+"</li>";
                                s+="<li>obj["+i+"].friends_count = "+obj[i].friends_count+"</li>";
                                s+="<li>obj["+i+"].created_at = "+obj[i].created_at+"</li>";
                                s+="<li>obj["+i+"].favourites_count = "+obj[i].favourites_count+"</li>";
                                s+="<li>obj["+i+"].utc_offset = "+obj[i].utc_offset+"</li>";
                                s+="<li>obj["+i+"].time_zone = "+obj[i].time_zone+"</li>";
                                s+="<li>obj["+i+"].profile_background_image_url = "+obj[i].profile_background_image_url+"</li>";
                                s+="<li>obj["+i+"].profile_background_tile = "+obj[i].profile_background_tile+"</li>";
                                s+="<li>obj["+i+"].statuses_count = "+obj[i].statuses_count+"</li>";
                                s+="<li>obj["+i+"].notifications = "+obj[i].notifications+"</li>";
                                s+="<li>obj["+i+"].verified = "+obj[i].verified+"</li>";
                                s+="<li>obj["+i+"].following = "+obj[i].following+"</li>";
                                    s+="</ul>";
                                s+="</li>";
                            s+="</ul>";
                        s+="</li>";
                    }
                    $("#recent").html("<ul>"+s+"</ul>");
                });
            });
        </script>
    </head>
    <body>
        <div id="wrap">
            <h1>Twitter REST API:ユーザー関連:statues/followers(認証ユーザーのフォロワー情報を取得) | 設置サンプル</h1>
            <p>※非推奨</p>
<!-- CODE -->
            <div id="recent"></div>
<!-- / CODE -->
        </div>
    </body>
</html>

関連コンテンツ

Q. このサイトの情報はお役に立ちましたでしょうか?

投票する 投票結果を見る

管理人に【web拍手】を送るweb拍手(1行メッセージも送れます♪)

pagetop

polarized women