Python 以txt格式保存和读取json数据

CODE:

#!/usr/bin/python 
# -*- coding: utf-8 -*-

'''
Created on 2014-7-15
@author: guaguastd
@name: json_with_text.py
'''

if __name__ == '__main__':

    # import json
    import json

    # import search
    from search import twitter_search
        
    # import format
    from format import save_json_text, load_json_text
    
    # import partial
    from functools import partial
    
    # import login, see http://blog.csdn.net/guaguastd/article/details/31706155 
    from login import twitter_login

    # get the twitter access api
    twitter_api = twitter_login()
    
    # sample usage 
    q = "iPhone"
    pp = partial(json.dumps, indent=1)
    authenticated_twitter_search = partial(twitter_search, twitter_api, max_results=10)
    results = authenticated_twitter_search(q)
    print pp(results)

    # save json data into text
    save_json_text(q, results)
    
    # load json data from text
    results = load_json_text(q)
    
    #print the json data
    pp(results)

RESULT:

"[{"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192   http://t.co/1z66mannAW\n\niPhoneu2192  http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174354660294656, "favorite_count": 0, "source": "<a href=\"https://twitter.com/GnRegaro610\" rel=\"nofollow\"> u4e0du4e8cu5b50u306eu3064u3076u3084u304d</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174354660294656", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2615333876, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487202216298565632/MwsY2U9q_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 211, "profile_sidebar_border_color": "C0DEED", "id_str": "2615333876", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 228, "description": "u3044u3044u5973u3063u3066u3044u3046u306eu306fu306du3001u81eau5206u3067u81eau5206u3092u5b88u308cu308bu5973u3088u3002", "friends_count": 1986, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/487202216298565632/MwsY2U9q_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2615333876/1404992975", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "fujiko_mine__", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5cf0u4e0du4e8cu5b50u306eu3064u3076u3084u304d", "notifications": false, "url": null, "created_at": "Thu Jul 10 11:45:31 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174354630959104, "favorite_count": 0, "source": "<a href=\"https://twitter.com/yahootie3\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af19</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174354630959104", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515146372, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471319151458258946/rWnXn-I7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1358, "profile_sidebar_border_color": "C0DEED", "id_str": "2515146372", "profile_background_color": "C0DEED", "listed_count": 5, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 4020, "description": "u30acu30f3u30c0u30e0u306bu95a2u4fc2u3059u308bu3053u3068u3092u305fu304fu3055u3093u3064u3076u3084u3044u3066u3044u304du307eu3059u3002u611fu3058u308bu3082u306eu304cu3042u308cu3070RTu3057u3066u3044u305fu3060u3051u305fu3089u5b09u3057u3044u3067u3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471319151458258946/rWnXn-I7_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515146372/1405308274", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "gandamu3213", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30acu30f3u30c0u30e0u95a2u4fc2u306eu3044u308du3044u308d", "notifications": false, "url": null, "created_at": "Thu May 22 11:03:56 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174354542858240, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174354542858240", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2531465898, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471852878491959298/06KO674m_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 492, "profile_sidebar_border_color": "C0DEED", "id_str": "2531465898", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 808, "description": "u4e16u754cu304bu3089u611bu3055u308cu3066u3084u307eu306au3044u540du4f5cu3001u30c9u30e9u30b4u30f3u30dcu30fcu30ebuff01u305du306eu4e2du304bu3089u540du8a00u3092u653eu3063u3066u884cu304du307eu3059u3002u4e16u754cu306eu7686u306bu5c4au3051u308bu70bau306bu2026u30aau30e9u306bu529bu3092u5206u3051u3066u304fu308cu3002u5fdcu63f4u62f3100u500du4e2du203cufe0e", "friends_count": 737, "location": "u5730u7403", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471852878491959298/06KO674m_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2531465898/1401334141", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "dragon_ball___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30c9u30e9u30b4u30f3u30dcu30fcu30eb", "notifications": false, "url": null, "created_at": "Thu May 29 03:16:23 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @onepiecesaikoo: u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http:/u2026", "in_reply_to_status_id": null, "id": 489174354501332992, "favorite_count": 0, "source": "<a href=\"https://twitter.com/koiseyootomeyo\" rel=\"nofollow\">u604bu305bu3088u4e59u5973</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2170061892, "indices": [3, 18], "id_str": "2170061892", "screen_name": "onepiecesaikoo", "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01"}], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [108, 130], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"source_status_id_str": "489174348276588546", "expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "source_status_id": 489174348276588546, "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174354501332992", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1890335059, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif", "verified": false, "profile_text_color": "3C3940", "profile_image_url_https": "https://pbs.twimg.com/profile_images/472981238819463168/AMkZZ4zg_normal.jpeg", "profile_sidebar_fill_color": "95E8EC", "entities": {"description": {"urls": []}}, "followers_count": 7604, "profile_sidebar_border_color": "5ED4DC", "id_str": "1890335059", "profile_background_color": "0099B9", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 974, "description": "LINEu30abu30c3u30d7u30ebu3042u308bu3042u308bu3067u7b11u3063u3061u3083u304au266a", "friends_count": 8366, "location": "", "profile_link_color": "0099B9", "profile_image_url": "http://pbs.twimg.com/profile_images/472981238819463168/AMkZZ4zg_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1890335059/1401602577", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif", "screen_name": "linecouplearu", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "LINEu30abu30c3u30d7u30ebu3042u308bu3042u308buff57", "notifications": false, "url": null, "created_at": "Sat Sep 21 14:10:14 +0000 2013", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174354333147136, "favorite_count": 0, "source": "<a href=\"https://twitter.com/niji_ero_club\" rel=\"nofollow\">niji_ero_club</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174354333147136", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2469727524, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/464939738705580032/EJDo5hOz_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1146, "profile_sidebar_border_color": "C0DEED", "id_str": "2469727524", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 68689, "description": "u8a71u984cu306eu795eu30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01u65ecu306au6700u65b0u30a2u30d7u30eau3092u3044u3061u65e9u304fu30c1u30a7u30c3u30afuff01", "friends_count": 1495, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/464939738705580032/EJDo5hOz_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2469727524/1399685194", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_app_news", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau2606u30cbu30e5u30fcu30b9", "notifications": false, "url": null, "created_at": "Tue Apr 29 18:53:11 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174353896943616, "favorite_count": 0, "source": "<a href=\"https://twitter.com/GtRegaro610\" rel=\"nofollow\">u6ce3u3051u308bu6620u753b</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174353896943616", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2615447052, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487223775230844928/WSZ2Fw2g_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 230, "profile_sidebar_border_color": "C0DEED", "id_str": "2615447052", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 216, "description": "u6b7bu306cu307eu3067u306bu4e00u5ea6u306fu898bu3066u304au304du305fu3044u300cu6ce3u3051u308bu6620u753bu300du3092u3054u7d39u4ecbu3057u307eu3059u3002", "friends_count": 1989, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/487223775230844928/WSZ2Fw2g_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2615447052/1404998980", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "nakeru_cinema", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u6b7bu306cu307eu3067u306bu898bu305fu3044u6ce3u3051u308bu6620u753b", "notifications": false, "url": null, "created_at": "Thu Jul 10 13:12:47 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174353813073921, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dorakuearu2\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af34</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174353813073921", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515340792, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478896520813486081/yn4PuB9a_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1413, "profile_sidebar_border_color": "C0DEED", "id_str": "2515340792", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2408, "description": "SMAPu5927u597du304du306au4ebau96c6u307eu308cu30fcu30fcu30fcuff01uff01uff01\r\nu30b9u30deu30c3u30d7u306eu3053u3068u3064u3076u3084u304fu306eu3067u307fu3093u306au3067RTu3057u3066u3044u304du307eu3057u3087u3046uff01", "friends_count": 1762, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/478896520813486081/yn4PuB9a_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515340792/1405337399", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "sumap11", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "SMAPu5927u597du304duff01", "notifications": false, "url": null, "created_at": "Thu May 22 12:37:40 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174353699807232, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174353699807232", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2531635285, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471865482518073344/kYhkkaOF_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 480, "profile_sidebar_border_color": "C0DEED", "id_str": "2531635285", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 110, "description": "u7686u3067u30cbu30bbu30b3u30a4u3092u3082u3063u3068u3082u3063u3068u76dbu308au4e0au3052u307eu3057u3087u3046u266a u300eu30a6u30bdu30c4u30adu306fu604bu306eu59cbu307eu308au300fu30d5u30a9u30edu30d0u304au9858u3044u3057u307eu3059u3002", "friends_count": 894, "location": "u51e1u77e2u7406u9ad8u6821", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471865482518073344/kYhkkaOF_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2531635285/1401397175", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "nisekoi_bot__", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30cbu30bbu30b3u30a4 u30d5u30a1u30f3bot", "notifications": false, "url": null, "created_at": "Thu May 29 04:06:00 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:09 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174353603342337, "favorite_count": 0, "source": "<a href=\"https://twitter.com/inthe_skirt\" rel=\"nofollow\">u30deu30b9u30bfu30fcu30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u30c4u30a4u30c3u30bfu30fc</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174353603342337", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2511511910, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/473982731756371968/zyOKd9h1_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2564, "profile_sidebar_border_color": "C0DEED", "id_str": "2511511910", "profile_background_color": "C0DEED", "listed_count": 25, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 45680, "description": "u670du3088u308au3082u88f8uff01u88f8u3088u308au3082u4e0bu7740u3067u3057u3087uff57u305du3093u306au4e0bu7740u59ffu304cu4f3cu5408u3046u7f8eu5973u3092u7d39u4ecbu3057u3066u3044u304fu3088u3002u8208u596eu3057u305fu3089RTu3088u308du3057u304fuff01", "friends_count": 1665, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/473982731756371968/zyOKd9h1_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2511511910/1401841453", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_sexy_shorts", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u5b8cu5168u7248u3011u30bbu30afu30b7u30fcu4e0bu7740u7f8eu5973", "notifications": false, "url": null, "created_at": "Wed May 21 00:49:18 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Pelu00edculas para Iphone Promou00e7u00e3o da Copa Desconto 30% QUICKPELICULAS http://t.co/X2cCfYi188", "in_reply_to_status_id": null, "id": 489174353590763520, "favorite_count": 0, "source": "<a href=\"http://postlist.com.br\" rel=\"nofollow\">PostList</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X2cCfYi188", "indices": [67, 89], "expanded_url": "http://poo.st/19B28", "display_url": "poo.st/19B28"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174353590763520", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 142911410, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/438814066128060417/7CGTTjL6.jpeg", "verified": false, "profile_text_color": "634047", "profile_image_url_https": "https://pbs.twimg.com/profile_images/438813919755247617/j0naX1dh_normal.jpeg", "profile_sidebar_fill_color": "E3E2DE", "entities": {"url": {"urls": [{"url": "http://t.co/UfnR6lVH8s", "indices": [0, 22], "expanded_url": "http://www.quickpeliculas.com.br", "display_url": "quickpeliculas.com.br"}]}, "description": {"urls": []}}, "followers_count": 7443, "profile_sidebar_border_color": "FFFFFF", "id_str": "142911410", "profile_background_color": "FFFFFF", "listed_count": 34, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 28655, "description": "Quickpeliculas Loja Especializada em Pelu00edculas para Celulares Smartphones e tablets.", "friends_count": 4866, "location": "Su00e3o Paulo Brasil", "profile_link_color": "088253", "profile_image_url": "http://pbs.twimg.com/profile_images/438813919755247617/j0naX1dh_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/142911410/1393456349", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/438814066128060417/7CGTTjL6.jpeg", "screen_name": "temquecontar", "lang": "pt", "profile_background_tile": true, "favourites_count": 22, "name": "TEMQUECONTAR", "notifications": false, "url": "http://t.co/UfnR6lVH8s", "created_at": "Wed May 12 02:28:25 +0000 2010", "contributors_enabled": false, "time_zone": "Santiago", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "pt", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "pt", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Australia 76. Up! - Samantha Jade http://t.co/qlJUQ9iNOn #Music #Video #iTunes #iPhone #Apple #Mac", "in_reply_to_status_id": null, "id": 489174353221677057, "favorite_count": 0, "source": "<a href=\"http://blog.77jp.net\" rel=\"nofollow\">Top 10 Music Video</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [57, 63], "text": "Music"}, {"indices": [64, 70], "text": "Video"}, {"indices": [71, 78], "text": "iTunes"}, {"indices": [79, 86], "text": "iPhone"}, {"indices": [87, 93], "text": "Apple"}, {"indices": [94, 98], "text": "Mac"}], "urls": [{"url": "http://t.co/qlJUQ9iNOn", "indices": [34, 56], "expanded_url": "http://tinyurl.com/m7wu7fh", "display_url": "tinyurl.com/m7wu7fh"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174353221677057", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2457837283, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "verified": false, "profile_text_color": "634047", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458588999917899776/2RXHqUhF_normal.png", "profile_sidebar_fill_color": "E3E2DE", "entities": {"url": {"urls": [{"url": "http://t.co/UBaFeqTc4O", "indices": [0, 22], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}, "description": {"urls": [{"url": "http://t.co/BIIZY2zulT", "indices": [0, 22], "expanded_url": "http://j.mp/1mMfen3", "display_url": "j.mp/1mMfen3"}, {"url": "http://t.co/UBaFeqTc4O", "indices": [136, 158], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}}, "followers_count": 147, "profile_sidebar_border_color": "D3D2CF", "id_str": "2457837283", "profile_background_color": "EDECE9", "listed_count": 7, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 54160, "description": "http://t.co/BIIZY2zulT iTunes Store Top 10 Music Video. United States, China, Korea, United Kingdom, France, Australia, Germany, Japan, http://t.co/UBaFeqTc4O", "friends_count": 16, "location": "", "profile_link_color": "088253", "profile_image_url": "http://pbs.twimg.com/profile_images/458588999917899776/2RXHqUhF_normal.png", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "screen_name": "itmvideorank", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "Top 10 Music Video", "notifications": false, "url": "http://t.co/UBaFeqTc4O", "created_at": "Tue Apr 22 08:36:16 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @onepiecesaikoo: u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http:/u2026", "in_reply_to_status_id": null, "id": 489174353158762496, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2170061892, "indices": [3, 18], "id_str": "2170061892", "screen_name": "onepiecesaikoo", "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01"}], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [108, 130], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"source_status_id_str": "489174348276588546", "expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "source_status_id": 489174348276588546, "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174353158762496", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2162452189, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467358106620407808/M2a3updZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7287, "profile_sidebar_border_color": "C0DEED", "id_str": "2162452189", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1146, "description": "u7b11u3044u306bu98e2u3048u3066u308bu4ebau306bu7b11u3044u3092u5c4au3051u307eu3059uff57uff57", "friends_count": 8025, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467358106620407808/M2a3updZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2162452189/1400261888", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "warainodendouu", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7b11u3044u306eu00d7u96fbu52d5u25cbu6bbfu5802uff57uff57", "notifications": false, "url": null, "created_at": "Tue Oct 29 08:51:41 +0000 2013", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174353125208064, "favorite_count": 0, "source": "<a href=\"https://twitter.com/FiRegaro610\" rel=\"nofollow\"> u539fu4fa1u306eu771fu5b9f</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174353125208064", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2606893368, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485675111400210432/Mu-ktwg3_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 235, "profile_sidebar_border_color": "C0DEED", "id_str": "2606893368", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 340, "description": "u3044u3064u3082u53e3u306bu3057u3066u3044u305fu308au4f7fu3063u3066u3044u308bu3082u306eu306eu9a5au304du306eu539fu4fa1u3092u7d39u4ecbu3057u307eu3059u3002u3048u3063uff1fu3068u601du3063u305fu3089RTu3092uff01", "friends_count": 1618, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/485675111400210432/Mu-ktwg3_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2606893368/1404629667", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "truth_genka", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u8ab0u306bu3082u8a00u3048u306au3044u539fu4fa1u306eu771fu5b9f", "notifications": false, "url": null, "created_at": "Sun Jul 06 06:37:44 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174353011949568, "favorite_count": 0, "source": "<a href=\"https://twitter.com/sccmeigen\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af51</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174353011949568", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515142119, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471302308957921281/fRxky5GQ_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1523, "profile_sidebar_border_color": "C0DEED", "id_str": "2515142119", "profile_background_color": "C0DEED", "listed_count": 7, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3403, "description": "u30e4u30d5u30fcu77e5u6075u888bu3067u56deu7b54u3055u308cu305fu7206u7b11u56deu7b54u3092u3064u3076u3084u3044u3066u3044u304du307eu3059u3002u304au3082u3057u308du304bu3063u305fu3089RTu3057u3066u304fu3060u3055u3044u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471302308957921281/fRxky5GQ_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515142119/1405268655", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "yahootie3", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30e4u30d5u30fcu77e5u6075u888bu7206u7b11u56deu7b54", "notifications": false, "url": null, "created_at": "Thu May 22 10:50:05 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "@elenieel He mirado precios y lo que tenu00edan en Orange y la mayoria era o muy caro (mu00e1s que un iPhone) o un Samsung xD Seguramente me compre*", "in_reply_to_status_id": 489174121285439488, "id": 489174352915857408, "favorite_count": 0, "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 238357914, "indices": [0, 9], "id_str": "238357914", "screen_name": "elenieel", "name": "Fassy"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": "elenieel", "in_reply_to_user_id": 238357914, "retweet_count": 0, "id_str": "489174352915857408", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 334620709, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/464521286492753921/OC3gmAxC.png", "verified": false, "profile_text_color": "851434", "profile_image_url_https": "https://pbs.twimg.com/profile_images/489129063361937408/x4DJnKh__normal.jpeg", "profile_sidebar_fill_color": "F0A1A1", "entities": {"url": {"urls": [{"url": "http://t.co/NnbV4n8omf", "indices": [0, 22], "expanded_url": "http://insanity--instinct.tumblr.com/", "display_url": "insanity--instinct.tumblr.com"}]}, "description": {"urls": []}}, "followers_count": 424, "profile_sidebar_border_color": "000000", "id_str": "334620709", "profile_background_color": "000000", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 3600, "statuses_count": 34793, "description": "1995. History of Art Student | #SPN #TWD #AHS #BB #HIMYM #Skins #Shameless #ModernFamily... | My life is summarised n Music & tv shows. Gallevich u2661", "friends_count": 274, "location": "Barcelona (Spain)", "profile_link_color": "8A0B39", "profile_image_url": "http://pbs.twimg.com/profile_images/489129063361937408/x4DJnKh__normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/334620709/1405452907", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/464521286492753921/OC3gmAxC.png", "screen_name": "kurara_95", "lang": "es", "profile_background_tile": true, "favourites_count": 4980, "name": "Kurara", "notifications": false, "url": "http://t.co/NnbV4n8omf", "created_at": "Wed Jul 13 11:52:45 +0000 2011", "contributors_enabled": false, "time_zone": "London", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": "238357914", "lang": "es", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": "489174121285439488", "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174352865157120, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174352865157120", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2509843478, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468685335686172673/8kIMBIpX_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 480, "profile_sidebar_border_color": "C0DEED", "id_str": "2509843478", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 643, "description": "u30c7u30a3u30bau30cbu30fcu5927u597du304duff0duff01uff01u30c7u30a3u30bau30cbu30fcu753bu50cfu3001u304au3082u3057u308du60c5u5831u3001u96d1u5b66u3001u90fdu5e02u4f1du8aacu3092u767au4fe1u3057u307eu3059u266a", "friends_count": 1416, "location": "u5922u306eu56fd", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/468685335686172673/8kIMBIpX_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2509843478/1400599442", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "disney_love_1_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30c7u30a3u30bau30cbuff0dLOVE", "notifications": false, "url": null, "created_at": "Tue May 20 09:27:15 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174352848375809, "favorite_count": 0, "source": "<a href=\"https://twitter.com/kyonyu_heaven\" rel=\"nofollow\">kyonyu_heaven</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174352848375809", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2574676015, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481081905496854528/lrzz55JV_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 4580, "profile_sidebar_border_color": "C0DEED", "id_str": "2574676015", "profile_background_color": "C0DEED", "listed_count": 31, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 22190, "description": "u30c7u30a3u30bau30cbu30fcu30e9u30f3u30c9u304cu5927u597du304du306au307du3063u3061u3083u308aJDu2661u30c4u30a4u30c3u30bfu30fcu3067u7537u306eu4ebau3068u7d61u3093u3067u307fu305fu304fu3066u30a8u30edu57a2u4f5cu3063u3066u307fu307eu3057u305fuff57u30c7u30a3u30bau30cbu30fcu597du304du306au4ebau3068u304bu8d85u3046u308cu3057u3044u304bu3082u2661u5c11u3057u307du3063u3061u3083u308au3067u3059u304cu3088u308du3057u304fu304au9858u3044u3057u307eu3059u2661", "friends_count": 1250, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481081905496854528/lrzz55JV_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2574676015/1403534632", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "miyuki_eroaka", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u307du3063u3061u3083u308au2661u7f8eu7531u7d00uff20u30a8u30edu57a2", "notifications": false, "url": null, "created_at": "Wed Jun 18 11:27:56 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @onepiecesaikoo: u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http:/u2026", "in_reply_to_status_id": null, "id": 489174352416370689, "favorite_count": 0, "source": "<a href=\"https://twitter.com/warosudouga\" rel=\"nofollow\">u30efu30edu30b96u79d2u52d5u753b</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2170061892, "indices": [3, 18], "id_str": "2170061892", "screen_name": "onepiecesaikoo", "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01"}], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [108, 130], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"source_status_id_str": "489174348276588546", "expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "source_status_id": 489174348276588546, "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174352416370689", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1716052790, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467335066444525568/zkHP66Fw_normal.jpeg", "profile_sidebar_fill_color": "FFFFFF", "entities": {"description": {"urls": []}}, "followers_count": 7693, "profile_sidebar_border_color": "EEEEEE", "id_str": "1716052790", "profile_background_color": "B2DFDA", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1162, "description": "u7b11u3048u308bu52d5u753bu3092u7d39u4ecbu3059u308bu3088u266a", "friends_count": 8465, "location": "", "profile_link_color": "93A644", "profile_image_url": "http://pbs.twimg.com/profile_images/467335066444525568/zkHP66Fw_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1716052790/1400256444", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "screen_name": "warosudouga", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30edu30b96u79d2u52d5u753buff57uff57", "notifications": false, "url": null, "created_at": "Sat Aug 31 15:55:45 +0000 2013", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174352395395073, "favorite_count": 0, "source": "<a href=\"https://twitter.com/BuRegaro610\" rel=\"nofollow\">u30c9u30e9u30c3u30abu30fcu79d8u8a23</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174352395395073", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2585480726, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481377858594435072/4cHL3wWk_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 249, "profile_sidebar_border_color": "C0DEED", "id_str": "2585480726", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 4018, "description": "u7d4cu55b6u306eu795eu69d8u3001u30d4u30fcu30bfu30fcu30c9u30e9u30c3u30abu30fcu306eu540du8a00u96c6u3067u3059u3002u30d3u30b8u30cdu30b9u3060u3051u3067u306fu306au304fu3001u5145u5b9fu3057u305fu4ebau751fu3092u9001u308bu305fu3081u306bu5f79u7acbu3064u6df1u3044u8a00u8449u304cu51ddu7e2eu3055u308cu3066u3044u307eu3059u3002", "friends_count": 1975, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481377858594435072/4cHL3wWk_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2585480726/1403604282", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "drucker_words6", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u2606u30c9u30e9u30c3u30abu30fcu304cu6559u3048u308bu4ebau751fu306eu79d8u8a23u2606", "notifications": false, "url": null, "created_at": "Tue Jun 24 09:55:06 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174352277946368, "favorite_count": 0, "source": "<a href=\"https://twitter.com/kowaiyu2\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af26</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174352277946368", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515259402, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/472343834458730496/_u9ymzcR_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1617, "profile_sidebar_border_color": "C0DEED", "id_str": "2515259402", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3468, "description": "u30b8u30d6u30eau306eu753bu50cfu3092u306eu305bu3066u3044u304du307eu3059u3002\r\nu597du304du306au65b9u306fu62e1u6563u3057u3066u3044u305fu3060u3051u308bu3068u5b09u3057u3044u3067u3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/472343834458730496/_u9ymzcR_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515259402/1405310207", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "jibuburi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30b8u30d6u30eau306eu753bu50cfu3044u3063u3071u3044", "notifications": false, "url": null, "created_at": "Thu May 22 11:56:51 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174352093405184, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ero_watashi\" rel=\"nofollow\">ero_watashi</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174352093405184", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2473248714, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "verified": false, "profile_text_color": "362720", "profile_image_url_https": "https://pbs.twimg.com/profile_images/462363598082170880/1fSUOgl8_normal.png", "profile_sidebar_fill_color": "E5507E", "entities": {"description": {"urls": []}}, "followers_count": 1416, "profile_sidebar_border_color": "CC3366", "id_str": "2473248714", "profile_background_color": "FF6699", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 70077, "description": "u3061u3087u3063u3074u308au30aau30c8u30cau5411u3051u306eu30a2u30d7u30eau3092u30a4u30c1u65e9u304fu3054u7d39u4ecbu3057u3066u304fu3088u2606u6c17u306bu306au3063u305fu3089u904au3093u3067u307fu3066u306du266au79c1u3082u826fu304fu4f7fu3046u7121u6599u3067u512au826fu306eu795eu30a2u30d7u30eau2661", "friends_count": 276, "location": "", "profile_link_color": "B40B43", "profile_image_url": "http://pbs.twimg.com/profile_images/462363598082170880/1fSUOgl8_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2473248714/1399071189", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "screen_name": "app_otona", "lang": "ja", "profile_background_tile": true, "favourites_count": 0, "name": "u5927u4ebau30a2u30d7u30eau2606u795eu901fu5831", "notifications": false, "url": null, "created_at": "Fri May 02 01:12:53 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174352089190401, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174352089190401", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2525941327, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471048445231243266/wLuKHXPc_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 495, "profile_sidebar_border_color": "C0DEED", "id_str": "2525941327", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 713, "description": "miwa(bot)u3088u308au6b4cu8a5eu3084u753bu50cfu3092u304au5c4au3051u3057u307eu3059u3002u6c17u306bu5165u3063u305fu3089u3001u30d5u30a9u30edu30fcu30fbRTu304au9858u3044u3057u307eu3059u3002miwau306eu7d20u6575u306au6b4cu3092u6b4cu8a5eu3092u805eu304du6d78u3063u3066u4e0bu3055u3044u266a no life no miwau203cufe0e", "friends_count": 957, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471048445231243266/wLuKHXPc_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2525941327/1401141450", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "miwa_song_bot_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "miwa ", "notifications": false, "url": null, "created_at": "Mon May 26 21:52:27 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174351686553600, "favorite_count": 0, "source": "<a href=\"https://twitter.com/BxRegaro610\" rel=\"nofollow\"> u6df1u30a4u30a4u8a00u8449</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174351686553600", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2585660972, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481412033938616320/5o24TCIS_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 242, "profile_sidebar_border_color": "C0DEED", "id_str": "2585660972", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 6526, "description": "u4e16u754cu3084u65e5u672cu306eu8457u540du4ebau306eu6df1u30a4u30a4u8a00u8449u3092u3064u3076u3084u304du307eu3059u3002u5171u611fu3057u305fu3089u30eau30c4u30a4u30fcu30c8u304au9858u3044u3057u307eu3059u2606", "friends_count": 1954, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481412033938616320/5o24TCIS_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2585660972/1403612630", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "fukaii_words", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u4ebau751fu306bu5f79u7acbu3064u6df1u30a4u30a4u8a00u8449", "notifications": false, "url": null, "created_at": "Tue Jun 24 12:10:50 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @onepiecesaikoo: u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http:/u2026", "in_reply_to_status_id": null, "id": 489174351585873920, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2170061892, "indices": [3, 18], "id_str": "2170061892", "screen_name": "onepiecesaikoo", "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01"}], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [108, 130], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"source_status_id_str": "489174348276588546", "expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "source_status_id": 489174348276588546, "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174351585873920", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2169846714, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467398495226187776/uFxzPHSJ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7747, "profile_sidebar_border_color": "C0DEED", "id_str": "2169846714", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1186, "description": "u7b11u3048u308bu304au304bu3093u30cdu30bfu3084uff01uff57uff57", "friends_count": 8522, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467398495226187776/uFxzPHSJ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2169846714/1400271709", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "okannetawarosu", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57", "notifications": false, "url": null, "created_at": "Sat Nov 02 08:34:37 +0000 2013", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u3010u901fu5831u3011u4ffau6c0fu7ae5u8c9eu5352u696duff01uff01\nu3081u3063u3061u3083u304bu308fu3044u3044u5b50u3068u7121u6599u3067u51fau4f1au3048u308bu3068u304bu534au7aefu306au3044\nAndroidu2192http://t.co/LXN5VMWmuo\niPhoneu2192http://t.co/1KfexIec9B\nu30a8u30edu30e9u30a4u30d6u30c1u30e3u30c3u30c8u307fu305fu3044u3067u3084u3070u3044w\nhttp://t.co/5nFk7bzdot", "in_reply_to_status_id": null, "id": 489174351543943168, "favorite_count": 0, "source": "<a href=\"https://www.google.co.jp/\" rel=\"nofollow\">u5927u4ebau30a2u30d7u30ea</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/LXN5VMWmuo", "indices": [45, 67], "expanded_url": "http://bit.ly/TmciEi", "display_url": "bit.ly/TmciEi"}, {"url": "http://t.co/1KfexIec9B", "indices": [75, 97], "expanded_url": "http://bit.ly/1jNg3rb", "display_url": "bit.ly/1jNg3rb"}], "media": [{"source_status_id_str": "466747905223561216", "expanded_url": "http://twitter.com/ero_apuri/status/466747905223561216/photo/1", "display_url": "pic.twitter.com/5nFk7bzdot", "url": "http://t.co/5nFk7bzdot", "media_url_https": "https://pbs.twimg.com/media/Bno4vyQCEAADdMU.jpg", "source_status_id": 466747905223561216, "id_str": "466747904980291584", "sizes": {"large": {"h": 583, "resize": "fit", "w": 687}, "small": {"h": 289, "resize": "fit", "w": 340}, "medium": {"h": 509, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [116, 138], "type": "photo", "id": 466747904980291584, "media_url": "http://pbs.twimg.com/media/Bno4vyQCEAADdMU.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174351543943168", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2571360157, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478599372024729600/rWCv4Zq3_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 115, "profile_sidebar_border_color": "C0DEED", "id_str": "2571360157", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 32470, "description": "u795eu7d1au30a8u30edu30a2u30d7u30eau306eu7d39u4ecbu6240", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/478599372024729600/rWCv4Zq3_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_GOD_app", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eaGOD", "notifications": false, "url": null, "created_at": "Mon Jun 16 17:38:13 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174351514574848, "favorite_count": 0, "source": "<a href=\"https://twitter.com/rupan3rd1\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af49</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174351514574848", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515115070, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471300294806994944/PCF7gsYY_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1536, "profile_sidebar_border_color": "C0DEED", "id_str": "2515115070", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3525, "description": "u30d7u30edu91ceu7403u3067u6d3bu8e8du3057u3066u3044u308bu9078u624bu306eu753bu50cfu3092u3042u3052u3066u3044u304du307eu3059u3002u30d7u30edu91ceu7403u304cu597du304du306au65b9u306fu62e1u6563u304au9858u3044u3057u307eu3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471300294806994944/PCF7gsYY_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515115070/1405268599", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "puroyakyuu2", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30d7u30edu91ceu7403u5927u597du304d", "notifications": false, "url": null, "created_at": "Thu May 22 10:48:59 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174351346798593, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174351346798593", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2522569740, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/470537356689174528/lHb8l7Jw_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 512, "profile_sidebar_border_color": "C0DEED", "id_str": "2522569740", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 791, "description": "Aqua Timezu3092u3053u3088u306au304fu611bu3059u308bu7ba1u7406u4ebau304cu6b4cu8a5eu3092u304au5c4au3051u3057u307eu3059u3002u6ca2u5c71u306eu540du66f2u3092u4ecau4e00u5ea6u3001u6d78u308au307eu3057u3087u3046uff01u30d5u30a1u30f3u306eu65b9u306fu5927u96c6u5408u203cufe0eu30d5u30a9u30edu30d0u3055u305bu3066u9802u304du307eu3059u266a", "friends_count": 1114, "location": "u8679", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/470537356689174528/lHb8l7Jw_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2522569740/1401020448", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "AquaTimez_song", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "Aqua Timez", "notifications": false, "url": null, "created_at": "Sun May 25 12:04:20 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174351061581824, "favorite_count": 0, "source": "<a href=\"http://bit.ly/gMcdDJ\" rel=\"nofollow\">u6700u65b0u30cbu30e5u30fcu30b9.jpu3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489174351061581824", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 1, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1272407959, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme13/bg.gif", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487196697567567872/TJ58dXZL_normal.jpeg", "profile_sidebar_fill_color": "FFFFFF", "entities": {"description": {"urls": []}}, "followers_count": 166, "profile_sidebar_border_color": "EEEEEE", "id_str": "1272407959", "profile_background_color": "B2DFDA", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 215, "description": "", "friends_count": 144, "location": "", "profile_link_color": "93A644", "profile_image_url": "http://pbs.twimg.com/profile_images/487196697567567872/TJ58dXZL_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1272407959/1404922026", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme13/bg.gif", "screen_name": "chinar1223", "lang": "ja", "profile_background_tile": false, "favourites_count": 745, "name": "u3061 u306a u308a u3006 u5ee3 u7530", "notifications": false, "url": null, "created_at": "Sat Mar 16 13:56:27 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174350906392577, "favorite_count": 0, "source": "<a href=\"https://twitter.com/FoRegaro610\" rel=\"nofollow\"> u7b11u3048u308bu30ddu30b9u30bfu30fc</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174350906392577", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2607149210, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485714175138603008/e6nN0ngT_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 272, "profile_sidebar_border_color": "C0DEED", "id_str": "2607149210", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 329, "description": "u601du308fu305au7b11u3063u3066u3057u307eu3046u5546u5e97u8857u306eu30ddu30b9u30bfu30fcu3092u96c6u3081u307eu3057u305fw", "friends_count": 1979, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/485714175138603008/e6nN0ngT_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2607149210/1404638159", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "shouten_poster", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7b11u3048u308bu5546u5e97u8857u30ddu30b9u30bfu30fc", "notifications": false, "url": null, "created_at": "Sun Jul 06 09:09:12 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @onepiecesaikoo: u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http:/u2026", "in_reply_to_status_id": null, "id": 489174350839308290, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2170061892, "indices": [3, 18], "id_str": "2170061892", "screen_name": "onepiecesaikoo", "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01"}], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [108, 130], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"source_status_id_str": "489174348276588546", "expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "source_status_id": 489174348276588546, "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174350839308290", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2177678473, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "verified": false, "profile_text_color": "362720", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467379064525701120/LuzOITqs_normal.jpeg", "profile_sidebar_fill_color": "E5507E", "entities": {"description": {"urls": []}}, "followers_count": 11946, "profile_sidebar_border_color": "CC3366", "id_str": "2177678473", "profile_background_color": "FF6699", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 982, "description": "u304bu308fu3044u3044u3042u308bu3042u308bu30cdu30bfu3084u80b2u5150u4e2du306eu7b11u3044u30cdu30bfu3092u30c4u30a4u30fcu30c8u3057u307eu3059u266a", "friends_count": 13129, "location": "", "profile_link_color": "B40B43", "profile_image_url": "http://pbs.twimg.com/profile_images/467379064525701120/LuzOITqs_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2177678473/1383744977", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "screen_name": "love_ly_baby", "lang": "ja", "profile_background_tile": true, "favourites_count": 0, "name": "u30d9u30a4u30d3u30fcu3042u308bu3042u308b", "notifications": false, "url": null, "created_at": "Wed Nov 06 08:42:17 +0000 2013", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ImDylanDauzat: I give up on IPhone 5s voice control ud83dude11", "in_reply_to_status_id": null, "id": 489174350772199424, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 853324519, "indices": [3, 17], "id_str": "853324519", "screen_name": "ImDylanDauzat", "name": "Dylan Dauzat"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 506, "id_str": "489174350772199424", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "I give up on IPhone 5s voice control ud83dude11", "in_reply_to_status_id": null, "id": 482274336405852161, "favorite_count": 2561, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 506, "id_str": "482274336405852161", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 853324519, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000055890481/99a194c54f761e47ff92609412becda2.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484233666235621376/l9i9qy9h_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "http://t.co/clxyJLsNFF", "indices": [0, 22], "expanded_url": "http://youtube.com/dylandauzat", "display_url": "youtube.com/dylandauzat"}]}, "description": {"urls": []}}, "followers_count": 134127, "profile_sidebar_border_color": "000000", "id_str": "853324519", "profile_background_color": "009999", "listed_count": 258, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 3260, "description": "u265b YouTube Vlogger - Recording Artist u265b Taken 11/2/13", "friends_count": 1377, "location": "", "profile_link_color": "009999", "profile_image_url": "http://pbs.twimg.com/profile_images/484233666235621376/l9i9qy9h_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/853324519/1403160987", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000055890481/99a194c54f761e47ff92609412becda2.jpeg", "screen_name": "ImDylanDauzat", "lang": "en", "profile_background_tile": false, "favourites_count": 9804, "name": "Dylan Dauzat", "notifications": false, "url": "http://t.co/clxyJLsNFF", "created_at": "Sat Sep 29 17:53:07 +0000 2012", "contributors_enabled": false, "time_zone": "Central Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Thu Jun 26 21:28:56 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2505218484, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/486928309305896960/mRctVqph.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/489085252334125056/hEQaH0p-_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 532, "profile_sidebar_border_color": "FFFFFF", "id_str": "2505218484", "profile_background_color": "C0DEED", "listed_count": 6, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 2739, "description": "Texas | Im a Guy | 0/6 | 0/4 | 1/12 | 5SOSFAM | Bethany M. Follows me |", "friends_count": 364, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/489085252334125056/hEQaH0p-_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2505218484/1405389925", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/486928309305896960/mRctVqph.jpeg", "screen_name": "Arnoldlikeso2l", "lang": "en", "profile_background_tile": false, "favourites_count": 1339, "name": "PLEASE DYLAN!!", "notifications": false, "url": null, "created_at": "Sun May 18 18:46:54 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174350717669377, "favorite_count": 0, "source": "<a href=\"https://twitter.com/rupan3rd1\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af48</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174350717669377", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515000772, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469834722349047808/MYsKOJCk_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1517, "profile_sidebar_border_color": "C0DEED", "id_str": "2515000772", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3862, "description": "HUNTERu00d7HUNTER(u30cfu30f3u30bfu30fcu30cfu30f3u30bfu30fc)u306eu540du8a00u3092u3064u3076u3084u304fbotu3067u3059u3002u30cfu30f3u30bfu30fcu30cfu30f3u30bfu30fcu304cu597du304du306au65b9u306fu62e1u6563u3057u3066u3044u305fu3060u3051u308bu3068u3046u308cu3057u3044u3067u3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/469834722349047808/MYsKOJCk_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515000772/1405270393", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "hunter21bot", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30cfu30f3u30bfu30fcu30cfu30f3u30bfu30fcu540du8a00bot ", "notifications": false, "url": null, "created_at": "Thu May 22 09:43:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u304au306fu3088u3046u3054u3056u3044u307eu3059uff3c(^o^)uff0f #ohayo #Follow #sougo #iphone #ipad #mobile #followback", "in_reply_to_status_id": null, "id": 489174350688305152, "favorite_count": 0, "source": "<a href=\"http://twirobo.com/\" rel=\"nofollow\">twiroboJP</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [17, 23], "text": "ohayo"}, {"indices": [24, 31], "text": "Follow"}, {"indices": [32, 38], "text": "sougo"}, {"indices": [39, 46], "text": "iphone"}, {"indices": [47, 52], "text": "ipad"}, {"indices": [53, 60], "text": "mobile"}, {"indices": [61, 72], "text": "followback"}], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174350688305152", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 516531618, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1876860297/twitterico_normal.jpg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "http://t.co/acYEnjUdbS", "indices": [0, 22], "expanded_url": "http://digitalpirate.client.jp", "display_url": "digitalpirate.client.jp"}]}, "description": {"urls": [{"url": "http://t.co/acYEnjUdbS", "indices": [126, 148], "expanded_url": "http://digitalpirate.client.jp", "display_url": "digitalpirate.client.jp"}]}}, "followers_count": 6089, "profile_sidebar_border_color": "C0DEED", "id_str": "516531618", "profile_background_color": "C0DEED", "listed_count": 22, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36280, "description": "u30c7u30b8u30bfu30ebu30acu30b8u30a7u30c3u30c8u597du304du306au5e97u9577u300cu306au304au300du3067u3059u3002\r\nu8da3u5473u306fPCu3001u30a4u30f3u30bfu30fcu30cdu30c3u30c8u3001u30b2u30fcu30e0u3001u30a2u30cbu30e1u3068u3001u3084u3084u30a4u30f3u30c9u30a2u6c17u5473uff57u304au3059u3059u3081u30a2u30cbu30e1u6559u3048u3066u304fu3060u3055u3044uff57u597du304du306au30d6u30e9u30f3u30c9u306fu30f4u30a3u30f4u30a3u30a2u30f3u30fbu30a6u30a8u30b9u30c8u30a6u30c3u30c9u3067u3059u266au30a4u30b1u3066u308bu30c7u30b8u30bfu30ebu30acu30b8u30a7u30c3u30c8u3092u305fu304fu3055u3093u3054u7d39u4ecbu3067u304du305fu3089u3068u601du3044u307eu3059uff01http://t.co/acYEnjUdbS", "friends_count": 6380, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/1876860297/twitterico_normal.jpg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "digitalpiratesz", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "digital-pirates", "notifications": false, "url": "http://t.co/acYEnjUdbS", "created_at": "Tue Mar 06 13:39:43 +0000 2012", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174350507945985, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174350507945985", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2493092732, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/466231001375469568/KoYyrxt0_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 556, "profile_sidebar_border_color": "C0DEED", "id_str": "2493092732", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 873, "description": "u30b9u30e9u30e0u30c0u30f3u30afu3092u3053u3088u306au304fu611bu3059u308bu7ba1u7406u4ebau304cu753bu50cfu3084u540du8a00u3092u304au5c4au3051u3057u307eu3059u3002u71b1u3044u5834u9762u30fbu540du8a00u3092u601du3044u51fau3057u3066u3001u65adu56fau305fu308bu6c7au610fu3092u203cufe0eu30d5u30a1u30f3u306eu65b9u306fu5927u96c6u5408u203cufe0eu30d5u30a9u30edu30d0u3055u305bu3066u9802u304du307eu3059u266a", "friends_count": 1652, "location": "u6e58u5357u9ad8u6821", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/466231001375469568/KoYyrxt0_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2493092732/1400500406", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "slamdunk___", "lang": "ja", "profile_background_tile": false, "favourites_count": 3, "name": "u30b9u30e9u30e0u30c0u30f3u30af u65adu56fau540du8a00u96c6", "notifications": false, "url": null, "created_at": "Tue May 13 14:51:04 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174350461804544, "favorite_count": 0, "source": "<a href=\"https://twitter.com/otome_game_soku\" rel=\"nofollow\">u4e59u5973u30b2u30fcu30e0</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174350461804544", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2539483123, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478572279559770113/26DIskjd_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3444, "profile_sidebar_border_color": "C0DEED", "id_str": "2539483123", "profile_background_color": "C0DEED", "listed_count": 19, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 26246, "description": "u30a8u30c3u30c1u304cu697du3057u3044u3068u601du3048u308bu3088u3046u306bu306au3063u3066u304du307eu3057u305fuff57u82e5u3044u3046u3061u306bu8272u3005u306au7d4cu9a13u3092u3057u3066u304au304du305fu3044u306eu3067u3001u76f8u624bu3057u3066u304fu308cu308bu4ebau52dfu96c6u3057u3066u3044u307eu3059u2661u5272u308au5207u308aOKu306au4ebau304au9858u3044u3057u307eu3059u7b11", "friends_count": 1591, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/478572279559770113/26DIskjd_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2539483123/1402935674", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "riko_eroaka", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u51dbu5b50uff20u30a8u30edu53cbu52dfu96c6u4e2d", "notifications": false, "url": null, "created_at": "Sun Jun 01 12:11:43 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174350184992769, "favorite_count": 0, "source": "<a href=\"https://twitter.com/EeRegaro610\" rel=\"nofollow\">u5973u65acu308au30c4u30a4u30fcu30c8</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174350184992769", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2598258116, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485475944199503873/Sno9fjwN_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 264, "profile_sidebar_border_color": "C0DEED", "id_str": "2598258116", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 330, "description": "u5df7u306bu3088u304fu3044u308bu30afu30bdu5973u3092u7247u3063u7aefu304bu3089u65acu3063u3066u3044u304du307eu3059u3002", "friends_count": 1924, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/485475944199503873/Sno9fjwN_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "bitches_giri", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30afu30bdu5973u65acu308au30c4u30a4u30fcu30c8", "notifications": false, "url": null, "created_at": "Tue Jul 01 16:50:32 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @onepiecesaikoo: u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http:/u2026", "in_reply_to_status_id": null, "id": 489174350126268417, "favorite_count": 0, "source": "<a href=\"https://twitter.com/waraitaii\" rel=\"nofollow\">u3068u306bu304bu304fu7b11u3044u305fu3044</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2170061892, "indices": [3, 18], "id_str": "2170061892", "screen_name": "onepiecesaikoo", "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01"}], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [108, 130], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"source_status_id_str": "489174348276588546", "expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "source_status_id": 489174348276588546, "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174350126268417", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2168817607, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468846757451812864/xJ24ZFoj_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7747, "profile_sidebar_border_color": "C0DEED", "id_str": "2168817607", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1034, "description": "u601du308fu305au7b11u3063u3066u3057u307eu3046u753bu50cfu3001u30b9u30c8u30fcu30eau30fcu3092u6295u7a3fu3057u307eu3059u3002u65e5u3005u306eu75b2u308cu3092u7b11u3044u98dbu3070u305du3046uff01", "friends_count": 8525, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/468846757451812864/xJ24ZFoj_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2168817607/1386490922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "waraigahitsuyou", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7b11u308fu305au306bu306fu3044u3089u308cu306au3044uff57", "notifications": false, "url": null, "created_at": "Fri Nov 01 17:35:08 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174349996257280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/rupan3rd1\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af49</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174349996257280", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515095763, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/470210571497783296/Ts6_gkoF_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1635, "profile_sidebar_border_color": "C0DEED", "id_str": "2515095763", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3816, "description": "u96fbu8ecau306eu4e2du3067u306eu3067u304du3053u3068u306au3069u306bu3064u3044u3066u3064u3076u3084u304fbotu3067u3059u3002\r\nu5171u611fu3057u3066u3044u305fu3060u3051u305fu3089u62e1u6563u3057u3066u3044u305fu3060u3051u308bu3068u5b09u3057u3044u3067u3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/470210571497783296/Ts6_gkoF_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515095763/1405269316", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "densha1bot", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u96fbu8ecau306eu4e2dbot", "notifications": false, "url": null, "created_at": "Thu May 22 10:28:03 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "sex clip: The pleasures of a tongue and dildo combo #sex #movie #hot #iPhone http://t.co/jXysn0bLrd", "in_reply_to_status_id": null, "id": 489174349833064448, "favorite_count": 0, "source": "<a href=\"http://tweetadder.com\" rel=\"nofollow\">TweetAdder v4</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [52, 56], "text": "sex"}, {"indices": [57, 63], "text": "movie"}, {"indices": [64, 68], "text": "hot"}, {"indices": [69, 76], "text": "iPhone"}], "urls": [{"url": "http://t.co/jXysn0bLrd", "indices": [77, 99], "expanded_url": "http://bit.ly/1jRLWEY", "display_url": "bit.ly/1jRLWEY"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174349833064448", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2582548494, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480763144394903552/ZPVAUAFG_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2582548494", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 18651, "description": "", "friends_count": 61, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/480763144394903552/ZPVAUAFG_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2582548494/1403457863", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "cfnmsex", "lang": "en", "profile_background_tile": false, "favourites_count": 0, "name": "cfnm sex", "notifications": false, "url": null, "created_at": "Sun Jun 22 17:21:20 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174349685850113, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174349685850113", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2512924716, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469144755259973633/K6U7mh4k_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 558, "profile_sidebar_border_color": "C0DEED", "id_str": "2512924716", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 691, "description": "NARUTOu5927u597du304du306au4ebau96c6u5408u203cufe0eu6700u7d42u6c7au6226u304cu71b1u3044u3002u7686u3067u5fdcu63f4u3057u307eu3057u3087u3046u266a NARUTOu306eu540du8a00u96c6u306bu3064u3044u3066u767au8a00u3057u3066u3044u304fu3063u3066u3070u3088u203cufe0e", "friends_count": 868, "location": "u6728u306eu8449u96a0u308cu306eu91cc", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/469144755259973633/K6U7mh4k_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2512924716/1400719852", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "naruto__bot__", "lang": "ja", "profile_background_tile": false, "favourites_count": 2, "name": "NARUTO u540du8a00u96c6u3060u3063u3066u3070u3088uff01", "notifications": false, "url": null, "created_at": "Wed May 21 15:50:23 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @SmartClick_EC: Tenemos los mejores precios del mercado!!!\nCompruu00e9balo\nS4 MINI \nS4\nS5 \nIPHONE 5S \nXPERIA Z1 \n@dondatosec", "in_reply_to_status_id": null, "id": 489174349661110272, "favorite_count": 0, "source": "<a href=\"https://roundteam.co\" rel=\"nofollow\">RoundTeam</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 1425911738, "indices": [3, 17], "id_str": "1425911738", "screen_name": "SmartClick_EC", "name": "SmartClick"}, {"id": 615452497, "indices": [112, 123], "id_str": "615452497", "screen_name": "DonDatosEc", "name": "Mercado de Datos Ec"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 1, "id_str": "489174349661110272", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "Tenemos los mejores precios del mercado!!!\nCompruu00e9balo\nS4 MINI \nS4\nS5 \nIPHONE 5S \nXPERIA Z1 \n@dondatosec", "in_reply_to_status_id": null, "id": 489174021276459010, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 615452497, "indices": [93, 104], "id_str": "615452497", "screen_name": "DonDatosEc", "name": "Mercado de Datos Ec"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 1, "id_str": "489174021276459010", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1425911738, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000848061288/1a7396b5fcacd81244c49b19a407393a_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2311, "profile_sidebar_border_color": "C0DEED", "id_str": "1425911738", "profile_background_color": "C0DEED", "listed_count": 7, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 745, "description": "VENTA DE ARTu00cdCULOS VARIOS. ENVu00cdOS A TODO EL PAu00cdS. CONTACTOS: WHATSAPP 0991778151 - PIN 7A084EA1", "friends_count": 49, "location": "GUAYAQUIL-ECUADOR", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000848061288/1a7396b5fcacd81244c49b19a407393a_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "SmartClick_EC", "lang": "es", "profile_background_tile": false, "favourites_count": 4, "name": "SmartClick", "notifications": false, "url": null, "created_at": "Mon May 13 16:57:54 +0000 2013", "contributors_enabled": false, "time_zone": "Quito", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "es", "created_at": "Tue Jul 15 22:25:49 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": false, "default_profile_image": false, "id": 1481270780, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3756338116/62dce9d6cf4ee674012e3bbfc09e1f4f_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "https://t.co/ck3G0Y1wpk", "indices": [0, 23], "expanded_url": "https://www.facebook.com/AnunciosEcuProm", "display_url": "facebook.com/AnunciosEcuProm"}]}, "description": {"urls": [{"url": "http://t.co/KogjBDAjCe", "indices": [114, 136], "expanded_url": "http://www.facebook.com/ecu.prom", "display_url": "facebook.com/ecu.prom"}]}}, "followers_count": 1781, "profile_sidebar_border_color": "FFFFFF", "id_str": "1481270780", "profile_background_color": "C0DEED", "listed_count": 11, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 61594, "description": "Damos #RT Gratis a tus Anuncios en #Ecuador. #Entretenimiento #Turismo #Comercio #Amistad\r\nSu00edguenos en Facebook: http://t.co/KogjBDAjCe", "friends_count": 1956, "location": "Ecuador", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/3756338116/62dce9d6cf4ee674012e3bbfc09e1f4f_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "EcuProm", "lang": "es", "profile_background_tile": false, "favourites_count": 131, "name": "Anuncios Gratis EC", "notifications": false, "url": "https://t.co/ck3G0Y1wpk", "created_at": "Tue Jun 04 03:38:33 +0000 2013", "contributors_enabled": false, "time_zone": "Quito", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "es", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174349568430082, "favorite_count": 0, "source": "<a href=\"https://twitter.com/inthe_skirt\" rel=\"nofollow\">u30deu30b9u30bfu30fcu30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u30c4u30a4u30c3u30bfu30fc</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174349568430082", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2552911350, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479689172664344577/lvERL7ef_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2732, "profile_sidebar_border_color": "C0DEED", "id_str": "2552911350", "profile_background_color": "C0DEED", "listed_count": 16, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 25455, "description": "u30a8u30edu3044u5973u795eu9054u306eu30cfu30e1u64aeu308au3084u81eau753bu64aeu308au3092u8cbcu308au307eu3059u3002u751fu3005u3057u3044u30a8u30edu30b9u3092u304au697du3057u307fu304fu3060u3055u3044u2661", "friends_count": 1413, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479689172664344577/lvERL7ef_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2552911350/1403201846", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "camera_ero", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu3044u81eau753bu64aeu308au30a8u30edu5199u30e1", "notifications": false, "url": null, "created_at": "Sat Jun 07 16:39:45 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174349430026240, "favorite_count": 0, "source": "<a href=\"https://twitter.com/DlRegaro610\" rel=\"nofollow\"> u75dbu3044u30cbu30e5u30fcu30b9</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174349430026240", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2594502368, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483173874507329536/TCtXfYuQ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 259, "profile_sidebar_border_color": "C0DEED", "id_str": "2594502368", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 1484, "description": "2chu3067u8a71u984cu306eu75dbu3044u30cbu30e5u30fcu30b9u3092u3064u3076u3084u304du307eu3059u3002", "friends_count": 1982, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/483173874507329536/TCtXfYuQ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2594502368/1404032725", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "itai_news_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u75dbu3044u30cbu30e5u30fcu30b9u7dcfu96c6u7de8", "notifications": false, "url": null, "created_at": "Sun Jun 29 08:58:30 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @onepiecesaikoo: u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http:/u2026", "in_reply_to_status_id": null, "id": 489174349404852224, "favorite_count": 0, "source": "<a href=\"https://twitter.com/sugosupoo\" rel=\"nofollow\"> u51c4u3059u304eu30b9u30ddu30fcu30c4u52d5u753b</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2170061892, "indices": [3, 18], "id_str": "2170061892", "screen_name": "onepiecesaikoo", "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01"}], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [108, 130], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"source_status_id_str": "489174348276588546", "expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "source_status_id": 489174348276588546, "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174349404852224", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1699677060, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/475760330325233664/tVS3JnZp_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 8040, "profile_sidebar_border_color": "C0DEED", "id_str": "1699677060", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 776, "description": "u885du6483u306eu30b9u30ddu30fcu30c4u52d5u753bu3092u7d39u4ecbu3057u307eu3059u3002", "friends_count": 8852, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/475760330325233664/tVS3JnZp_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1699677060/1403582332", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "sugosupoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u51c4u3059u304eu30b9u30ddu30fcu30c4u52d5u753buff01", "notifications": false, "url": null, "created_at": "Sun Aug 25 17:18:56 +0000 2013", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174349295783937, "favorite_count": 0, "source": "<a href=\"https://twitter.com/sccmeigen\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af51</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174349295783937", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515079276, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/470209833266733057/jGcEI3nQ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1692, "profile_sidebar_border_color": "C0DEED", "id_str": "2515079276", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3644, "description": "u30b3u30f3u30d3u30cbu3042u308bu3042u308bu306bu3064u3044u3066u3064u3076u3084u304fbotu3067u3059u3002\r\nu5171u611fu3057u3066u3044u305fu3060u3051u305fu3089u62e1u6563u3057u3066u3044u305fu3060u3051u308bu3068u5b09u3057u3044u3067u3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/470209833266733057/jGcEI3nQ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515079276/1405271010", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "konbiniabot", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30b3u30f3u30d3u30cbu3042u308bu3042u3042u308bbot", "notifications": false, "url": null, "created_at": "Thu May 22 10:26:58 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174349031555072, "favorite_count": 0, "source": "<a href=\"http://bit.ly/1u0xXfY\" rel=\"nofollow\">u885du6483u203cu4e16u754cu306eu30d5u30a1u30a4u30ebu2606u3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489174349031555072", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 1, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2425553323, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/464812885089472512/selhiY-C_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 192, "profile_sidebar_border_color": "C0DEED", "id_str": "2425553323", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 433, "description": "", "friends_count": 189, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/464812885089472512/selhiY-C_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2425553323/1403825600", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tomoyayad", "lang": "ja", "profile_background_tile": false, "favourites_count": 8, "name": "tomoyadesu", "notifications": false, "url": null, "created_at": "Thu Apr 03 12:22:31 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @Forbes: Apple & IBM announced a partnership to build enterprise apps designed exclusively for iPhones & iPads: http://t.co/9tprDfflnQ", "in_reply_to_status_id": null, "id": 489174348843212800, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 91478624, "indices": [3, 10], "id_str": "91478624", "screen_name": "Forbes", "name": "Forbes"}], "hashtags": [], "urls": [{"url": "http://t.co/9tprDfflnQ", "indices": [123, 145], "expanded_url": "http://onforb.es/1n7XgOE", "display_url": "onforb.es/1n7XgOE"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 206, "id_str": "489174348843212800", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "Apple & IBM announced a partnership to build enterprise apps designed exclusively for iPhones & iPads: http://t.co/9tprDfflnQ", "in_reply_to_status_id": null, "id": 489151795445235713, "favorite_count": 81, "source": "<a href=\"http://www.socialflow.com\" rel=\"nofollow\">SocialFlow</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/9tprDfflnQ", "indices": [111, 133], "expanded_url": "http://onforb.es/1n7XgOE", "display_url": "onforb.es/1n7XgOE"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 206, "id_str": "489151795445235713", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 91478624, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/457626324/twitter_background_dark3.png", "verified": true, "profile_text_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1824717932/Forbes_Icon_normal.png", "profile_sidebar_fill_color": "F7F7F7", "entities": {"url": {"urls": [{"url": "http://t.co/KH6EtekF5q", "indices": [0, 22], "expanded_url": "http://forbes.com", "display_url": "forbes.com"}]}, "description": {"urls": [{"url": "http://t.co/iVGiXAHX", "indices": [28, 48], "expanded_url": "http://Forbes.com", "display_url": "Forbes.com"}]}}, "followers_count": 3316393, "profile_sidebar_border_color": "CCCCCC", "id_str": "91478624", "profile_background_color": "072250", "listed_count": 33086, "is_translation_enabled": true, "utc_offset": -14400, "statuses_count": 66012, "description": "Official Twitter account of http://t.co/iVGiXAHX, homepage for the world's business leaders.", "friends_count": 3939, "location": "New York, NY", "profile_link_color": "072250", "profile_image_url": "http://pbs.twimg.com/profile_images/1824717932/Forbes_Icon_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/91478624/1400096856", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/457626324/twitter_background_dark3.png", "screen_name": "Forbes", "lang": "en", "profile_background_tile": false, "favourites_count": 1554, "name": "Forbes", "notifications": false, "url": "http://t.co/KH6EtekF5q", "created_at": "Sat Nov 21 02:09:57 +0000 2009", "contributors_enabled": false, "time_zone": "Eastern Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 20:57:30 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 37814700, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/68440867/fondotwt.jpg", "verified": false, "profile_text_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481976012327362560/jsMTdQRr_normal.jpeg", "profile_sidebar_fill_color": "FF9900", "entities": {"description": {"urls": []}}, "followers_count": 121, "profile_sidebar_border_color": "000000", "id_str": "37814700", "profile_background_color": "000000", "listed_count": 1, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 1790, "description": "Cada sueu00f1o que usted deja atru00e1s, es un pedazo de su futuro que deja de existir. - Steve Jobs", "friends_count": 58, "location": "", "profile_link_color": "FF0000", "profile_image_url": "http://pbs.twimg.com/profile_images/481976012327362560/jsMTdQRr_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37814700/1405444850", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/68440867/fondotwt.jpg", "screen_name": "lansaga", "lang": "en", "profile_background_tile": false, "favourites_count": 31, "name": "Larry Su00e1nchez", "notifications": false, "url": null, "created_at": "Tue May 05 01:02:32 +0000 2009", "contributors_enabled": false, "time_zone": "Bogota", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174348838617088, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174348838617088", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2496366686, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/466935754266927105/Fc1I9Yfu_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 619, "profile_sidebar_border_color": "C0DEED", "id_str": "2496366686", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 726, "description": "u30c7u30a3u30bau30cbu30fcu6620u753bu3001u30a2u30cau3068u96eau306eu5973u738bu306bu3064u3044u3066u767au4fe1u3057u3066u3044u304du307eu3059u266a u7686u306eu5fc3u304cu3088u308au6e29u304bu304fu3001u5143u6c17u306bu306au3063u3066u304fu308cu308bu305du306eu65e5u307eu3067u3002u5c11u3057u3082u5bd2u304fu306au3044u308fu301cu266a", "friends_count": 1772, "location": "u96eau306eu56fd", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/466935754266927105/Fc1I9Yfu_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2496366686/1400335113", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ana_yuki_zyouou", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Thu May 15 13:32:50 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174348813438976, "favorite_count": 0, "source": "<a href=\"https://twitter.com/storage_idea\" rel=\"nofollow\">u7d20u6575u53ceu7d0du8853u266a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174348813438976", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2598891992, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486740402716688384/kqEz1G-H_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1263, "profile_sidebar_border_color": "C0DEED", "id_str": "2598891992", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 7578, "description": "AVu5973u512au306bu61a7u308cu308buff01u6c17u306bu5165u3063u305fu5973u512au3055u3093u306fRTu3057u3066u3042u3052u3066u306du2661u76f8u4e92u30d5u30a9u30edu30fcu3082u5927u6b53u8fceu3060u3088u30fd(*u00b4u2200uff40)uff89", "friends_count": 1118, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486740402716688384/kqEz1G-H_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "jyoyu_av", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "AVu5973u512auff20u306au308au305fu3044", "notifications": false, "url": null, "created_at": "Wed Jul 02 01:49:40 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174348524044288, "favorite_count": 0, "source": "<a href=\"https://twitter.com/rupan3rd1\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af48</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174348524044288", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515100472, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/470921468767789057/LuUrJlwD_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1644, "profile_sidebar_border_color": "C0DEED", "id_str": "2515100472", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3813, "description": "u5d50u306eu753bu50cfu306au3069u3092u306eu305bu3066u3044u304du307eu3059u3002 u597du611fu3092u3082u3063u3066u3044u305fu3060u3051u305fu3089u62e1u6563u3057u3066u3044u305fu3060u3051u308bu3068u5b09u3057u3044u3067u3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/470921468767789057/LuUrJlwD_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515100472/1405269906", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "arashigazou1", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5d50u304bu3063u3053u3044u3044", "notifications": false, "url": null, "created_at": "Thu May 22 10:41:16 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u7121u6599u30acu30c1u30e3u304du305fuff5euff01\nu3053u3093u306au7c21u5358u306bu3082u3089u3048u308bu306euff1fuff57\n\nu4ecau306fu3084u308au306eu30efu30f3u30d4u30fcu30b9u30c8u30ecu30b8u30e3u30fcu30afu30ebu30fcu30bau306e\nu30acu30c1u30e3uff15u4e07u5186u5206u3092u7121u6599u3067u914du3063u3066u308bu30a2u30d7u30eau30e4u30d0u3044uff57uff57\n\niPhoneu30fbAndroid\nu2192 http://t.co/MwvdXk17pQ\n. http://t.co/rFR7vvE03E", "in_reply_to_status_id": null, "id": 489174348276588546, "favorite_count": 0, "source": "<a href=\"https://twitter.com/okannetawarosu\" rel=\"nofollow\"> u304au304bu3093u30cdu30bf u30efu30edu30b9uff57uff57</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/MwvdXk17pQ", "indices": [88, 110], "expanded_url": "http://k4wu.com/n147fl/", "display_url": "k4wu.com/n147fl/"}], "media": [{"expanded_url": "http://twitter.com/onepiecesaikoo/status/489174348276588546/photo/1", "display_url": "pic.twitter.com/rFR7vvE03E", "url": "http://t.co/rFR7vvE03E", "media_url_https": "https://pbs.twimg.com/media/BsnlelMCcAEOt-B.png", "id_str": "489174348087848961", "sizes": {"large": {"h": 250, "resize": "fit", "w": 249}, "small": {"h": 250, "resize": "fit", "w": 249}, "medium": {"h": 250, "resize": "fit", "w": 249}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174348087848961, "media_url": "http://pbs.twimg.com/media/BsnlelMCcAEOt-B.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 84, "id_str": "489174348276588546", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2170061892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 7241, "profile_sidebar_border_color": "C0DEED", "id_str": "2170061892", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2006, "description": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01uff01", "friends_count": 7968, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000682813243/3f267c36d445c6b99351c7b5581f58d6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2170061892/1383394754", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "onepiecesaikoo", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30efu30f3u30d4u30fcu30b9u6700u9ad8uff01", "notifications": false, "url": null, "created_at": "Sat Nov 02 11:16:20 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Conozco gente que teclea 'sent from my iphone'.", "in_reply_to_status_id": null, "id": 489174348264001537, "favorite_count": 0, "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174348264001537", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 29080596, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/634908576/zki8oz9nydq6uzjrc9qh.jpeg", "verified": false, "profile_text_color": "010D0F", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480715139742576640/MSvo2V5i_normal.jpeg", "profile_sidebar_fill_color": "F7F7F4", "entities": {"url": {"urls": [{"url": "http://t.co/y3tBVon20I", "indices": [0, 22], "expanded_url": "http://amezcuabernal.tumblr.com", "display_url": "amezcuabernal.tumblr.com"}]}, "description": {"urls": []}}, "followers_count": 536, "profile_sidebar_border_color": "F5EBEF", "id_str": "29080596", "profile_background_color": "FAFAF2", "listed_count": 20, "is_translation_enabled": false, "utc_offset": -21600, "statuses_count": 10598, "description": "Me caen mal muchas personas. @sicfanzine", "friends_count": 1098, "location": "Mu00e9xico, DF. ", "profile_link_color": "141403", "profile_image_url": "http://pbs.twimg.com/profile_images/480715139742576640/MSvo2V5i_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/29080596/1366613128", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/634908576/zki8oz9nydq6uzjrc9qh.jpeg", "screen_name": "chinampa", "lang": "es", "profile_background_tile": false, "favourites_count": 476, "name": "Melissa", "notifications": false, "url": "http://t.co/y3tBVon20I", "created_at": "Sun Apr 05 22:19:46 +0000 2009", "contributors_enabled": false, "time_zone": "Mountain Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "es", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "smh everytime I look at my cracked iPhone http://t.co/wkYXHLVAXp", "in_reply_to_status_id": null, "id": 489174348230438912, "favorite_count": 0, "source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [], "media": [{"expanded_url": "http://twitter.com/MrDaniel_Austin/status/489174348230438912/photo/1", "display_url": "pic.twitter.com/wkYXHLVAXp", "url": "http://t.co/wkYXHLVAXp", "media_url_https": "https://pbs.twimg.com/media/BsnleXjIYAAdjcC.jpg", "id_str": "489174344426610688", "sizes": {"small": {"h": 279, "resize": "fit", "w": 340}, "large": {"h": 480, "resize": "fit", "w": 584}, "medium": {"h": 480, "resize": "fit", "w": 584}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [42, 64], "type": "photo", "id": 489174344426610688, "media_url": "http://pbs.twimg.com/media/BsnleXjIYAAdjcC.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174348230438912", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 354153453, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570342314/s2rv6xd09991bruxh3qi.jpeg", "verified": false, "profile_text_color": "634047", "profile_image_url_https": "https://pbs.twimg.com/profile_images/472204750650228736/oIcB1jow_normal.jpeg", "profile_sidebar_fill_color": "F5EBF5", "entities": {"description": {"urls": []}}, "followers_count": 1018, "profile_sidebar_border_color": "D3D2CF", "id_str": "354153453", "profile_background_color": "EDECE9", "listed_count": 5, "is_translation_enabled": false, "utc_offset": -36000, "statuses_count": 68947, "description": "Little Hallway Lover\n\n IG: @boonecancun", "friends_count": 952, "location": "", "profile_link_color": "088253", "profile_image_url": "http://pbs.twimg.com/profile_images/472204750650228736/oIcB1jow_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/354153453/1383617660", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570342314/s2rv6xd09991bruxh3qi.jpeg", "screen_name": "MrDaniel_Austin", "lang": "en", "profile_background_tile": true, "favourites_count": 350, "name": "Puff Danny", "notifications": false, "url": null, "created_at": "Sat Aug 13 06:41:24 +0000 2011", "contributors_enabled": false, "time_zone": "Hawaii", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174347978792960, "favorite_count": 0, "source": "<a href=\"https://twitter.com/onepiece_i_fan\" rel=\"nofollow\">u3064u3044u3063u305fu30fcu304cu5927u597du304duff01</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174347978792960", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2603546485, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486745556593545217/kkJ9TWP7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1719, "profile_sidebar_border_color": "C0DEED", "id_str": "2603546485", "profile_background_color": "C0DEED", "listed_count": 6, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 7644, "description": "u6bceu65e5u30e0u30e9u30e0u30e9u2661u30a8u30c3u30c1u5927u597du304du306au4e59u5973u306eu30a8u30edu57a2u3067u3059uff57u30bbu30d5u30ecu307bu3057u3044u30fcuff1euff1cuff1bRTu3057u3066u304fu308cu305fu3089u8208u596eu3059u308bu266a", "friends_count": 1114, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486745556593545217/kkJ9TWP7_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2603546485/1404884208", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "sehure_hoshi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "Hu5927u597du304duff20u30bbu30d5u30ecu52dfu96c6u57a2", "notifications": false, "url": null, "created_at": "Fri Jul 04 13:48:45 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "uf8ffu30b9u30dau30c3u30afu3001u30d5u30a1u30dfu30f3u98a8u30c7u30b6u30a4u30f3u306eiPhone 5suff0f5u7528u30acu30e9u30b9u88fdu6db2u6676u4fddu8b77u30d5u30a3u30ebu30e0u3092u767au58f2 | ITmedia http://t.co/iFFNKjlSbD | GNews Feeds", "in_reply_to_status_id": null, "id": 489174347899494401, "favorite_count": 0, "source": "<a href=\"http://ifttt.com\" rel=\"nofollow\">IFTTT</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/iFFNKjlSbD", "indices": [54, 76], "expanded_url": "http://bit.ly/1slmbjK", "display_url": "bit.ly/1slmbjK"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174347899494401", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 75231172, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/101004808/shutterstock_22361452.jpg", "verified": false, "profile_text_color": "3E4415", "profile_image_url_https": "https://pbs.twimg.com/profile_images/915456386/TweetLandPhoto_normal.jpg", "profile_sidebar_fill_color": "99CC33", "entities": {"description": {"urls": []}}, "followers_count": 254, "profile_sidebar_border_color": "829D5E", "id_str": "75231172", "profile_background_color": "352726", "listed_count": 11, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 236886, "description": "sunnycloudy01u306fGoogleu3068Yahoo!Pipesu3068Dlvr.itu3092u5229u7528u3057u3066Feedu3092u4f7fu3063u3066u3001Appleu3001u96fbu5b50u66f8u7c4du3001WiMaxu3001lifehacku306au3069u306eu60c5u5831u3092u81eau52d5u3067u6d41u3057u3066u3044u307eu3059u3002", "friends_count": 0, "location": "", "profile_link_color": "D02B55", "profile_image_url": "http://pbs.twimg.com/profile_images/915456386/TweetLandPhoto_normal.jpg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/101004808/shutterstock_22361452.jpg", "screen_name": "sunnycloudy01", "lang": "ja", "profile_background_tile": true, "favourites_count": 4, "name": "sunnycloudy", "notifications": false, "url": null, "created_at": "Fri Sep 18 08:13:08 +0000 2009", "contributors_enabled": false, "time_zone": "Osaka", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174347857154049, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174347857154049", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2509716283, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468671165255270400/YyHIuZ8r_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 641, "profile_sidebar_border_color": "C0DEED", "id_str": "2509716283", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 702, "description": "u4e16u754cu306eu7f8eu4ebau3055u3093u3092u767au4fe1u3057u307eu3059u3002u7dbau9e97u306au7f8eu4ebau3055u3093u306bu7652u3055u308cu3066u4e0bu3055u3044u3002", "friends_count": 881, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/468671165255270400/YyHIuZ8r_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2509716283/1400574904", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "bizinn_", "lang": "ja", "profile_background_tile": false, "favourites_count": 13, "name": "u7f8eu4ebau5929u56fd", "notifications": false, "url": null, "created_at": "Tue May 20 08:22:55 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "iphone 4s for sell\nnot cracked nor damaged", "in_reply_to_status_id": null, "id": 489174347790426112, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174347790426112", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 169339303, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/784601058/fed47438c75d5d6722696a12b6c433f3.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486344064833318914/duaCCxXJ_normal.jpeg", "profile_sidebar_fill_color": "E6F6F9", "entities": {"description": {"urls": []}}, "followers_count": 1054, "profile_sidebar_border_color": "FFFFFF", "id_str": "169339303", "profile_background_color": "FF6699", "listed_count": 1, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 55602, "description": "she who waits for her soldier's return.", "friends_count": 1079, "location": "", "profile_link_color": "B40B43", "profile_image_url": "http://pbs.twimg.com/profile_images/486344064833318914/duaCCxXJ_normal.jpeg", "following": false, "geo_enabled": true, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/784601058/fed47438c75d5d6722696a12b6c433f3.jpeg", "screen_name": "ave_maraa", "lang": "en", "profile_background_tile": false, "favourites_count": 472, "name": "", "notifications": false, "url": null, "created_at": "Thu Jul 22 03:06:58 +0000 2010", "contributors_enabled": false, "time_zone": "Quito", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "'Full moon rising over Cardiff Bay'.\nMade, processed, and edited on iPhone and iPad. What a world we live in! http://t.co/ufg8blforh", "in_reply_to_status_id": null, "id": 489174347492630528, "favorite_count": 0, "source": "<a href=\"http://www.apple.com\" rel=\"nofollow\">iOS</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [], "media": [{"expanded_url": "http://twitter.com/MarineImage/status/489174347492630528/photo/1", "display_url": "pic.twitter.com/ufg8blforh", "url": "http://t.co/ufg8blforh", "media_url_https": "https://pbs.twimg.com/media/BsnlehcIgAA-gU9.jpg", "id_str": "489174347081613312", "sizes": {"large": {"h": 404, "resize": "fit", "w": 1024}, "small": {"h": 134, "resize": "fit", "w": 340}, "medium": {"h": 236, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [110, 132], "type": "photo", "id": 489174347081613312, "media_url": "http://pbs.twimg.com/media/BsnlehcIgAA-gU9.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174347492630528", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 601927900, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2287292878/an5fhaqnfpiq84ves1tz_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "http://t.co/L0IJpsSmZO", "indices": [0, 22], "expanded_url": "http://MarineImage.com", "display_url": "MarineImage.com"}]}, "description": {"urls": []}}, "followers_count": 42, "profile_sidebar_border_color": "C0DEED", "id_str": "601927900", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 3600, "statuses_count": 300, "description": "Photographer. Passionate about Boats, Sea, Photography (and Apple'y bits...)", "friends_count": 97, "location": "Penarth by the Severn Sea", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/2287292878/an5fhaqnfpiq84ves1tz_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/601927900/1398957033", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "MarineImage", "lang": "en", "profile_background_tile": false, "favourites_count": 9, "name": "Jonny Tilney", "notifications": false, "url": "http://t.co/L0IJpsSmZO", "created_at": "Thu Jun 07 14:39:36 +0000 2012", "contributors_enabled": false, "time_zone": "London", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174347345436673, "favorite_count": 0, "source": "<a href=\"https://twitter.com/konanmeigen\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af33</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174347345436673", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515324134, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478889829975863296/0u2YwPTc_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1800, "profile_sidebar_border_color": "C0DEED", "id_str": "2515324134", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2405, "description": "u8133u30c8u30ecu3067u304du308bu3088u3046u306au3053u3068u3092u3064u3076u3084u304du307eu3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/478889829975863296/0u2YwPTc_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515324134/1405336905", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "noutore1", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u8133u30c8u30ecu3057u307eu3057u3087u3046uff01uff01", "notifications": false, "url": null, "created_at": "Thu May 22 12:34:11 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @_ThatsIt: Who iPhone's not cracked?

ud83dude02", "in_reply_to_status_id": null, "id": 489174347270328320, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2335240088, "indices": [3, 12], "id_str": "2335240088", "screen_name": "_ThatsIt", "name": "u2600KoolaidOvaThotzu2600"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 372, "id_str": "489174347270328320", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "Who iPhone's not cracked? ud83dude02", "in_reply_to_status_id": null, "id": 489124696143572993, "favorite_count": 119, "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>", "retweeted": false, "coordinates": {"type": "Point", "coordinates": [-76.9010033, 38.9039911]}, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 372, "id_str": "489124696143572993", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2335240088, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/445635963050414081/YYpIXLev.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432530908453683201/BBeVz68g_normal.jpeg", "profile_sidebar_fill_color": "EADEAA", "entities": {"url": {"urls": [{"url": "http://t.co/jAOrpbKmQn", "indices": [0, 22], "expanded_url": "http://www.RichKidz.com", "display_url": "RichKidz.com"}]}, "description": {"urls": []}}, "followers_count": 18695, "profile_sidebar_border_color": "FFFFFF", "id_str": "2335240088", "profile_background_color": "8B542B", "listed_count": 21, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 29169, "description": "You can't lose what you never had, you can't keep what's not yours, and you can't hold on to something that doesn't want to stay.", "friends_count": 14411, "location": "u2708 Freeport,Bahamas u2708", "profile_link_color": "9D582E", "profile_image_url": "http://pbs.twimg.com/profile_images/432530908453683201/BBeVz68g_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2335240088/1392265420", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/445635963050414081/YYpIXLev.jpeg", "screen_name": "_ThatsIt", "lang": "en", "profile_background_tile": true, "favourites_count": 7093, "name": "u2600KoolaidOvaThotzu2600", "notifications": false, "url": "http://t.co/jAOrpbKmQn", "created_at": "Sun Feb 09 15:02:35 +0000 2014", "contributors_enabled": false, "time_zone": "Eastern Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": {"type": "Point", "coordinates": [38.9039911, -76.9010033]}, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 19:09:49 +0000 2014", "in_reply_to_status_id_str": null, "place": {"country_code": "US", "url": "https://api.twitter.com/1.1/geo/id/dea1eac2d7ef8878.json", "country": "United States", "place_type": "admin", "bounding_box": {"type": "Polygon", "coordinates": [[[-79.487651, 37.886607], [-74.986286, 37.886607], [-74.986286, 39.723622], [-79.487651, 39.723622]]]}, "contained_within": [], "full_name": "Maryland, USA", "attributes": {}, "id": "dea1eac2d7ef8878", "name": "Maryland"}, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": false, "default_profile_image": false, "id": 595068245, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000175398463/LAfVmV1o.jpeg", "verified": false, "profile_text_color": "570157", "profile_image_url_https": "https://pbs.twimg.com/profile_images/489082633205592064/bo-bYafb_normal.jpeg", "profile_sidebar_fill_color": "777777", "entities": {"url": {"urls": [{"url": "http://t.co/5cE5GInCEE", "indices": [0, 22], "expanded_url": "http://www.facebook.com/LeSpeare", "display_url": "facebook.com/LeSpeare"}]}, "description": {"urls": []}}, "followers_count": 15791, "profile_sidebar_border_color": "FFFFFF", "id_str": "595068245", "profile_background_color": "000000", "listed_count": 20, "is_translation_enabled": false, "utc_offset": -25200, "statuses_count": 30906, "description": "u275di'm rude & i like pussy but idgafu275e", "friends_count": 14463, "location": "", "profile_link_color": "646666", "profile_image_url": "http://pbs.twimg.com/profile_images/489082633205592064/bo-bYafb_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/595068245/1405459648", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000175398463/LAfVmV1o.jpeg", "screen_name": "i8yourhoe_", "lang": "en", "profile_background_tile": false, "favourites_count": 9292, "name": "rude'ass", "notifications": false, "url": "http://t.co/5cE5GInCEE", "created_at": "Thu May 31 01:36:20 +0000 2012", "contributors_enabled": false, "time_zone": "Arizona", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174347236405248, "favorite_count": 0, "source": "<a href=\"https://twitter.com/gal_mizugi\" rel=\"nofollow\">gal_mizugi</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174347236405248", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2563310462, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480104993593114624/lLiL1ha1_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3228, "profile_sidebar_border_color": "C0DEED", "id_str": "2563310462", "profile_background_color": "C0DEED", "listed_count": 17, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 24352, "description": "u30aeu30e3u30ebu5927u597du304du2661u6c34u7740uff06u4e0bu7740u304cu5927u597du304du2661u3068u306bu304bu304fu3042u3052u3042u3052uff57", "friends_count": 1796, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/480104993593114624/lLiL1ha1_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2563310462/1403301013", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "gal_mizugi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u2661u6c34u7740u30aeu30e3u30ebu3067u3042u3052u3042u3052u2661", "notifications": false, "url": null, "created_at": "Thu Jun 12 12:25:14 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "But my iPhone battery life is like ... A ud83dudcaf to 0 niggga, real quick.", "in_reply_to_status_id": null, "id": 489174347190652929, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174347190652929", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 790196258, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/663123909/f8rjw0wjz575nb5r6xnx.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488787097549946880/or0uWn5C_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 300, "profile_sidebar_border_color": "FFFFFF", "id_str": "790196258", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": -10800, "statuses_count": 9838, "description": "Never beg anyone, never trust anyone, and never expect anything from anyone", "friends_count": 246, "location": "NC", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/488787097549946880/or0uWn5C_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/790196258/1405371203", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/663123909/f8rjw0wjz575nb5r6xnx.jpeg", "screen_name": "jaahzmean", "lang": "en", "profile_background_tile": true, "favourites_count": 3892, "name": "Jassamine Lambert", "notifications": false, "url": null, "created_at": "Wed Aug 29 21:34:24 +0000 2012", "contributors_enabled": false, "time_zone": "Atlantic Time (Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174347152494592, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174347152494592", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2509752528, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468675899924049921/zIbXSqcB_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 645, "profile_sidebar_border_color": "C0DEED", "id_str": "2509752528", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 702, "description": "u9032u6483u306eu5de8u4ebau306bu95a2u3059u308bu9762u767du3044u30cdu30bfu3084u753bu50cfu3001u60c5u5831u3092u767au4fe1u3057u3066u3044u304du307eu3059u3002u5de8u4ebau3092u99c6u9010u3059u308bu305du306eu65e5u307eu3067u203cufe0e", "friends_count": 1166, "location": "u8abfu67fbu5175u56e3u99d0u5c6fu5730", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/468675899924049921/zIbXSqcB_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2509752528/1400576041", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "sinngeki_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u9032u6483u306eu5de8u4eba u5fdcu63f4u5175u56e3", "notifications": false, "url": null, "created_at": "Tue May 20 08:48:54 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "mariana bonilla tiene en su iphone una carpeta llamada \"Harry\" y tiene puras fotos de Harry \n\nJAJAJJkgkaajJAJAJAJajajaJjaJ RE OBSESIVA ELLA", "in_reply_to_status_id": null, "id": 489174347127726080, "favorite_count": 0, "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174347127726080", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2511656056, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487761818375315456/M9IUQWNk_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 532, "profile_sidebar_border_color": "C0DEED", "id_str": "2511656056", "profile_background_color": "C0DEED", "listed_count": 19, "is_translation_enabled": false, "utc_offset": -16200, "statuses_count": 9744, "description": "one direction es el aire que respiro", "friends_count": 337, "location": "#TE4MARRECH4$", "profile_link_color": "322E33", "profile_image_url": "http://pbs.twimg.com/profile_images/487761818375315456/M9IUQWNk_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2511656056/1405385375", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "VZL4RRECH4", "lang": "es", "profile_background_tile": false, "favourites_count": 1034, "name": "", "notifications": false, "url": null, "created_at": "Sun Apr 27 02:28:51 +0000 2014", "contributors_enabled": false, "time_zone": "Caracas", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "es", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174347068633088, "favorite_count": 0, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">u8a71u984cu306eu30cbu30e5u30fcu30b9u2605u3000u3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489174347068633088", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 1, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2582402551, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486178544465104896/aCPkkII0_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 215, "profile_sidebar_border_color": "C0DEED", "id_str": "2582402551", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 460, "description": "u5ca1u5c71u5de5u696d u8e74u7403 11 u7dcau5f35u611f", "friends_count": 271, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486178544465104896/aCPkkII0_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "MMsoccerMM0120", "lang": "ja", "profile_background_tile": false, "favourites_count": 382, "name": "M", "notifications": false, "url": null, "created_at": "Sun Jun 22 15:11:18 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174346888278016, "favorite_count": 0, "source": "<a href=\"https://twitter.com/GuRegaro610\" rel=\"nofollow\"> u5927u8febu534au7aefu306au3044</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174346888278016", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2615495900, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487228263538765826/vJOITeHW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 257, "profile_sidebar_border_color": "C0DEED", "id_str": "2615495900", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 201, "description": "u3010u30b5u30c3u30abu30fcu3011u304bu3089u3010u65e5u5e38u306eu51fau6765u4e8bu3011u307eu3067u534au7aefu7121u3044u3068u601du3063u305fu3053u3068u3092u3064u3076u3084u304du307eu3059uff01 u30b5u30c3u30abu30fcu304cu5927u597du304du3067u3059uff01uff01u534au7aefu7121u3044u3063u3066uff01uff01", "friends_count": 1983, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/487228263538765826/vJOITeHW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2615495900/1404999812", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "hanpanai__", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5927u8febu534au7aefu306au3044u3063u3066", "notifications": false, "url": null, "created_at": "Thu Jul 10 13:31:39 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174346569502720, "favorite_count": 0, "source": "<a href=\"https://twitter.com/rupan3rd1\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af47</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174346569502720", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515090016, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/470410102504038400/sSVQhPXo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1719, "profile_sidebar_border_color": "C0DEED", "id_str": "2515090016", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3831, "description": "u30c7u30a3u30bau30cbu30fcu95a2u4fc2u306bu3064u3044u3066u3064u3076u3084u304fbotu3067u3059u3002 u5171u611fu3057u3066u3044u305fu3060u3051u305fu3089u62e1u6563u3057u3066u3044u305fu3060u3051u308bu3068u5b09u3057u3044u3067u3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/470410102504038400/sSVQhPXo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515090016/1405269798", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "disney11bot", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30c7u30a3u30bau30cbu30fcbot", "notifications": false, "url": null, "created_at": "Thu May 22 10:32:37 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174346464628736, "favorite_count": 0, "source": "<a href=\"https://twitter.com/storage_idea\" rel=\"nofollow\">u7d20u6575u53ceu7d0du8853u266a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174346464628736", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2601666330, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486742395531165696/8H1ns0zP_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1494, "profile_sidebar_border_color": "C0DEED", "id_str": "2601666330", "profile_background_color": "C0DEED", "listed_count": 7, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 7651, "description": "u4ecau65e5u4f55u98dfu3079u3088u3046u304bu8ff7u3063u3066u308bu30bdu30b3u306eu3042u306au305fuff01u79c1u3092u98dfu3079u3066u3063u3066u2661u306au3093u3061u3063u3066u2661", "friends_count": 1124, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486742395531165696/8H1ns0zP_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2601666330/1404883578", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "hentai_mari", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u307eu308auff20u30e0u30e9u30e0u30e9u57a2", "notifications": false, "url": null, "created_at": "Thu Jul 03 13:39:21 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Australia 77. The Best of Kylie Minogue - Kylie Minogue http://t.co/qiNQYV9PPB #Music #iTunes #iPhone #Apple", "in_reply_to_status_id": null, "id": 489174346426900481, "favorite_count": 0, "source": "<a href=\"http://blog.77jp.net\" rel=\"nofollow\">iTunes Top Albums</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [79, 85], "text": "Music"}, {"indices": [86, 93], "text": "iTunes"}, {"indices": [94, 101], "text": "iPhone"}, {"indices": [102, 108], "text": "Apple"}], "urls": [{"url": "http://t.co/qiNQYV9PPB", "indices": [56, 78], "expanded_url": "http://tinyurl.com/kulpq8g", "display_url": "tinyurl.com/kulpq8g"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174346426900481", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2464615196, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/460043717273858049/5TkZtAPL_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "http://t.co/UBaFeqTc4O", "indices": [0, 22], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}, "description": {"urls": [{"url": "http://t.co/BIIZY2zulT", "indices": [0, 22], "expanded_url": "http://j.mp/1mMfen3", "display_url": "j.mp/1mMfen3"}, {"url": "http://t.co/UBaFeqTc4O", "indices": [132, 154], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}}, "followers_count": 186, "profile_sidebar_border_color": "C0DEED", "id_str": "2464615196", "profile_background_color": "C0DEED", "listed_count": 8, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 53572, "description": "http://t.co/BIIZY2zulT Top AlbumSongs iTunes Store. United States, China, Korea, United Kingdom, France, Australia, Germany, Japan, http://t.co/UBaFeqTc4O", "friends_count": 16, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/460043717273858049/5TkZtAPL_normal.png", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "mitarank", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "Top 100 Album Songs", "notifications": false, "url": "http://t.co/UBaFeqTc4O", "created_at": "Sat Apr 26 13:11:22 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174346393346048, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174346393346048", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2524530066, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/470853996660264960/0RFk8eNr_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 668, "profile_sidebar_border_color": "C0DEED", "id_str": "2524530066", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 857, "description": "BUMP OF CHICKEN(bot)u3088u308au6b4cu8a5eu3092u304au5c4au3051u3057u307eu3059u3002u6c17u306bu3044u3063u305fu3089u30d5u30a9u30edu30fcu30fbRTu304au9858u3044u3057u307eu3059u3002", "friends_count": 1233, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/470853996660264960/0RFk8eNr_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2524530066/1401160764", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "BUMPOFCHICKEbot", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "BUMP OF CHICKEN", "notifications": false, "url": null, "created_at": "Mon May 26 08:53:34 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174346150080512, "favorite_count": 0, "source": "<a href=\"https://twitter.com/GiRegaro610\" rel=\"nofollow\">u7d76u54c1u30d1u30f3u30b1u30fcu30adu5c4bu3055u3093</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174346150080512", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2614581702, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487055639697317888/31GxMmf6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 279, "profile_sidebar_border_color": "C0DEED", "id_str": "2614581702", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 247, "description": "u30d1u30f3u30b1u30fcu30adu597du304du306au3089u4e00u5ea6u306fu884cu304du305fu3044u3068u3063u3066u304au304du306eu30d1u30f3u30b1u30fcu30adu5c4bu3092u7d39u4ecbu3057u307eu3059u2665ufe0eu884cu304du305fu304fu306au3063u305fu3089RTuff01", "friends_count": 1891, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/487055639697317888/31GxMmf6_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2614581702/1404958180", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "pancake_love2", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u7d76u54c1u3011u4e00u5ea6u306fu884cu304du305fu3044u30d1u30f3u30b1u30fcu30adu5c4bu3055u3093", "notifications": false, "url": null, "created_at": "Thu Jul 10 02:02:24 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u30e2u30a4uff01iPhoneu304bu3089u30adu30e3u30b9u914du4fe1u4e2d - http://t.co/ApnXdkEyVI", "in_reply_to_status_id": null, "id": 489174345864851456, "favorite_count": 0, "source": "<a href=\"http://twitcasting.tv/\" rel=\"nofollow\">TwitCasting</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/ApnXdkEyVI", "indices": [20, 42], "expanded_url": "http://moi.st/4cb3cac", "display_url": "moi.st/4cb3cac"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174345864851456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2410473594, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486669902913077249/ys34GeZ-_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 32, "profile_sidebar_border_color": "C0DEED", "id_str": "2410473594", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 253, "description": "u30d0u30ecu30fcu90e8u3001 u30ddu30b8u30b7u30e7u30f3 u30bbu30c3u30bfu30fc u4eca17u6b73u3001 u4ecau5e74u306718u6b73", "friends_count": 35, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486669902913077249/ys34GeZ-_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2410473594/1404112770", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "akkun728", "lang": "ja", "profile_background_tile": false, "favourites_count": 1, "name": "u3042u3063u304fu3093", "notifications": false, "url": null, "created_at": "Tue Mar 25 07:56:19 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174345759981568, "favorite_count": 0, "source": "<a href=\"https://twitter.com/yahootie3\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af19</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174345759981568", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515158589, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471309638244110336/9g0frg43_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1769, "profile_sidebar_border_color": "C0DEED", "id_str": "2515158589", "profile_background_color": "C0DEED", "listed_count": 5, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3670, "description": "u3042u306eu3086u308bu30adu30e3u30e9u304cu30b3u30efu304fu306au3063u3066u307eu3059u3002\r\nu304au3082u3057u308du304bu3063u305fu308au3001u3053u308fu304bu3063u305fu3089RTu304au9858u3044u3057u307eu3059u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471309638244110336/9g0frg43_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515158589/1405268779", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kowaiyu2", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30b3u30efu30fcu30a4u3086u308bu30adu30e3u30e9u9054", "notifications": false, "url": null, "created_at": "Thu May 22 10:59:18 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174345676099584, "favorite_count": 0, "source": "<a href=\"https://twitter.com/onepiece_i_fan\" rel=\"nofollow\">u3064u3044u3063u305fu30fcu304cu5927u597du304duff01</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174345676099584", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578912868, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481101521824649216/MxMAtXYV_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3643, "profile_sidebar_border_color": "C0DEED", "id_str": "2578912868", "profile_background_color": "C0DEED", "listed_count": 16, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 21562, "description": "u5909u614bu57a2u4f5cu3063u3061u3083u3044u307eu3057u305fuff57u3048u3063u3061u306au5199u30e1u30a2u30c3u30d7u3057u3066u308bu306eu3067u3001u8208u596eu3057u3061u3083u3063u305fu3089RTu3088u308du3057u304fu306du2661u307fu3093u306au304cu559cu3093u3067u304fu308cu308bu3088u3046u306au3089u30c9u30f3u30c9u30f3u30b5u30fcu30d3u30b9u3057u3066u3044u304fu3088uff57", "friends_count": 1195, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481101521824649216/MxMAtXYV_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578912868/1403538213", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "aya_h_hentai", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f69uff20u30bbu30d5u30ecu52dfu96c6u4e2duff20u5909u614bu57a2", "notifications": false, "url": null, "created_at": "Fri Jun 20 16:18:06 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174345596424192, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174345596424192", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2517853388, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469847997241495552/FU9KBmma_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 675, "profile_sidebar_border_color": "C0DEED", "id_str": "2517853388", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 878, "description": "YUI(bot)u3088u308au753bu50cfu3084u6b4cu8a5eu3092u304au5c4au3051u3057u307eu3059u3002YUIu304cu30d5u30e9u30efu30d5u30e9u30efu30fcu304cu5927u597du304du306au4ebau306fu96c6u307eu308cu30fcu203cufe0eu30a2u30c7u30e5u30fcu3089u5927u6b53u8fceu3002 u6c17u306bu5165u3063u305fu3089u30d5u30a9u30edu30fcu30fbRTu304au9858u3044u3057u307eu3059u3002u30a2u30c7u30e5u30fc", "friends_count": 1073, "location": "u300eu79c1u306eu611bu3059u308bu30e2u30ceu306fu7c21u5358u306bu306fu8b72u308cu306au3044u300f", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/469847997241495552/FU9KBmma_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2517853388/1400855466", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "yui_bot_", "lang": "ja", "profile_background_tile": false, "favourites_count": 15, "name": "YUI ", "notifications": false, "url": null, "created_at": "Fri May 23 13:32:41 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @_ThatsIt: Rt if u team iPhone \nu256du2501u2501u2501u2501u256e\nu2503u3000u25cfu2550u2550 u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u3000 u25cb u2503\nu2570u2501u2501u2501u2501u256f", "in_reply_to_status_id": null, "id": 489174345516716033, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2335240088, "indices": [3, 12], "id_str": "2335240088", "screen_name": "_ThatsIt", "name": "u2600KoolaidOvaThotzu2600"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 979, "id_str": "489174345516716033", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "Rt if u team iPhone \nu256du2501u2501u2501u2501u256e\nu2503u3000u25cfu2550u2550 u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u2588u2588u2588u2588u2503\nu2503u3000 u25cb u2503\nu2570u2501u2501u2501u2501u256f", "in_reply_to_status_id": null, "id": 489108846934097920, "favorite_count": 139, "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>", "retweeted": false, "coordinates": {"type": "Point", "coordinates": [-76.9009936, 38.9039829]}, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 979, "id_str": "489108846934097920", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2335240088, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/445635963050414081/YYpIXLev.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/432530908453683201/BBeVz68g_normal.jpeg", "profile_sidebar_fill_color": "EADEAA", "entities": {"url": {"urls": [{"url": "http://t.co/jAOrpbKmQn", "indices": [0, 22], "expanded_url": "http://www.RichKidz.com", "display_url": "RichKidz.com"}]}, "description": {"urls": []}}, "followers_count": 18695, "profile_sidebar_border_color": "FFFFFF", "id_str": "2335240088", "profile_background_color": "8B542B", "listed_count": 21, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 29169, "description": "You can't lose what you never had, you can't keep what's not yours, and you can't hold on to something that doesn't want to stay.", "friends_count": 14411, "location": "u2708 Freeport,Bahamas u2708", "profile_link_color": "9D582E", "profile_image_url": "http://pbs.twimg.com/profile_images/432530908453683201/BBeVz68g_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2335240088/1392265420", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/445635963050414081/YYpIXLev.jpeg", "screen_name": "_ThatsIt", "lang": "en", "profile_background_tile": true, "favourites_count": 7093, "name": "u2600KoolaidOvaThotzu2600", "notifications": false, "url": "http://t.co/jAOrpbKmQn", "created_at": "Sun Feb 09 15:02:35 +0000 2014", "contributors_enabled": false, "time_zone": "Eastern Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": {"type": "Point", "coordinates": [38.9039829, -76.9009936]}, "in_reply_to_user_id_str": null, "lang": "pt", "created_at": "Tue Jul 15 18:06:50 +0000 2014", "in_reply_to_status_id_str": null, "place": {"country_code": "US", "url": "https://api.twitter.com/1.1/geo/id/dea1eac2d7ef8878.json", "country": "United States", "place_type": "admin", "bounding_box": {"type": "Polygon", "coordinates": [[[-79.487651, 37.886607], [-74.986286, 37.886607], [-74.986286, 39.723622], [-79.487651, 39.723622]]]}, "contained_within": [], "full_name": "Maryland, USA", "attributes": {}, "id": "dea1eac2d7ef8878", "name": "Maryland"}, "metadata": {"iso_language_code": "pt", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 104013239, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/887250300/d0c5f6fd00814afcc832254f636fd02b.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488500180287627265/Q6mdmt1o_normal.jpeg", "profile_sidebar_fill_color": "000000", "entities": {"description": {"urls": []}}, "followers_count": 917, "profile_sidebar_border_color": "000000", "id_str": "104013239", "profile_background_color": "EBEBEB", "listed_count": 1, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 31663, "description": "KingLevi KingKapone #FreeRae \n EbK u26fdufe0f", "friends_count": 417, "location": "On The Strip...", "profile_link_color": "990000", "profile_image_url": "http://pbs.twimg.com/profile_images/488500180287627265/Q6mdmt1o_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/104013239/1405011983", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/887250300/d0c5f6fd00814afcc832254f636fd02b.jpeg", "screen_name": "LilKev_BallOut", "lang": "en", "profile_background_tile": true, "favourites_count": 3799, "name": "KingLEVI", "notifications": false, "url": null, "created_at": "Tue Jan 12 00:17:34 +0000 2010", "contributors_enabled": false, "time_zone": "Quito", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "pt", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "pt", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174345168613377, "favorite_count": 0, "source": "<a href=\"https://twitter.com/FtRegaro610\" rel=\"nofollow\">u30e1u30b7u30a6u30deuff01</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174345168613377", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2609359914, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486098206858567681/Zs4mbVTB_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 283, "profile_sidebar_border_color": "C0DEED", "id_str": "2609359914", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 312, "description": "u304au3044u3057u305du3046u306au98dfu3079u7269u3092u9ad8u753bu8ceau3067u914du4fe1u3057u3066u3044u307eu3059u3002u6df1u591cu306bu898bu305fu308aRTu3057u305fu308au3059u308bu306eu306fu3068u3066u3082u5371u967au306au306eu3067u3084u3081u307eu3057u3087u3046w", "friends_count": 1942, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486098206858567681/Zs4mbVTB_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2609359914/1404729975", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "mesiuma_tero", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u30e1u30b7u30a6u30deuff01u3011u9ad8u753bu8ceau98efu30c6u30ed", "notifications": false, "url": null, "created_at": "Mon Jul 07 10:36:18 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:07 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "\"Yo no uso celular, uso Iphone\" ... Existe gente que se cree tan bkn con su manzanita u00acu00ac", "in_reply_to_status_id": null, "id": 489174345135443969, "favorite_count": 0, "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174345135443969", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 101612917, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/459723898708164608/ZKKeqN04.jpeg", "verified": false, "profile_text_color": "3C3940", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487023221959847936/EiW4gFhd_normal.jpeg", "profile_sidebar_fill_color": "95E8EC", "entities": {"description": {"urls": []}}, "followers_count": 624, "profile_sidebar_border_color": "000000", "id_str": "101612917", "profile_background_color": "76B0E3", "listed_count": 3, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 9353, "description": "Primero soy persona, egresada de Terapia Ocupacional, amante del Capo de Provincia, Viuda de Berizzo, tauro y donante de u00f3rganos por opciu00f3n.[Fuerza Cerati]", "friends_count": 561, "location": "Rancagua - Santiago - Rancagua", "profile_link_color": "E62052", "profile_image_url": "http://pbs.twimg.com/profile_images/487023221959847936/EiW4gFhd_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/101612917/1401389771", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/459723898708164608/ZKKeqN04.jpeg", "screen_name": "Yerdy_", "lang": "es", "profile_background_tile": true, "favourites_count": 398, "name": "Yerdy", "notifications": false, "url": null, "created_at": "Mon Jan 04 00:34:56 +0000 2010", "contributors_enabled": false, "time_zone": "Santiago", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "es", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174345038561282, "favorite_count": 0, "source": "<a href=\"http://bit.ly/gMcdDJ\" rel=\"nofollow\">u6700u65b0u30cbu30e5u30fcu30b9.jpu3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489174345038561282", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 1, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2256613982, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/452965568153260032/L0yfzQAV.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488655630480068609/_eLak62P_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 140, "profile_sidebar_border_color": "C0DEED", "id_str": "2256613982", "profile_background_color": "FF00E4", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 1662, "description": "u5922u306bu5411u304bu3063u3066u4e00u76f4u7ddau3000u5c71u4e2du2192u4e2du592e3119", "friends_count": 133, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/488655630480068609/_eLak62P_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2256613982/1405339557", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/452965568153260032/L0yfzQAV.jpeg", "screen_name": "aoi_sun800", "lang": "ja", "profile_background_tile": false, "favourites_count": 1098, "name": "Yu00dcKA", "notifications": false, "url": null, "created_at": "Sat Dec 21 15:33:10 +0000 2013", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ninkiapa: u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174344946302976, "favorite_count": 0, "source": "<a href=\"https://twitter.com/rupan3rd1\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af48</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2515439940, "indices": [3, 12], "id_str": "2515439940", "screen_name": "ninkiapa", "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831"}], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [67, 89], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"source_status_id_str": "489174341171425280", "expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "source_status_id": 489174341171425280, "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [113, 135], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174344946302976", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2514960944, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469836192066727939/jFi5-3EB_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1786, "profile_sidebar_border_color": "C0DEED", "id_str": "2514960944", "profile_background_color": "C0DEED", "listed_count": 6, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 3646, "description": "u30c9u30e9u30b4u30f3u30dcu30fcu30ebbotu3067u3059u3002u8208u5473u304cu3042u308au307eu3057u305fu3089u305cu3072u30d5u30a9u30edu30fcu3057u3066u4e0bu3055u3044u3002", "friends_count": 2001, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/469836192066727939/jFi5-3EB_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2514960944/1405270633", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "doragonball1bot", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30c9u30e9u30b4u30f3u30dcu30fcu30ebbot", "notifications": false, "url": null, "created_at": "Thu May 22 09:22:08 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174344916926464, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174344916926464", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2501811902, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467687668780781568/jS8gQTIK_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 863, "profile_sidebar_border_color": "C0DEED", "id_str": "2501811902", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 763, "description": "u30dcu30abu30edu306eu6b4cu8a5eu3092u767au4fe1u3057u3066u3044u304du307eu3059u3002u6b4cu8a5eu306bu9b45u4e86u3055u308cu305fu3089u3001u662fu975eVOCALOIDu805eu304du6d78u3063u3066u4e0bu3055u3044u3002", "friends_count": 1385, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467687668780781568/jS8gQTIK_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2501811902/1400500469", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "vocaloid__bot_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30dcu30abu30ed u6b4cu8a5eu306bu9b45u305bu3089u308cu3066", "notifications": false, "url": null, "created_at": "Sat May 17 15:20:59 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174344682061824, "favorite_count": 0, "source": "<a href=\"https://twitter.com/storage_idea\" rel=\"nofollow\">u7d20u6575u53ceu7d0du8853u266a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174344682061824", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2525180240, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488655639808196609/puPN8y7n_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 788, "profile_sidebar_border_color": "C0DEED", "id_str": "2525180240", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 10652, "description": "u30c9Mu5973u5b50u3067u3059u3002u3002u3002u7e1bu3089u308cu308bu306eu304cu597du304du3002u30c9Mu306au5984u60f3u3057u307eu304fu308au306eu5909u614bu3067u3059u2606u305du3093u306au81eau5206u306eu982du306eu4e2du3092u8d64u88f8u3005u306bu516cu958bu3057u305fu3044u57a2u3067u3059u2661u30c9Su306au4ebau306bu653bu3081u3089u308cu305fu3044uff1euff1c", "friends_count": 473, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/488655639808196609/puPN8y7n_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2525180240/1405339661", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "do_m_jyosi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30c9Mu5973u5b50uff20u5909u614bu57a2", "notifications": false, "url": null, "created_at": "Mon May 26 14:43:03 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Prazer em conhecer, Sra. Thompson! Procure novas fau00e7anhas nas ruas de Londres! http://t.co/EN622jee6C #iPhone #iPhoneGames #...", "in_reply_to_status_id": null, "id": 489174344657297408, "favorite_count": 0, "source": "<a href=\"http://www.game-insight.com/\" rel=\"nofollow\">Mirrors of Albion</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [102, 109], "text": "iPhone"}, {"indices": [110, 122], "text": "iPhoneGames"}], "urls": [{"url": "http://t.co/EN622jee6C", "indices": [79, 101], "expanded_url": "http://gigam.es/tw_psAlbion", "display_url": "gigam.es/tw_psAlbion"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174344657297408", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 82282160, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/45009062/Melt__3_.jpg", "verified": false, "profile_text_color": "3C3940", "profile_image_url_https": "https://pbs.twimg.com/profile_images/741422895/17-03-07_1140_normal.jpg", "profile_sidebar_fill_color": "95E8EC", "entities": {"description": {"urls": []}}, "followers_count": 108, "profile_sidebar_border_color": "5ED4DC", "id_str": "82282160", "profile_background_color": "0099B9", "listed_count": 0, "is_translation_enabled": false, "utc_offset": -10800, "statuses_count": 713, "description": "", "friends_count": 60, "location": "Rio de janeiro", "profile_link_color": "0099B9", "profile_image_url": "http://pbs.twimg.com/profile_images/741422895/17-03-07_1140_normal.jpg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/45009062/Melt__3_.jpg", "screen_name": "Rafasagraty", "lang": "en", "profile_background_tile": true, "favourites_count": 1, "name": "Rafaella Oliveira", "notifications": false, "url": null, "created_at": "Wed Oct 14 05:12:18 +0000 2009", "contributors_enabled": false, "time_zone": "Brasilia", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "pt", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "pt", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ReaIatabIe: Who want one? #iPhone6! \n\nLook at it here! >> http://t.co/tiMhOHTmTh \n\n- http://t.co/6auynXmfiq", "in_reply_to_status_id": null, "id": 489174344359084032, "favorite_count": 0, "source": "<a href=\"https://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android Tablets</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 509479552, "indices": [3, 14], "id_str": "509479552", "screen_name": "ReaIatabIe", "name": "Relatable"}], "hashtags": [{"indices": [30, 38], "text": "iPhone6"}], "urls": [{"url": "http://t.co/tiMhOHTmTh", "indices": [73, 95], "expanded_url": "http://lifepost.issued.tv/iphone-6-rumors/", "display_url": "lifepost.issued.tv/iphone-6-rumoru2026"}], "media": [{"source_status_id_str": "440882451326316544", "expanded_url": "http://twitter.com/ReaIatabIe/status/440882451326316544/photo/1", "display_url": "pic.twitter.com/6auynXmfiq", "url": "http://t.co/6auynXmfiq", "media_url_https": "https://pbs.twimg.com/media/Bh5UQOtCMAA2L6U.jpg", "source_status_id": 440882451326316544, "id_str": "440882451330510848", "sizes": {"large": {"h": 360, "resize": "fit", "w": 640}, "small": {"h": 191, "resize": "fit", "w": 340}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [100, 122], "type": "photo", "id": 440882451330510848, "media_url": "http://pbs.twimg.com/media/Bh5UQOtCMAA2L6U.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 410, "id_str": "489174344359084032", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "Who want one?

#iPhone6! \n\nLook at it here! >> http://t.co/tiMhOHTmTh \n\n- http://t.co/6auynXmfiq", "in_reply_to_status_id": null, "id": 440882451326316544, "favorite_count": 692, "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [14, 22], "text": "iPhone6"}], "urls": [{"url": "http://t.co/tiMhOHTmTh", "indices": [57, 79], "expanded_url": "http://lifepost.issued.tv/iphone-6-rumors/", "display_url": "lifepost.issued.tv/iphone-6-rumoru2026"}], "media": [{"expanded_url": "http://twitter.com/ReaIatabIe/status/440882451326316544/photo/1", "display_url": "pic.twitter.com/6auynXmfiq", "url": "http://t.co/6auynXmfiq", "media_url_https": "https://pbs.twimg.com/media/Bh5UQOtCMAA2L6U.jpg", "id_str": "440882451330510848", "sizes": {"large": {"h": 360, "resize": "fit", "w": 640}, "small": {"h": 191, "resize": "fit", "w": 340}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [84, 106], "type": "photo", "id": 440882451330510848, "media_url": "http://pbs.twimg.com/media/Bh5UQOtCMAA2L6U.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 410, "id_str": "440882451326316544", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 509479552, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/443487736247234560/Flh4Tuuq_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "http://t.co/HGRCWS677x", "indices": [0, 22], "expanded_url": "http://simply-teens.com", "display_url": "simply-teens.com"}]}, "description": {"urls": []}}, "followers_count": 122118, "profile_sidebar_border_color": "C0DEED", "id_str": "509479552", "profile_background_color": "C0DEED", "listed_count": 56, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 6185, "description": "Follow me to be inspired u2764 *parody* (For Business Contact: LifePost77@gmail.com)", "friends_count": 54035, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/443487736247234560/Flh4Tuuq_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/509479552/1394570728", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ReaIatabIe", "lang": "en", "profile_background_tile": false, "favourites_count": 126, "name": "Relatable", "notifications": false, "url": "http://t.co/HGRCWS677x", "created_at": "Thu Mar 01 00:28:58 +0000 2012", "contributors_enabled": false, "time_zone": "Eastern Time (US & Canada)", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Mar 04 16:12:22 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2407649180, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488976481620459520/5qlNskCs_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 845, "profile_sidebar_border_color": "C0DEED", "id_str": "2407649180", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 9010, "description": "I ship my mouth with Luke's dick ~u2022~u2022~u20225SOS IN MY HEART~u2022~u2022u2022~ 5/19/14~u2022~u2022~u2022~I LOVE THE WAY LUKE STANDS UP FOR HIS BAND JUST LIKE HIS DICK STANDS UP FOR ME", "friends_count": 776, "location": "u26655SOSu2665", "profile_link_color": "07CEED", "profile_image_url": "http://pbs.twimg.com/profile_images/488976481620459520/5qlNskCs_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2407649180/1405414726", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "Dr_Fluke12", "lang": "en", "profile_background_tile": false, "favourites_count": 3931, "name": "u2654u221e Irwin u221eu2654", "notifications": false, "url": null, "created_at": "Sun Mar 23 19:34:11 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174344312946689, "favorite_count": 0, "source": "<a href=\"https://twitter.com/CtRegaro610\" rel=\"nofollow\">u4e16u754cu306eu30cfu30fcu30d5u30cau30fc</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174344312946689", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2590580539, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482339428237447168/VkNsQsi0_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 281, "profile_sidebar_border_color": "C0DEED", "id_str": "2590580539", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 4919, "description": "u6b69u304fu96fbu67f1u3053u3068u30cfu30fcu30d5u30cau30fcu30fbu30deu30a4u30afu3060u3002u307fu3093u306au3088u308du3057u304fu306auff01u203bu672cu4ebau3068u306fu7121u95a2u4fc2u3067u3059u3002", "friends_count": 1399, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482339428237447168/VkNsQsi0_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2590580539/1403834317", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "havner_soccer", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u4e16u754cu306eu3011u30cfu30fcu30d5u30cau30fcu30fbu30deu30a4u30af", "notifications": false, "url": null, "created_at": "Fri Jun 27 01:37:17 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174343927070721, "favorite_count": 0, "source": "<a href=\"https://twitter.com/kyonyu_heaven\" rel=\"nofollow\">kyonyu_heaven</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174343927070721", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2590178168, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483055637174046722/KmnTvWD__normal.jpeg", "profile_sidebar_fill_color": "E6F6F9", "entities": {"description": {"urls": []}}, "followers_count": 4288, "profile_sidebar_border_color": "DBE9ED", "id_str": "2590178168", "profile_background_color": "DBE9ED", "listed_count": 15, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 17565, "description": "u30cfu30bfu30c1u306bu306au308au307eu3057u305fuff5eu30fd(*u00b4u2200uff40)uff89u304bu3089u3093u3067u3047uff5eu2661u30d5u30a9u30edu30fcu5927u6b53u8fceu2661u3044u3063u3071u3044RTu3055u308cu308bu3068u8208u596eu3057u3061u3083u3046u304bu3082u2661DMu9045u3044u3051u3069u30bbu30d5u30ecu52dfu96c6u4e2du3060u3088u266a", "friends_count": 1127, "location": "u6771u4eac", "profile_link_color": "CC3366", "profile_image_url": "http://pbs.twimg.com/profile_images/483055637174046722/KmnTvWD__normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "screen_name": "yuzu_haka", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3085u305auff20u30bbu30d5u30ecu52dfu96c6u4e2du2661", "notifications": false, "url": null, "created_at": "Thu Jun 26 19:49:55 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174343834804224, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174343834804224", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2512881302, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/469139055809015808/2PXZl24w_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1102, "profile_sidebar_border_color": "C0DEED", "id_str": "2512881302", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 667, "description": "vocaloidu306eu753bu50cfu3092u767au4fe1u3057u3066u3044u304du307eu3059u3002u753bu50cfu306bu9b45u4e86u3055u308cu305fu3089u3001vocalou3092u8074u304du6d78u3063u3066u4e0bu3055u3044u306du3002", "friends_count": 1148, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/469139055809015808/2PXZl24w_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2512881302/1400686463", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "vocaloid_gazou", "lang": "ja", "profile_background_tile": false, "favourites_count": 3, "name": "u30dcu30abu30ed u753bu50cf u306bu9b45u305bu3089u308cu3066", "notifications": false, "url": null, "created_at": "Wed May 21 15:27:55 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174343532822528, "favorite_count": 0, "source": "<a href=\"https://twitter.com/GpRegaro610\" rel=\"nofollow\">u304au6d12u843du6559u672c</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174343532822528", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2615353572, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487208070074748928/4TdkbcZw_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 308, "profile_sidebar_border_color": "C0DEED", "id_str": "2615353572", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 226, "description": "u304au51fau304bu3051u524du306bu3044u3064u3082u8ff7u3063u3066u3057u307eu3046u670du306eu30b3u30fcu30c7u30a3u30cdu30fcu30c8u3002u3067u3082u3001u914du8272u306eu30ddu30a4u30f3u30c8u3055u3048u899au3048u308cu3070u610fu5916u3068u670du306fu7c21u5358u306bu6c7au307eu3063u3066u3057u307eu3046u3082u306eu3002u3069u306eu8272u306bu4f55u3092u5408u308fu305bu308cu3070u3044u3044u304bu308fu304bu3089u306au3044uff01u3068u3044u3046u65b9u3078u30d7u30c1u30a2u30c9u30d0u30a4u30b9u3002", "friends_count": 1991, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/487208070074748928/4TdkbcZw_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2615353572/1404995049", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "oshare_manual", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u304au6d12u843du306eu6559u672c", "notifications": false, "url": null, "created_at": "Thu Jul 10 12:09:33 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @gijin_gijin_: u305fu3063u305f3u554fu7b54u3048u308bu3060u3051u3067u30ddu30a4u30f3u30c8\nu30b6u30afu30b6u30afu266au3000u8d85u30d1u30cdu30a7u3063u3059uff01\n\niPhoneu3000u21d2u3000u3010http://t.co/H62kD8GK2wu3011\nAndroidu3000u21d2u3000u3010http://t.co/gL3AXkKGZQu3011\n\nu3053u308cu3067u7c21u5358u304au5c0fu9063u3044u7a3cu304euff01 http://u2026", "in_reply_to_status_id": null, "id": 489174343272763392, "favorite_count": 0, "source": "<a href=\"https://twitter.com/COUPLES_LINE1\" rel=\"nofollow\">COUPLES_LINE</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2460843415, "indices": [3, 16], "id_str": "2460843415", "screen_name": "gijin_gijin_", "name": "u64ecu4ebau5316u3057u3061u3083u3063u305f"}], "hashtags": [], "urls": [{"url": "http://t.co/H62kD8GK2w", "indices": [59, 81], "expanded_url": "http://urx.nu/9M1d", "display_url": "urx.nu/9M1d"}, {"url": "http://t.co/gL3AXkKGZQ", "indices": [94, 116], "expanded_url": "http://urx.nu/9M1g", "display_url": "urx.nu/9M1g"}], "media": [{"source_status_id_str": "489174332245954561", "expanded_url": "http://twitter.com/gijin_gijin_/status/489174332245954561/photo/1", "display_url": "pic.twitter.com/XGj3fvvbcI", "url": "http://t.co/XGj3fvvbcI", "media_url_https": "https://pbs.twimg.com/media/BsnldpfCAAExh47.jpg", "source_status_id": 489174332245954561, "id_str": "489174332061384705", "sizes": {"small": {"h": 266, "resize": "fit", "w": 300}, "large": {"h": 266, "resize": "fit", "w": 300}, "medium": {"h": 266, "resize": "fit", "w": 300}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174332061384705, "media_url": "http://pbs.twimg.com/media/BsnldpfCAAExh47.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 154, "id_str": "489174343272763392", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u305fu3063u305f3u554fu7b54u3048u308bu3060u3051u3067u30ddu30a4u30f3u30c8\nu30b6u30afu30b6u30afu266au3000u8d85u30d1u30cdu30a7u3063u3059uff01\n\niPhoneu3000u21d2u3000u3010http://t.co/H62kD8GK2wu3011\nAndroidu3000u21d2u3000u3010http://t.co/gL3AXkKGZQu3011\n\nu3053u308cu3067u7c21u5358u304au5c0fu9063u3044u7a3cu304euff01 http://t.co/XGj3fvvbcI", "in_reply_to_status_id": null, "id": 489174332245954561, "favorite_count": 0, "source": "<a href=\"https://twitter.com/gijin_gijin_\" rel=\"nofollow\">gijin_gijin_</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/H62kD8GK2w", "indices": [41, 63], "expanded_url": "http://urx.nu/9M1d", "display_url": "urx.nu/9M1d"}, {"url": "http://t.co/gL3AXkKGZQ", "indices": [76, 98], "expanded_url": "http://urx.nu/9M1g", "display_url": "urx.nu/9M1g"}], "media": [{"expanded_url": "http://twitter.com/gijin_gijin_/status/489174332245954561/photo/1", "display_url": "pic.twitter.com/XGj3fvvbcI", "url": "http://t.co/XGj3fvvbcI", "media_url_https": "https://pbs.twimg.com/media/BsnldpfCAAExh47.jpg", "id_str": "489174332061384705", "sizes": {"small": {"h": 266, "resize": "fit", "w": 300}, "large": {"h": 266, "resize": "fit", "w": 300}, "medium": {"h": 266, "resize": "fit", "w": 300}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174332061384705, "media_url": "http://pbs.twimg.com/media/BsnldpfCAAExh47.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 154, "id_str": "489174332245954561", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2460843415, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/459203859110309889/K2I1fNPT_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1651, "profile_sidebar_border_color": "C0DEED", "id_str": "2460843415", "profile_background_color": "C0DEED", "listed_count": 7, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 2824, "description": "u3044u308du306au3093u306au3082u306eu306eu64ecu4ebau5316u753bu50cfu3092u307eu3068u3081u3066u7d39u4ecbu3057u3066u3044u307eu3059u3002", "friends_count": 1984, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/459203859110309889/K2I1fNPT_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "gijin_gijin_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u64ecu4ebau5316u3057u3061u3083u3063u305f", "notifications": false, "url": null, "created_at": "Thu Apr 24 05:32:31 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2305791524, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483511439001260032/L6NVPjIV_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2092, "profile_sidebar_border_color": "C0DEED", "id_str": "2305791524", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 689, "description": "u30d1u30bau30c9u30e9u306eu3042u308bu3042u308bu306bu3064u3044u3066u3064u3076u3084u304du307eu3059u266b", "friends_count": 2060, "location": "u5c71u68a8", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/483511439001260032/L6NVPjIV_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "jososyjimyxi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30d1u30bau30c9u30e9u3042u308bu3042u308bu266b", "notifications": false, "url": null, "created_at": "Thu Jan 23 02:12:36 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174343121780736, "favorite_count": 0, "source": "<a href=\"https://twitter.com/hiaosksai\" rel=\"nofollow\">bhuvgycftd</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174343121780736", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 146, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2569174115, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485327345314586624/rRQqz837_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 320, "profile_sidebar_border_color": "C0DEED", "id_str": "2569174115", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 420, "description": "u601du308fu305au3001u30adu30e5u30f3u3068u80f8u3092u30c8u30adu30e1u304bu305bu308bu30acu30c3u30adu30fcu3002u305du3093u306au30acu30c3u30adu30fcu306eu753bu50cfu3084u52a0u5de5u753bu3092u8f09u305bu3066u3044u304du307eu3059u3002 u3068u304du3081u3044u305fu3089u30d5u30a9u30edu30fc&RTu3088u308du3057u304fu304au9858u3044u3057u307eu3059u3002", "friends_count": 1953, "location": "u6e0bu8c37", "profile_link_color": "B30098", "profile_image_url": "http://pbs.twimg.com/profile_images/485327345314586624/rRQqz837_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2569174115/1404546018", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "uscottAsc", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u521du604bu306eu30c8u30adu30e1u30adu8607u308buff01u65b0u57a3u7d50u8863BOT", "notifications": false, "url": null, "created_at": "Wed May 28 15:33:48 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174342991769600, "favorite_count": 0, "source": "<a href=\"https://twitter.com/pokemon_learn\" rel=\"nofollow\">u30ddu30b1u30e2u30f3u304bu3089u5b66u3093u3060u3053u3068</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174342991769600", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2472541014, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/466117385666039808/Ghq3BGpq_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1026, "profile_sidebar_border_color": "C0DEED", "id_str": "2472541014", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 66334, "description": "u4ecau6d41u884cu306eu30cau30f3u30d0u30fcuff11u30a2u30d7u30eau306fu30b3u30ecu3060uff01", "friends_count": 1002, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/466117385666039808/Ghq3BGpq_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2472541014/1399966063", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "king_of_app", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30adu30f3u30b0u30fbu30aau30d6u30fbu30a2u30d7u30ea", "notifications": false, "url": null, "created_at": "Thu May 01 13:56:38 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174342991745024, "favorite_count": 0, "source": "<a href=\"http://tinyurl.com/pjgflku\" rel=\"nofollow\">u885du6483u203cu4e16u754cu306eu30d5u30a1u30a4u30eb</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489174342991745024", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 1, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 234, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 489979269, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471605064516120577/85SnhwkL_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 60, "profile_sidebar_border_color": "C0DEED", "id_str": "489979269", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 1837, "description": "u300cu4e09u5ea6u306eu98efu3088u308au7814u7a76u5927u597du304du300du3053u3068u65e5u91ceu30abu30a4u30b8u30e7u30a6u3068u7533u3057u307eu3059u3002\nu975eu5bfeu79f0u306eu30d6u30e9u30b7u30ecu30b9DCu30e2u30fcu30bfu30fcu306eu30d9u30afu30c8u30ebu5236u5fa1u3068u6b63u5f26u6ce2u76f4u63a5u5236u5fa1u306eu7814u7a76u3092u884cu3063u3066u3044u307eu3059u3002u5c11u3057u3067u3082u7814u7a76u306bu8208u5473u3042u308bu65b9u30d5u30a9u30edu30fcu304au9858u3044u3057u307eu3059u3002", "friends_count": 64, "location": "u5baeu57ceu770cu6771u677eu5cf6u5e02", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471605064516120577/85SnhwkL_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/489979269/1401042745", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "takuyahino", "lang": "ja", "profile_background_tile": false, "favourites_count": 6, "name": "u30d2u30ceu30abu30a4u30b8u30e7u30a6", "notifications": false, "url": null, "created_at": "Sun Feb 12 03:17:31 +0000 2012", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @kami_apuri___: u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http:u2026", "in_reply_to_status_id": null, "id": 489174342933037057, "favorite_count": 0, "source": "<a href=\"https://twitter.com/summerwars111\" rel=\"nofollow\">u8131u793eu4f1a</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2541664909, "indices": [3, 17], "id_str": "2541664909", "screen_name": "kami_apuri___", "name": "u795eu30a2u30d7u30eau307eu3068u3081"}], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [39, 61], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [72, 94], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"source_status_id_str": "489174341246910466", "expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "source_status_id": 489174341246910466, "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174342933037057", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 36, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2495991330, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/466871555180347394/6WpZ1XwN_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1084, "profile_sidebar_border_color": "C0DEED", "id_str": "2495991330", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 825, "description": "sekaino owariu30fbu4e16u754cu306eu7d42u308fu308au306eu7d20u6575u306au6b4cu8a5eu3084u753bu50cfu3092u304au5c4au3051u3057u307eu3059u3002u30bbu30abu30aau30efu306eu8f2au3092u5e83u3052u307eu3057u3087u266au300eu6ca2u5c71u306eu75dbu307fu3092u77e5u3063u3066u3044u308bu5f7cu7b49u304cu5927u597du304du3060u203cufe0eu300f", "friends_count": 1928, "location": "u4e16u754cu306eu4e2du5fc3u3088u308a", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/466871555180347394/6WpZ1XwN_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2495991330/1400500383", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "seka_owa_bot_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "SEKAI NO OWARI", "notifications": false, "url": null, "created_at": "Thu May 15 09:18:24 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174342815608832, "favorite_count": 0, "source": "<a href=\"https://twitter.com/FkRegaro610\" rel=\"nofollow\">u5927u5b66u751fu8a9eu8f9eu5178</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174342815608832", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2607076460, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485698891975639040/ZRCt3TBO_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 297, "profile_sidebar_border_color": "C0DEED", "id_str": "2607076460", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 361, "description": "u4e00u822cu306bu4f7fu308fu308cu3066u3044u308bu8a00u8449u306eu300cu5927u5b66u751fu7684u89e3u91c8u300du3092u307eu3068u3081u305fu8f9eu66f8u3067u3059u3002", "friends_count": 1940, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/485698891975639040/ZRCt3TBO_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2607076460/1404634842", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "daigakugo_jiten", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5927u5b66u751fu8a9eu8f9eu5178", "notifications": false, "url": null, "created_at": "Sun Jul 06 08:08:44 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u671du8d77u304du3066u5145u96fb3%u3067u7126u3063u305fua4b0ua4aaua4abua4aau232fua4b1\nu5145u96fbu3057u3066u884cu304fu30aeu30eau30aeu30eau307eu3067u3057u3066u305fu308960%u307eu3067u56deu5fa9u3057u305fu203cufe0eiPhoneu3084u3063u3071u308au65e9u3044u306au7b11", "in_reply_to_status_id": null, "id": 489174342777847808, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174342777847808", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 786514856, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/718332140/429c5b65314a42b35dff302a5d840b4f.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486811376476643328/sdqMuAvR_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 198, "profile_sidebar_border_color": "FFFFFF", "id_str": "786514856", "profile_background_color": "FF6699", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 4121, "description": "u793eu4f1au4eba2u5e74u76eeu266au597du304du306au3082u306eu2606u306du3053 u30efu30f3u30d4u30fcu30b9 u5d50 SEKAI NO OWARI aiko u897fu91ceu30abu30caONE OK ROCK UVERworld uff77uff7duff8fuff72 AAA Disney(uff8fuff98uff70u3061u3083u3093)u30b8u30d6u30ea u6700u8fd1AAAu3068UVERworldu304cu597du304du3059u304eu3066u3084u3070u3044u2661u2661", "friends_count": 241, "location": "u9759u5ca1u770c", "profile_link_color": "B40B43", "profile_image_url": "http://pbs.twimg.com/profile_images/486811376476643328/sdqMuAvR_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/786514856/1385086689", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/718332140/429c5b65314a42b35dff302a5d840b4f.jpeg", "screen_name": "Alpaka0809", "lang": "ja", "profile_background_tile": true, "favourites_count": 1165, "name": "u307eu3044u2661", "notifications": false, "url": null, "created_at": "Tue Aug 28 08:20:17 +0000 2012", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174342391971840, "favorite_count": 0, "source": "<a href=\"https://twitter.com/takeuchi_rin0\" rel=\"nofollow\">u7af9u5185u3000u51db</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174342391971840", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 146, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2575450498, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481640064603009025/KyKLIPTB_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 153, "profile_sidebar_border_color": "C0DEED", "id_str": "2575450498", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 438, "description": "u76cau82e5u3064u3070u3055u3061u3083u3093u3092u5fdcu63f4u3057u3066u3082u3063u3068u4ebau6c17u8005u306bu306au3063u3066u307bu3057u3044u3002u305du3093u306au9858u3044u3092u8fbcu3081u3066u4f5cu308au307eu3057u305fu3002u304cu3093u3070u308cu76cau82e5u3061u3083u3093uff3euff3e", "friends_count": 1746, "location": "u6771u4eacu90fdu5343u4ee3u7530u533a", "profile_link_color": "AA00B3", "profile_image_url": "http://pbs.twimg.com/profile_images/481640064603009025/KyKLIPTB_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2575450498/1404378766", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tojarefev", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u76cau82e5u3064u3070u3055u5fdcu63f4u968a", "notifications": false, "url": null, "created_at": "Sun Jun 01 14:26:21 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174342190637056, "favorite_count": 0, "source": "<a href=\"https://twitter.com/pokemon_learn\" rel=\"nofollow\">u30ddu30b1u30e2u30f3u304bu3089u5b66u3093u3060u3053u3068</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174342190637056", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2533004659, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488617451530108928/3qgqGUbc_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 757, "profile_sidebar_border_color": "C0DEED", "id_str": "2533004659", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 12489, "description": "u901au8ca9u306eu30e2u30c7u30ebu3092u30aau30cau30cdu30bfu306bu3057u3061u3083u304au3046uff57u307eu3055u304bu30aau30abu30bau306bu3055u308cu3066u308bu3068u3082u77e5u3089u305au306bu3001u30abu30e1u30e9u306eu524du3067u7b11u9854u3092u632fu308au307eu304fu7f8eu5973u30fbu30fbu30fbu305du3046u8003u3048u308bu3068u8208u596eu3059u308buff57", "friends_count": 425, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/488617451530108928/3qgqGUbc_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533004659/1405330518", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "mizugi_model", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u901au8ca9u30e2u30c7u30ebuff20u30b7u30b3u30b7u30b3", "notifications": false, "url": null, "created_at": "Thu May 29 16:42:37 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Australia 87. Never be the Same - Jessica Mauboy http://t.co/qbjrJTnvYO #Music #iTunes #iPhone #Apple", "in_reply_to_status_id": null, "id": 489174342186459136, "favorite_count": 0, "source": "<a href=\"http://blog.77jp.net\" rel=\"nofollow\">iTunes Store Top 10 Songs</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [72, 78], "text": "Music"}, {"indices": [79, 86], "text": "iTunes"}, {"indices": [87, 94], "text": "iPhone"}, {"indices": [95, 101], "text": "Apple"}], "urls": [{"url": "http://t.co/qbjrJTnvYO", "indices": [49, 71], "expanded_url": "http://tinyurl.com/ko9dphm", "display_url": "tinyurl.com/ko9dphm"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174342186459136", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2453263052, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "verified": false, "profile_text_color": "634047", "profile_image_url_https": "https://pbs.twimg.com/profile_images/457530367457513472/d8-2fII5_normal.png", "profile_sidebar_fill_color": "E3E2DE", "entities": {"url": {"urls": [{"url": "http://t.co/UBaFeqTc4O", "indices": [0, 22], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}, "description": {"urls": [{"url": "http://t.co/BIIZY2zulT", "indices": [0, 22], "expanded_url": "http://j.mp/1mMfen3", "display_url": "j.mp/1mMfen3"}, {"url": "http://t.co/UBaFeqTc4O", "indices": [135, 157], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}}, "followers_count": 217, "profile_sidebar_border_color": "D3D2CF", "id_str": "2453263052", "profile_background_color": "EDECE9", "listed_count": 5, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 54433, "description": "http://t.co/BIIZY2zulT iTunes Top 10 Songs. United States, China, Korea, United Kingdom, France, Australia, Germany, Japan, and others http://t.co/UBaFeqTc4O", "friends_count": 17, "location": "", "profile_link_color": "088253", "profile_image_url": "http://pbs.twimg.com/profile_images/457530367457513472/d8-2fII5_normal.png", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "screen_name": "mitrank", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "iTunes Top 10 Songs", "notifications": false, "url": "http://t.co/UBaFeqTc4O", "created_at": "Sat Apr 19 14:35:36 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u5148u751fu300cu3053u3089uff01u6388u696du4e2du306bu30b9u30deu30dbu3044u3058u308bu306auff01u300d \n\nDQNu300cu306fuff1fu304au308cu306eiPhoneu30a8u30afu30b9u307au30eau30a2u306au3093u3060u3051u3069u300d \n\nuff3fu4ebau4ebau4ebau4ebau4ebau4ebau4ebau4ebau4ebau4ebau4ebau4ebau4ebauff3f \nuff1e u304au308cu306eiPhoneu30a8u30afu30b9u307au30eau30a2u306au3093u3060u3051u3069 uff1c \nuffe3Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Yuffe3", "in_reply_to_status_id": null, "id": 489174342136115200, "favorite_count": 0, "source": "<a href=\"https://twitter.com/omoshirogamem\" rel=\"nofollow\">u8ffdu52a0uff11uff13</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 4, "id_str": "489174342136115200", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2484451443, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486574878531653633/ePxmzuaM_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 114, "profile_sidebar_border_color": "C0DEED", "id_str": "2484451443", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 2523, "description": "u7b4bu8089u75dbu5fc5u6b7buff57uff57uff57u304au3082u3057u308du304bu3063u305fu3089uff32uff34", "friends_count": 158, "location": "u6771u4eac", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486574878531653633/ePxmzuaM_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "hara_houkai", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u8179u7b4bu5d29u58cauff57uff57uff57", "notifications": false, "url": null, "created_at": "Mon Apr 14 15:56:27 +0000 2014", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174342060634112, "favorite_count": 0, "source": "<a href=\"https://twitter.com/EcRegaro610\" rel=\"nofollow\">u5ec3u589fu306eu3042u308bu98a8u666f</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174342060634112", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2598205358, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484006484359913472/Lq-vCr_w_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 290, "profile_sidebar_border_color": "C0DEED", "id_str": "2598205358", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 305, "description": "u304bu3064u3066u306fu8f1du304du306bu6e80u3061u3066u3044u305fu5efau9020u7269u304cu3001u9762u5f71u3092u6b8bu3057u306au304cu3089u3082u59ffu3092u5909u3048u3066u3044u304fu98a8u666fu306bu306au305cu304bu5fc3u60f9u304bu308cu308bu2026", "friends_count": 1952, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/484006484359913472/Lq-vCr_w_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2598205358/1404230950", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "haikyo_view", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5ec3u589fu306eu3042u308bu98a8u666f", "notifications": false, "url": null, "created_at": "Tue Jul 01 16:03:57 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u53efu611bu3044iphoneu30b1u30fcu30b9u767au898bu266au3061u3087u3063u3068u6e80u8db3u266au3000http://t.co/t27PsQI3bA", "in_reply_to_status_id": null, "id": 489174342039658496, "favorite_count": 0, "source": "<a href=\"http://www.twisuke.com\" rel=\"nofollow\">u30c4u30a4u52a9u3002</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/t27PsQI3bA", "indices": [23, 45], "expanded_url": "http://bit.ly/1mMkJQq", "display_url": "bit.ly/1mMkJQq"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174342039658496", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2305710314, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/426157403881492480/R1T-RICO_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 4607, "profile_sidebar_border_color": "C0DEED", "id_str": "2305710314", "profile_background_color": "C0DEED", "listed_count": 7, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 31072, "description": "u76f8u4e92u30d5u30a9u30edu30fcu52dfu96c6u4e2duff01u30eau30d5u30a9u30edu30fcu306fuff11uff10uff10uff05u304au8fd4u3057u3057u3066u307eu3059u3002u826fu304bu3063u305fu3089u3054u5229u7528u304fu3060u3055u3044u306d", "friends_count": 4975, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/426157403881492480/R1T-RICO_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "follow_nagoyan", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u76f8u4e92u30d5u30a9u30edu30fcuff11uff12uff10uff05uff20u306au3054u3084u3093", "notifications": false, "url": null, "created_at": "Thu Jan 23 00:59:00 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174341674758144, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dydibiqokut\" rel=\"nofollow\">u304bu3093u3061u304cu304ddu3057u3044</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174341674758144", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2468883408, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482785169816842241/pfpAyv-Q_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 484, "profile_sidebar_border_color": "C0DEED", "id_str": "2468883408", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 488, "description": "u3010u9577u304fu5370u8c61u306bu6b8bu308bu6b4cu8a5eBOTu3011u306eJuJuu7de8u3067u3059u3002JUJUu3068u3044u3048u3070u3001u3069u3053u304bu5207u306au3055u611fu3058u308bu6b4cu8a5eu304cu3068u3066u3082u5370u8c61u7684u306au30a2u30fcu30c6u30a3u30b9u30c8uff01u30d5u30a9u30edu30fc&RTu3088u308du3057u304fu304au9858u3044u3057u307eu3059u3002", "friends_count": 2001, "location": "u6771u4eacu90fdu753au7530u5e02", "profile_link_color": "9EB300", "profile_image_url": "http://pbs.twimg.com/profile_images/482785169816842241/pfpAyv-Q_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2468883408/1403930814", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "jujuju_kashi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u9577u304fu5370u8c61u306bu6b8bu308bu6b4cu8a5eBOTu2606JuJuu2606", "notifications": false, "url": null, "created_at": "Tue Apr 29 07:10:50 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Missed it?

: Is Live TV Getting an iOS Makeover? [News] http://t.co/dyoOR6K9TJ\n #iphone #iOS #apple", "in_reply_to_status_id": null, "id": 489174341666365440, "favorite_count": 0, "source": "<a href=\"http://winthecustomer.com/\" rel=\"nofollow\">Win the Customer</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [79, 86], "text": "iphone"}, {"indices": [87, 91], "text": "iOS"}, {"indices": [92, 98], "text": "apple"}], "urls": [{"url": "http://t.co/dyoOR6K9TJ", "indices": [55, 77], "expanded_url": "http://bit.ly/1nnwWw3", "display_url": "bit.ly/1nnwWw3"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174341666365440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 57538072, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000090747277/f5e091078efe1444488d101f45a26f1a.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2156692210/logo-250px_normal.png", "profile_sidebar_fill_color": "F6F6F6", "entities": {"url": {"urls": [{"url": "http://t.co/f2z7UfNN5E", "indices": [0, 22], "expanded_url": "http://pocketfullofapps.com/", "display_url": "pocketfullofapps.com"}]}, "description": {"urls": []}}, "followers_count": 7648, "profile_sidebar_border_color": "FFFFFF", "id_str": "57538072", "profile_background_color": "000000", "listed_count": 179, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 55781, "description": "Filling your pocket full of apps! iOS news, reviews, giveaways, and more in your Pocket. @ mention us if you ever need anything! Made by: @aaronwhitfield1.", "friends_count": 135, "location": "In your pocket", "profile_link_color": "038543", "profile_image_url": "http://pbs.twimg.com/profile_images/2156692210/logo-250px_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/57538072/1381265298", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000090747277/f5e091078efe1444488d101f45a26f1a.jpeg", "screen_name": "pocketfullofapp", "lang": "en", "profile_background_tile": false, "favourites_count": 1597, "name": "PocketFullOfApps.com", "notifications": false, "url": "http://t.co/f2z7UfNN5E", "created_at": "Fri Jul 17 03:24:27 +0000 2009", "contributors_enabled": false, "time_zone": "Indiana (East)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174341465034752, "favorite_count": 0, "source": "<a href=\"https://twitter.com/otome_game_soku\" rel=\"nofollow\">u4e59u5973u30b2u30fcu30e0</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174341465034752", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2593348027, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "verified": false, "profile_text_color": "362720", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485698606133829632/-t4DBU66_normal.jpeg", "profile_sidebar_fill_color": "E5507E", "entities": {"description": {"urls": []}}, "followers_count": 2672, "profile_sidebar_border_color": "FFFFFF", "id_str": "2593348027", "profile_background_color": "FF6699", "listed_count": 13, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 10597, "description": "u30bbu30d5u30ecu304cu307bu3057u3044u3088uff01u57a2u3067u3059(u7b11)u3002u305du308cu3068RTu3057u3066u304fu308cu308bu3068u8208u596eu3057u307eu3059u2661RTu3057u3066u304fu308cu305fu4ebau306eDMu307eu3063u3066u307eu3059u266a", "friends_count": 1243, "location": "", "profile_link_color": "B40B40", "profile_image_url": "http://pbs.twimg.com/profile_images/485698606133829632/-t4DBU66_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "screen_name": "rio_h_aka", "lang": "ja", "profile_background_tile": true, "favourites_count": 0, "name": "Riou2661u30bbu30d5u30ecu57a2", "notifications": false, "url": null, "created_at": "Sat Jun 28 16:17:14 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174341263712256, "favorite_count": 0, "source": "<a href=\"https://twitter.com/FpRegaro610\" rel=\"nofollow\"> u672cu6c17u306eu767au60f3u529b</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174341263712256", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2609473334, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486126066939858944/y4sDUj-D_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 324, "profile_sidebar_border_color": "C0DEED", "id_str": "2609473334", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 317, "description": "u672cu6c17u304cu4f1du308fu3063u3066u304fu308bu7d20u6575u306au3082u306eu3092u304au5c4au3051u3057u307eu3059u3002", "friends_count": 1960, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486126066939858944/y4sDUj-D_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2609473334/1404736880", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "honki_ideas", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u672cu6c17u306eu767au60f3u529b", "notifications": false, "url": null, "created_at": "Mon Jul 07 11:45:33 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u30ddu30b1u30c3u30c8u30b3u30edu30cbu30fc\n\niPhone u21d2 http://t.co/X9zFTtKW0D\nAndroidu21d2 http://t.co/E41VFZbABn\n\nu7740u305bu66ffu3048u3084u30b3u30fcu30c7u30a3u30cdu30fcu30c8u3092u697du3057u307fu306au304cu3089\nu307fu3093u306au3067u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u3067u304du308bu266a http://t.co/p5bpcYywvL", "in_reply_to_status_id": null, "id": 489174341246910466, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u4e09u6210u77f3u7530</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/X9zFTtKW0D", "indices": [20, 42], "expanded_url": "http://9oo.jp/cgowzA", "display_url": "9oo.jp/cgowzA"}, {"url": "http://t.co/E41VFZbABn", "indices": [53, 75], "expanded_url": "http://9oo.jp/alENPQ", "display_url": "9oo.jp/alENPQ"}], "media": [{"expanded_url": "http://twitter.com/kami_apuri___/status/489174341246910466/photo/1", "display_url": "pic.twitter.com/p5bpcYywvL", "url": "http://t.co/p5bpcYywvL", "media_url_https": "https://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg", "id_str": "489174341024628737", "sizes": {"small": {"h": 566, "resize": "fit", "w": 340}, "large": {"h": 800, "resize": "fit", "w": 480}, "medium": {"h": 800, "resize": "fit", "w": 480}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [115, 137], "type": "photo", "id": 489174341024628737, "media_url": "http://pbs.twimg.com/media/BsnleK4CQAEAaHr.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174341246910466", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541664909, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 244, "profile_sidebar_border_color": "C0DEED", "id_str": "2541664909", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 38, "description": "u4ecau4ebau6c17u3067u8a71u984cu306eu7121u6599u30b2u30fcu30e0u30a2u30d7u30eau3092u7d39u4ecbu3057u307eu3059u3002u904au3073u5c3du304fu3057u3066u697du3057u3093u3067u4e0bu3055u3044u266a", "friends_count": 398, "location": "u96fbu5b50u4e16u754c", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477604510416642049/YmiVT3gE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541664909/1401752481", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kami_apuri___", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu30a2u30d7u30eau307eu3068u3081", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:57:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @renaiaruaruaru: u3010u795du3011u30d1u30bau30c9u30e92700u4e07DLu8a18u5ff5u306bu3064u304du9650u5b9auff01\nu9b54u6cd5u77f3u304cu30bfu30c0u3067u8cb0u3048u308bu30c1u30e3u30fcu30fcu30fcu30f3u30b9uff01\n\niPhoneu3000u21d2u3000u3010http://t.co/IYF2OJtbeTu3011\n\nu30b9u30deu30dbu3000u2192u3000u3010http://t.co/6eCriYHD7Su3011\n\nu2606 http://u2026", "in_reply_to_status_id": null, "id": 489174341184000000, "favorite_count": 0, "source": "<a href=\"http://twitter.com/warai_senmon\" rel=\"nofollow\">warai_senmon_appp</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2489873816, "indices": [3, 18], "id_str": "2489873816", "screen_name": "renaiaruaruaru", "name": "u604bu611bu3042u308bu3042u308bu2605"}], "hashtags": [], "urls": [{"url": "http://t.co/IYF2OJtbeT", "indices": [73, 95], "expanded_url": "http://urx.nu/8ejf", "display_url": "urx.nu/8ejf"}, {"url": "http://t.co/6eCriYHD7S", "indices": [105, 127], "expanded_url": "http://urx.nu/8ei5", "display_url": "urx.nu/8ei5"}], "media": [{"source_status_id_str": "489173800265605121", "expanded_url": "http://twitter.com/renaiaruaruaru/status/489173800265605121/photo/1", "display_url": "pic.twitter.com/SreDRhAh2V", "url": "http://t.co/SreDRhAh2V", "media_url_https": "https://pbs.twimg.com/media/Bsnk-nsCEAEQerz.png", "source_status_id": 489173800265605121, "id_str": "489173799003099137", "sizes": {"small": {"h": 369, "resize": "fit", "w": 340}, "large": {"h": 695, "resize": "fit", "w": 640}, "medium": {"h": 651, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173799003099137, "media_url": "http://pbs.twimg.com/media/Bsnk-nsCEAEQerz.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 224, "id_str": "489174341184000000", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3010u795du3011u30d1u30bau30c9u30e92700u4e07DLu8a18u5ff5u306bu3064u304du9650u5b9auff01\nu9b54u6cd5u77f3u304cu30bfu30c0u3067u8cb0u3048u308bu30c1u30e3u30fcu30fcu30fcu30f3u30b9uff01\n\niPhoneu3000u21d2u3000u3010http://t.co/IYF2OJtbeTu3011\n\nu30b9u30deu30dbu3000u2192u3000u3010http://t.co/6eCriYHD7Su3011\n\nu2606 http://t.co/SreDRhAh2V", "in_reply_to_status_id": null, "id": 489173800265605121, "favorite_count": 0, "source": "<a href=\"https://twitter.com/renaiaruaruaru\" rel=\"nofollow\">renaiaruaruaru_app</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/IYF2OJtbeT", "indices": [53, 75], "expanded_url": "http://urx.nu/8ejf", "display_url": "urx.nu/8ejf"}, {"url": "http://t.co/6eCriYHD7S", "indices": [85, 107], "expanded_url": "http://urx.nu/8ei5", "display_url": "urx.nu/8ei5"}], "media": [{"expanded_url": "http://twitter.com/renaiaruaruaru/status/489173800265605121/photo/1", "display_url": "pic.twitter.com/SreDRhAh2V", "url": "http://t.co/SreDRhAh2V", "media_url_https": "https://pbs.twimg.com/media/Bsnk-nsCEAEQerz.png", "id_str": "489173799003099137", "sizes": {"small": {"h": 369, "resize": "fit", "w": 340}, "large": {"h": 695, "resize": "fit", "w": 640}, "medium": {"h": 651, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [112, 134], "type": "photo", "id": 489173799003099137, "media_url": "http://pbs.twimg.com/media/Bsnk-nsCEAEQerz.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 224, "id_str": "489173800265605121", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2489873816, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/465491027902472192/n0t0YMiI_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1162, "profile_sidebar_border_color": "C0DEED", "id_str": "2489873816", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 1820, "description": "u604bu611bu3042u308bu3042u308bu3001u540du8a00uff06u8ff7u8a00uff1fu3092u3069u3093u3069u3093u3064u3076u3084u304du30deu30b9u266au3042u308bu3042u308bu3068u601du3063u305fu3089RT", "friends_count": 1936, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/465491027902472192/n0t0YMiI_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2489873816/1399816836", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "renaiaruaruaru", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u604bu611bu3042u308bu3042u308bu2605", "notifications": false, "url": null, "created_at": "Sun May 11 13:49:15 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:24:57 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2463303744, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476384840627937280/aQl65h_u_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 10, "profile_sidebar_border_color": "C0DEED", "id_str": "2463303744", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 499, "description": "u9762u767du304bu3063u305fu3089RT", "friends_count": 73, "location": "u6771u4eac", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476384840627937280/aQl65h_u_normal.png", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "atorakushon_XX", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30c7u30a3u30bau30cbu30fcu30a2u30c8u30e9u30afu30b7u30e7u30f3u306eu8b0e", "notifications": false, "url": null, "created_at": "Fri Apr 25 14:45:14 +0000 2014", "contributors_enabled": false, "time_zone": "Tokyo", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u7d76u5bfeu306b1u5ea6u3084u3063u3066u307fu308bu4fa1u5024u304cu3042u308buff01uff01\nu6700u9ad8u306bu30cfu30deu308bu3001u723du5febu30b2u30fcu30e0uff01uff01uff01\n\nu3010iphoneu3082Androidu3082u3011u21d2http://t.co/whmO8TvUzC\n\nu4e16u754cu306eu30d1u30bau30ebu30deu30cbu30a2u305fu3061u3092u865cu306bu3057u3066u3044u308buff01uff01uff01 http://t.co/40pPjgTLdM", "in_reply_to_status_id": null, "id": 489174341171425280, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ayudaisuki12\" rel=\"nofollow\">u30cdu30c3u30c8u30efu30fcu30af59</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/whmO8TvUzC", "indices": [53, 75], "expanded_url": "http://urx.nu/9I0R", "display_url": "urx.nu/9I0R"}], "media": [{"expanded_url": "http://twitter.com/ninkiapa/status/489174341171425280/photo/1", "display_url": "pic.twitter.com/40pPjgTLdM", "url": "http://t.co/40pPjgTLdM", "media_url_https": "https://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg", "id_str": "489174340873646080", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [99, 121], "type": "photo", "id": 489174340873646080, "media_url": "http://pbs.twimg.com/media/BsnleKUCcAA3itd.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 132, "id_str": "489174341171425280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2515439940, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 138, "profile_sidebar_border_color": "C0DEED", "id_str": "2515439940", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 798, "description": "u4ecau8a71u984cu306bu306au3063u3066u308bu30a2u30d7u30eau3092u53b3u9078u3057u3066u3054u7d39u4ecbuff01uff01u9762u767du3044u30a2u30d7u30eau306fu30eau30c4u30a4u30fcu30c8u3057u3066u7d39u4ecbu3057u3066u3042u3052u3066u304fu3060u3055u3044uff01", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476223797834420224/eV-7YqJo_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2515439940/1405266154", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ninkiapa", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7279u9078uff01u795eu30a2u30d7u30eau60c5u5831", "notifications": false, "url": null, "created_at": "Thu May 22 13:32:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:06 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174340999471104, "favorite_count": 0, "source": "<a href=\"http://bit.ly/gMcdDJ\" rel=\"nofollow\">u6700u65b0u30cbu30e5u30fcu30b9.jpu3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489174340999471104", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 3, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1966945477, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477276607996903424/HuzpgDEk_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 219, "profile_sidebar_border_color": "C0DEED", "id_str": "1966945477", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 321, "description": "u4f50u5009u6771u2192u516bu5343u4ee3u67712-Bu30fbu30b5u30c3u30abu30fcu90e8u30fbu304au597du307fu713cu304du306fu7f8eu5473u3057u3044u30fb", "friends_count": 215, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/477276607996903424/HuzpgDEk_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1966945477/1382338752", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "masa_nomiya", "lang": "ja", "profile_background_tile": false, "favourites_count": 253, "name": "u91ceu5baeu3067u3059u30fcu3002", "notifications": false, "url": null, "created_at": "Thu Oct 17 14:09:58 +0000 2013", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @QuentinPoscia: @Hattontion tu t es pris un coup d iphone pour etre pomme ?

ud83dude02ud83dude02", "in_reply_to_status_id": null, "id": 489174340949508096, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2650083593, "indices": [3, 17], "id_str": "2650083593", "screen_name": "QuentinPoscia", "name": "Quentin"}, {"id": 625906370, "indices": [19, 30], "id_str": "625906370", "screen_name": "Hattontion", "name": "R'Hatton Laveur ."}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 1, "id_str": "489174340949508096", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "@Hattontion tu t es pris un coup d iphone pour etre pomme ?ud83dude02ud83dude02", "in_reply_to_status_id": 489174060270911488, "id": 489174235861221376, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 625906370, "indices": [0, 11], "id_str": "625906370", "screen_name": "Hattontion", "name": "R'Hatton Laveur ."}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": "Hattontion", "in_reply_to_user_id": 625906370, "retweet_count": 1, "id_str": "489174235861221376", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2650083593, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483782756498178049/Dwi2dG4w_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 65, "profile_sidebar_border_color": "C0DEED", "id_str": "2650083593", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 10800, "statuses_count": 764, "description": "Instagram: QuentinPoscia | Snapchat: Quent_in", "friends_count": 71, "location": "Genu00e8ve", "profile_link_color": "730000", "profile_image_url": "http://pbs.twimg.com/profile_images/483782756498178049/Dwi2dG4w_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2650083593/1403961503", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "QuentinPoscia", "lang": "fr", "profile_background_tile": false, "favourites_count": 14, "name": "Quentin", "notifications": false, "url": null, "created_at": "Sat Jun 28 12:54:33 +0000 2014", "contributors_enabled": false, "time_zone": "Athens", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": "625906370", "lang": "fr", "created_at": "Tue Jul 15 22:26:40 +0000 2014", "in_reply_to_status_id_str": "489174060270911488", "place": null, "metadata": {"iso_language_code": "fr", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 625906370, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/795247776/7f6442f77a887d1d13e94ca754a5f796.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488341545922625536/yvG-WseU_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 331, "profile_sidebar_border_color": "FFFFFF", "id_str": "625906370", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 7200, "statuses_count": 12966, "description": "Je sais pas quoi dire , ni quoi faire . Je ne veux pas passer pour un abruti ...", "friends_count": 177, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/488341545922625536/yvG-WseU_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/625906370/1405261682", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/795247776/7f6442f77a887d1d13e94ca754a5f796.jpeg", "screen_name": "Hattontion", "lang": "fr", "profile_background_tile": true, "favourites_count": 2438, "name": "R'Hatton Laveur .", "notifications": false, "url": null, "created_at": "Tue Jul 03 21:32:46 +0000 2012", "contributors_enabled": false, "time_zone": "Amsterdam", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "fr", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "fr", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174340827500544, "favorite_count": 0, "source": "<a href=\"https://twitter.com/qocivorotam\" rel=\"nofollow\">u30abu30acu30efu30ceu30aau30c3u30b5u30f3</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174340827500544", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2477751512, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484888382103777280/a9BW92aY_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 711, "profile_sidebar_border_color": "C0DEED", "id_str": "2477751512", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 565, "description": "u58f0u512au306eu4e45u4fddu30e6u30eau30abu3055u3093u3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002u30e2u30c7u30ebu306eu4ed5u4e8bu3082u3053u306au3059u3068u3063u3066u3082u304bu308fu3044u3044u5973u6027u3067u3059u3002u307eu3060u6240u5c5eu4e8bu52d9u6240u304cu306au3044u306au304bu3067u3053u306eu6d3bu8e8du306bu306fu76eeu3092u898bu5f35u308au307eu3059u3002u3069u3046u3057u3066u3082u4e16u306bu5e83u3081u305fu3044uff01u307fu306au3055u3093u3067u5fdcu63f4u3057u3066u3044u304du307eu3057u3087u3046u3002", "friends_count": 2001, "location": "u6771u4eacu90fdu6587u4eacu533a", "profile_link_color": "B3002D", "profile_image_url": "http://pbs.twimg.com/profile_images/484888382103777280/a9BW92aY_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2477751512/1404441438", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "proless0819", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u4e45u4fddu30e6u30eau30ab u58f0u512a", "notifications": false, "url": null, "created_at": "Mon May 05 03:24:35 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @OBEY: when u take off ur iphone case and it feels like ur holding a newborn", "in_reply_to_status_id": null, "id": 489174340651716608, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 511107301, "indices": [3, 8], "id_str": "511107301", "screen_name": "OBEY", "name": "OBEY"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 871, "id_str": "489174340651716608", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "when u take off ur iphone case and it feels like ur holding a newborn", "in_reply_to_status_id": null, "id": 476549937095012353, "favorite_count": 811, "source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 871, "id_str": "476549937095012353", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": false, "default_profile_image": false, "id": 511107301, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/826449476/34b40f0557afadfda962bf1462cab9bf.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/446501288096710656/BtPyVGnf_normal.jpeg", "profile_sidebar_fill_color": "EFEFEF", "entities": {"url": {"urls": [{"url": "http://t.co/RXZHCxUVIW", "indices": [0, 22], "expanded_url": "http://obeyclothing.com/", "display_url": "obeyclothing.com"}]}, "description": {"urls": []}}, "followers_count": 240364, "profile_sidebar_border_color": "000000", "id_str": "511107301", "profile_background_color": "050505", "listed_count": 198, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 2428, "description": "Love: You risk getting hurt, but have a chance to be happy forever. u2665 Business: adiamondisforever@live.com", "friends_count": 87665, "location": "Los Angeles, CA", "profile_link_color": "FF0000", "profile_image_url": "http://pbs.twimg.com/profile_images/446501288096710656/BtPyVGnf_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/511107301/1402774567", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/826449476/34b40f0557afadfda962bf1462cab9bf.jpeg", "screen_name": "OBEY", "lang": "en", "profile_background_tile": false, "favourites_count": 73, "name": "OBEY", "notifications": false, "url": "http://t.co/RXZHCxUVIW", "created_at": "Fri Mar 02 00:36:35 +0000 2012", "contributors_enabled": false, "time_zone": "Eastern Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Wed Jun 11 02:22:13 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1963085054, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000148836739/23Kpvg2x.jpeg", "verified": false, "profile_text_color": "5E412F", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000601294901/409da3e6ed43b09115aa25e6a9c43b4d_normal.jpeg", "profile_sidebar_fill_color": "78C0A8", "entities": {"url": {"urls": [{"url": "http://t.co/JuEFfvNLEv", "indices": [0, 22], "expanded_url": "http://www.poppsychic.bigcartel.com", "display_url": "poppsychic.bigcartel.com"}]}, "description": {"urls": []}}, "followers_count": 6497, "profile_sidebar_border_color": "F0A830", "id_str": "1963085054", "profile_background_color": "FCEBB6", "listed_count": 4, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 5226, "description": "BITCHES BEWARE", "friends_count": 5797, "location": "", "profile_link_color": "CE7834", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000601294901/409da3e6ed43b09115aa25e6a9c43b4d_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1963085054/1388806605", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000148836739/23Kpvg2x.jpeg", "screen_name": "poppsychicNYC", "lang": "en", "profile_background_tile": true, "favourites_count": 751, "name": "pop psychic", "notifications": false, "url": "http://t.co/JuEFfvNLEv", "created_at": "Tue Oct 15 17:36:29 +0000 2013", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174340424843264, "favorite_count": 0, "source": "<a href=\"https://twitter.com/DvRegaro610\" rel=\"nofollow\">u30aau30b7u30e3u30ecu90e8u5c4bu30b3u30fcu30c7</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174340424843264", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2595858930, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483490720578162690/Y6kS5IHu_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 321, "profile_sidebar_border_color": "C0DEED", "id_str": "2595858930", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 783, "description": "u61a7u308cu306eu4e00u4ebau66aeu3089u3057u3002u304bu308fu3044u3044u90e8u5c4bu30fbu304au3057u3083u308cu306au90e8u5c4bu30b3u30fcu30c7u3092u96c6u3081u307eu3057u305fu2661", "friends_count": 1982, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/483490720578162690/Y6kS5IHu_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2595858930/1404108054", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "oshare_roomcode", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30aau30b7u30e3u30ecu306au2661u4e00u4ebau66aeu3089u3057u90e8u5c4bu30b3u30fcu30c7", "notifications": false, "url": null, "created_at": "Mon Jun 30 05:58:09 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Missed it?: 'Slotomania' Review http://t.co/hSuifH1o79\n #iphone #iOS #apple", "in_reply_to_status_id": null, "id": 489174340215119874, "favorite_count": 0, "source": "<a href=\"http://winthecustomer.com/\" rel=\"nofollow\">Win the Customer</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [56, 63], "text": "iphone"}, {"indices": [64, 68], "text": "iOS"}, {"indices": [69, 75], "text": "apple"}], "urls": [{"url": "http://t.co/hSuifH1o79", "indices": [32, 54], "expanded_url": "http://bit.ly/1nhnVUf", "display_url": "bit.ly/1nhnVUf"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174340215119874", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 57538072, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000090747277/f5e091078efe1444488d101f45a26f1a.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/2156692210/logo-250px_normal.png", "profile_sidebar_fill_color": "F6F6F6", "entities": {"url": {"urls": [{"url": "http://t.co/f2z7UfNN5E", "indices": [0, 22], "expanded_url": "http://pocketfullofapps.com/", "display_url": "pocketfullofapps.com"}]}, "description": {"urls": []}}, "followers_count": 7648, "profile_sidebar_border_color": "FFFFFF", "id_str": "57538072", "profile_background_color": "000000", "listed_count": 179, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 55781, "description": "Filling your pocket full of apps! iOS news, reviews, giveaways, and more in your Pocket. @ mention us if you ever need anything! Made by: @aaronwhitfield1.", "friends_count": 135, "location": "In your pocket", "profile_link_color": "038543", "profile_image_url": "http://pbs.twimg.com/profile_images/2156692210/logo-250px_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/57538072/1381265298", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000090747277/f5e091078efe1444488d101f45a26f1a.jpeg", "screen_name": "pocketfullofapp", "lang": "en", "profile_background_tile": false, "favourites_count": 1597, "name": "PocketFullOfApps.com", "notifications": false, "url": "http://t.co/f2z7UfNN5E", "created_at": "Fri Jul 17 03:24:27 +0000 2009", "contributors_enabled": false, "time_zone": "Indiana (East)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174340202532864, "favorite_count": 0, "source": "<a href=\"https://twitter.com/inthe_skirt\" rel=\"nofollow\">u30deu30b9u30bfu30fcu30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u30c4u30a4u30c3u30bfu30fc</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174340202532864", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2489255264, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/468307431571746816/7ctRrUXP_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3632, "profile_sidebar_border_color": "C0DEED", "id_str": "2489255264", "profile_background_color": "C0DEED", "listed_count": 22, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64033, "description": "u601du308fu305au62b1u304du3057u3081u305fu304fu306au308bu30bbu30afu30b7u30fcu4e0bu7740u306eu7f8eu5973u3092u96c6u3081u307eu3057u305fuff01u3084u3063u3071u308au7d20u3063u88f8u3088u308au4e0bu7740u59ffu306eu65b9u304cu30a8u30edu304fu3066u840cu3048u308bu308fu301cu266au3063u3066u601du3063u305fu65b9u30d5u30a9u30edu30fcu3057u3066u304fu3060u3055u3044u3002u6c17u306bu5165u3063u305fu4e0bu7740u7f8eu5973u306fRT/Favu3057u3066u697du3057u3093u3067u304fu3060u3055u3044u266a", "friends_count": 2957, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/468307431571746816/7ctRrUXP_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2489255264/1400488567", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "sexy_shitagi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30bbu30afu30b7u30fcu4e0bu7740u56f3u9451", "notifications": false, "url": null, "created_at": "Sun May 11 04:16:39 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174339917324289, "favorite_count": 0, "source": "<a href=\"https://twitter.com/jyryqupiqyv\" rel=\"nofollow\">u30c0u30abu30e9u30cau30f3u30b8u30e3</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174339917324289", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2476504915, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484875707831422976/h_k1okwg_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 530, "profile_sidebar_border_color": "C0DEED", "id_str": "2476504915", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 497, "description": "u30dbu30eau30d7u30edu6240u5c5eu3001u4ecau6700u3082u4ebau6c17u3092u96c6u3081u308bu5c0fu5cf6u7460u7483u5b50u3061u3083u3093u3002u3068u3063u3066u3082u7b11u9854u304cu304bu308fu3044u304fu3066u611bu304fu308bu3057u3044u3053u3058u308bu308au3061u3083u3093u3092u5fdcu63f4u3057u3066u3044u304fu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002u307fu3093u306au3067u5fdcu63f4u3057u3066u3044u304du307eu3057u3087u3046uff01", "friends_count": 0, "location": "u6771u4eacu90fdu6587u4eacu533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/484875707831422976/h_k1okwg_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2476504915/1404438428", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "su_tsu0819", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5c0fu5cf6u7460u7483u5b50 u5fdcu63f4u968a", "notifications": false, "url": null, "created_at": "Sun May 04 06:47:19 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "@hymAnrm puts her iphone pics on her computer first to edit them before putting them back on her phone to post to instagram.", "in_reply_to_status_id": null, "id": 489174339892572160, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2398081664, "indices": [0, 8], "id_str": "2398081664", "screen_name": "hymAnrm", "name": "Rachel Hyman"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": "hymAnrm", "in_reply_to_user_id": 2398081664, "retweet_count": 0, "id_str": "489174339892572160", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 438008681, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482541813509939200/N4eZMgl0_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 235, "profile_sidebar_border_color": "C0DEED", "id_str": "438008681", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 5964, "description": "What is most essential is invisible to the eye, it is only with the heart that one sees rightly.", "friends_count": 237, "location": "#RVA", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482541813509939200/N4eZMgl0_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/438008681/1358198687", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "hart___attack", "lang": "en", "profile_background_tile": false, "favourites_count": 1976, "name": "Andrea", "notifications": false, "url": null, "created_at": "Fri Dec 16 02:47:59 +0000 2011", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": "2398081664", "lang": "en", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174339527262208, "favorite_count": 0, "source": "<a href=\"https://twitter.com/CwRegaro610\" rel=\"nofollow\">u4ecau65e5u4f55u306eu65e5?

</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174339527262208", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2591284212, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482795539067437056/7k-pLpzX_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 322, "profile_sidebar_border_color": "C0DEED", "id_str": "2591284212", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 1705, "description": "u4ecau65e5u306fu4f55u306eu65e5uff1fu3092u3064u3076u3084u304du307eu3059u3002u3078u3048u3001u3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059u3002", "friends_count": 1897, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482795539067437056/7k-pLpzX_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2591284212/1403872832", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "nannohi_today_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u4ecau65e5u306fu4f55u306eu65e5uff1f", "notifications": false, "url": null, "created_at": "Fri Jun 27 12:33:18 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174339481116672, "favorite_count": 0, "source": "<a href=\"https://twitter.com/otome_game_soku\" rel=\"nofollow\">u4e59u5973u30b2u30fcu30e0</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174339481116672", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2591594594, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485687333526585344/v14lnbDU_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1867, "profile_sidebar_border_color": "C0DEED", "id_str": "2591594594", "profile_background_color": "C0DEED", "listed_count": 6, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 10597, "description": "u898bu3089u308cu308bu306eu3046u308cu3057u3044u8208u596eu3059u308bu2661u898bu305fu3089RTu3057u3066u306du266au30d5u30a9u30edu30fcu3055u308cu308bu3068u559cu3076u266au305fu304fu3055u3093u30aau30cau30cbu30fcu3057u3066u3063u3066u306du2661", "friends_count": 906, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/485687333526585344/v14lnbDU_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2591594594/1404632021", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "hana_uraaka", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "Hanauff20u3048u308du3042u304bu3060u3088", "notifications": false, "url": null, "created_at": "Fri Jun 27 16:01:58 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174338612908032, "favorite_count": 0, "source": "<a href=\"https://twitter.com/onepiece_i_fan\" rel=\"nofollow\">u3064u3044u3063u305fu30fcu304cu5927u597du304duff01</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174338612908032", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2535034004, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/488539932751691777/y2r4zZfN_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 786, "profile_sidebar_border_color": "C0DEED", "id_str": "2535034004", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 11695, "description": "u30a2u30a4u30c9u30ebu30fbu30b3u30e9u30fcu30b8u30e5u306eu7565u3067u3059u3002u30cdu30c3u30c8u3067u898bu3064u3051u305fu30a2u30a4u30b3u30e9u7b49u30a8u30edu753bu50cfu8cbcu3063u3066u3044u304du307eu3059u3002u3082u3057u3088u304bu3063u305fu3089u30d5u30a9u30edu30fcu3001RTu304au9858u3044u3057u307eu3059(^-^)v", "friends_count": 396, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/488539932751691777/y2r4zZfN_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2535034004/1405311991", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ai_cora", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a2u30a4u30b3u30e9u753bu50cf", "notifications": false, "url": null, "created_at": "Fri May 30 13:01:46 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174338600333312, "favorite_count": 0, "source": "<a href=\"https://twitter.com/XRegaro610\" rel=\"nofollow\">u6709u5409u8a9eu9332</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174338600333312", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2572088730, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478738537907380225/SDKsTAiE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 314, "profile_sidebar_border_color": "C0DEED", "id_str": "2572088730", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 863, "description": "u6bd2u820cu306eu795eu69d8u6709u5409u5f18u884cu306eu7206u7b11u8a9eu9332u30fbu3042u3060u540du96c6u3002u30adu30ecu3063u30adu30ecu306eu6bd2u820cu3067u6709u540du4ebau3092u7247u3063u7aefu304bu3089u3044u3058u308au5012u3057u307eu3059ww", "friends_count": 1957, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/478738537907380225/SDKsTAiE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2572088730/1402975660", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ariyoshi_words", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u6bd2u820cu738bu6709u5409u306eu7206u7b11u8a9eu9332", "notifications": false, "url": null, "created_at": "Tue Jun 17 03:12:51 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174337862135808, "favorite_count": 0, "source": "<a href=\"https://twitter.com/DsRegaro610\" rel=\"nofollow\"> u30aau30b7u30e3u30ecu306au53ceu7d0du6cd5</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174337862135808", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2595759582, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483466232339763200/3bhPp7N__normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 330, "profile_sidebar_border_color": "C0DEED", "id_str": "2595759582", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 1786, "description": "u30aau30b7u30e3u30ecu306bu304au90e8u5c4bu3092u3059u3063u304du308au3067u304du308bu53ceu7d0du8853u3092u8f09u305bu3066u3044u307eu3059u3002u4f7fu3048u308bu306au3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059u3002", "friends_count": 1971, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/483466232339763200/3bhPp7N__normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2595759582/1404102266", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "shunou_oshare", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7c21u5358u30aau30b7u30e3u30ecu306au53ceu7d0du6cd5u2661", "notifications": false, "url": null, "created_at": "Mon Jun 30 04:21:07 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174337853726720, "favorite_count": 0, "source": "<a href=\"https://twitter.com/pokemon_learn\" rel=\"nofollow\">u30ddu30b1u30e2u30f3u304bu3089u5b66u3093u3060u3053u3068</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174337853726720", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2594094344, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485706748871733248/eMccmP7l_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2000, "profile_sidebar_border_color": "C0DEED", "id_str": "2594094344", "profile_background_color": "C0DEED", "listed_count": 8, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 10547, "description": "u30aau30cau30cbu30fcu3068u30bbu30c3u30afu30b9u304cu5927u597du304du306a20u624du5973u306eu5b50u3060u3088u2661RTu3057u3066u304fu308cu308bu30a8u30c3u30c1u306au4ebau304cu5927u597du304du2661u898bu305fu3089u30d5u30a9u30edu30fcu3057u3066u3063u3066u306du2661", "friends_count": 1166, "location": "u6771u4eac", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/485706748871733248/eMccmP7l_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2594094344/1404636525", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "yui_h_ero", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3086u3043uff20u30a8u30edu57a2", "notifications": false, "url": null, "created_at": "Sun Jun 29 03:03:38 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174337123913728, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ero_watashi\" rel=\"nofollow\">ero_watashi</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174337123913728", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2477041734, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467214861873602560/4it5iRwu_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1094, "profile_sidebar_border_color": "C0DEED", "id_str": "2477041734", "profile_background_color": "C0DEED", "listed_count": 6, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 65245, "description": "u3061u3087u3063u3074u308au30a8u30c3u30c1u3067u30bbu30afu30b7u30fcu306au30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1003, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467214861873602560/4it5iRwu_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2477041734/1400227688", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "sexy_kami_app", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30bbu30afu30b7u30fcu795eu30a2u30d7u30ea", "notifications": false, "url": null, "created_at": "Sun May 04 15:29:35 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174336826138624, "favorite_count": 0, "source": "<a href=\"https://twitter.com/sasaki_miku0\" rel=\"nofollow\">u4f50u3005u6728u3000u30dfu30af</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174336826138624", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2574036676, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487467920184725504/zNgR3_tJ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 277, "profile_sidebar_border_color": "C0DEED", "id_str": "2574036676", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 65, "description": "u9577u304fu5370u8c61u306bu6b8bu308bu6b4cu8a5eBOTu306eu300eGReeeeNu300fu7de8u3067u3059u3002u3055u308fu3084u304bu9752u6625u7cfbu306au3001u3044u3064u307eu3067u3082u601du3044u51fau306bu6b8bu308bu30d5u30ecu30fcu30bau3092u753bu50cfu3068u4f75u305bu3066u30c4u30a4u30fcu30c8u3057u307eu3059u3002u305cu3072u305cu3072u3001u30d5u30a9u30edu30fc&RTu3088u308du3057u304fu304au9858u3044u3057u307eu3059^^", "friends_count": 1835, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/487467920184725504/zNgR3_tJ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2574036676/1405056393", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tradhov84", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u9577u304fu5370u8c61u306bu6b8bu308bu6b4cu8a5eBOTu2606GReeeeN", "notifications": false, "url": null, "created_at": "Sat May 31 15:53:49 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:05 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @LoQueEllasSaben: Viste a la moda, sin gastar demasiado y desde casa. Dafiti para Android o iPhone gratis aquu00edu25ba http://t.co/qTUqfP9WCt hu2026", "in_reply_to_status_id": null, "id": 489174336608014336, "favorite_count": 0, "source": "<a href=\"https://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android Tablets</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 309206860, "indices": [3, 19], "id_str": "309206860", "screen_name": "LoQueEllasSaben", "name": "u2665 Frases para ellas"}], "hashtags": [], "urls": [{"url": "http://t.co/qTUqfP9WCt", "indices": [115, 137], "expanded_url": "http://gee.lu/13cmd", "display_url": "gee.lu/13cmd"}], "media": [{"source_status_id_str": "485458823667146753", "expanded_url": "http://twitter.com/SoloTwiterEs/status/485458823667146753/photo/1", "display_url": "pic.twitter.com/m1tLoYRcD4", "url": "http://t.co/m1tLoYRcD4", "media_url_https": "https://pbs.twimg.com/media/BryyOlNCcAMo_C6.jpg", "source_status_id": 485458823667146753, "id_str": "485458823423881219", "sizes": {"large": {"h": 325, "resize": "fit", "w": 600}, "small": {"h": 184, "resize": "fit", "w": 340}, "medium": {"h": 325, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 485458823423881219, "media_url": "http://pbs.twimg.com/media/BryyOlNCcAMo_C6.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489174336608014336", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "Viste a la moda, sin gastar demasiado y desde casa. Dafiti para Android o iPhone gratis aquu00edu25ba http://t.co/qTUqfP9WCt http://t.co/m1tLoYRcD4", "in_reply_to_status_id": null, "id": 489172470860353536, "favorite_count": 109, "source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/qTUqfP9WCt", "indices": [94, 116], "expanded_url": "http://gee.lu/13cmd", "display_url": "gee.lu/13cmd"}], "media": [{"source_status_id_str": "485458823667146753", "expanded_url": "http://twitter.com/SoloTwiterEs/status/485458823667146753/photo/1", "display_url": "pic.twitter.com/m1tLoYRcD4", "url": "http://t.co/m1tLoYRcD4", "media_url_https": "https://pbs.twimg.com/media/BryyOlNCcAMo_C6.jpg", "source_status_id": 485458823667146753, "id_str": "485458823423881219", "sizes": {"large": {"h": 325, "resize": "fit", "w": 600}, "small": {"h": 184, "resize": "fit", "w": 340}, "medium": {"h": 325, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 485458823423881219, "media_url": "http://pbs.twimg.com/media/BryyOlNCcAMo_C6.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 86, "id_str": "489172470860353536", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 309206860, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000123297316/dd2cab4bcd8d4b9667eacfa5b11c6ba3.jpeg", "verified": false, "profile_text_color": "362720", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486838468254134272/FonPcn0J_normal.jpeg", "profile_sidebar_fill_color": "E5507E", "entities": {"url": {"urls": [{"url": "http://t.co/UIvXxPtjFw", "indices": [0, 22], "expanded_url": "http://www.fb.com/SoloLoQueEllasSaben", "display_url": "fb.com/SoloLoQueEllasu2026"}]}, "description": {"urls": []}}, "followers_count": 1222516, "profile_sidebar_border_color": "FFFFFF", "id_str": "309206860", "profile_background_color": "DBE9ED", "listed_count": 1332, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 8383, "description": "Contactos para publicidad y campau00f1as a publicidad@loqueellassaben.es", "friends_count": 128, "location": "Latinoamerica", "profile_link_color": "CC3366", "profile_image_url": "http://pbs.twimg.com/profile_images/486838468254134272/FonPcn0J_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/309206860/1389732954", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000123297316/dd2cab4bcd8d4b9667eacfa5b11c6ba3.jpeg", "screen_name": "LoQueEllasSaben", "lang": "pt", "profile_background_tile": true, "favourites_count": 389, "name": "u2665 Frases para ellas", "notifications": false, "url": "http://t.co/UIvXxPtjFw", "created_at": "Wed Jun 01 18:21:50 +0000 2011", "contributors_enabled": false, "time_zone": "La Paz", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "es", "created_at": "Tue Jul 15 22:19:40 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2319965752, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/484433241818951680/WTKqllcr_normal.jpeg", "profile_sidebar_fill_color": "E6F6F9", "entities": {"url": {"urls": [{"url": "http://t.co/dkmS4BfH6S", "indices": [0, 22], "expanded_url": "http://instagram.com/emy_u_u", "display_url": "instagram.com/emy_u_u"}]}, "description": {"urls": []}}, "followers_count": 1493, "profile_sidebar_border_color": "DBE9ED", "id_str": "2319965752", "profile_background_color": "DBE9ED", "listed_count": 6, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 8896, "description": "u266a Music u266a u2020Godu2020 u00abReadu00bb u2022.u2022Wattpadu2022.u2022 ~My life is 5 guysu2665 1D~ #MidnightMemories #Surfboard #ReallyDon'tCare", "friends_count": 163, "location": "u270c Dominican Republic u270c", "profile_link_color": "CC3366", "profile_image_url": "http://pbs.twimg.com/profile_images/484433241818951680/WTKqllcr_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2319965752/1403158718", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif", "screen_name": "Emely_Nice15", "lang": "es", "profile_background_tile": false, "favourites_count": 1628, "name": "Simply Meu2764", "notifications": false, "url": "http://t.co/dkmS4BfH6S", "created_at": "Sun Feb 02 13:06:40 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "es", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @GanaiPhoneBB: PARTICIPA EN LA RIFA DE 2 IPHONE 5, SOLO SIGUE A @MasQuePalabras y HAZ RT a este TWEET. SE TE AVISRARA AL DM http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174336558088193, "favorite_count": 0, "source": "<a href=\"https://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 832453050, "indices": [3, 16], "id_str": "832453050", "screen_name": "GanaiPhoneBB", "name": "Gana iPhone & BB"}, {"id": 188103460, "indices": [67, 82], "id_str": "188103460", "screen_name": "MasQuePalabras", "name": "Reflexiones"}], "hashtags": [], "urls": [], "media": [{"source_status_id_str": "338700792070537216", "expanded_url": "http://twitter.com/Premiosiphone/status/338700792070537216/photo/1", "display_url": "pic.twitter.com/hErd8mIfTZ", "url": "http://t.co/hErd8mIfTZ", "media_url_https": "https://pbs.twimg.com/media/BLNOk20CAAIPNq5.jpg", "source_status_id": 338700792070537216, "id_str": "338700792078925826", "sizes": {"small": {"h": 224, "resize": "fit", "w": 340}, "large": {"h": 329, "resize": "fit", "w": 500}, "medium": {"h": 329, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 338700792078925826, "media_url": "http://pbs.twimg.com/media/BLNOk20CAAIPNq5.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 59, "id_str": "489174336558088193", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "PARTICIPA EN LA RIFA DE 2 IPHONE 5, SOLO SIGUE A @MasQuePalabras y HAZ RT a este TWEET. SE TE AVISRARA AL DM http://t.co/hErd8mIfTZ", "in_reply_to_status_id": null, "id": 489074966663806976, "favorite_count": 8, "source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 188103460, "indices": [49, 64], "id_str": "188103460", "screen_name": "MasQuePalabras", "name": "Reflexiones"}], "hashtags": [], "urls": [], "media": [{"source_status_id_str": "338700792070537216", "expanded_url": "http://twitter.com/Premiosiphone/status/338700792070537216/photo/1", "display_url": "pic.twitter.com/hErd8mIfTZ", "url": "http://t.co/hErd8mIfTZ", "media_url_https": "https://pbs.twimg.com/media/BLNOk20CAAIPNq5.jpg", "source_status_id": 338700792070537216, "id_str": "338700792078925826", "sizes": {"small": {"h": 224, "resize": "fit", "w": 340}, "large": {"h": 329, "resize": "fit", "w": 500}, "medium": {"h": 329, "resize": "fit", "w": 500}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [109, 131], "type": "photo", "id": 338700792078925826, "media_url": "http://pbs.twimg.com/media/BLNOk20CAAIPNq5.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 59, "id_str": "489074966663806976", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 832453050, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/473611091088392192/t4ZzbF24_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 14209, "profile_sidebar_border_color": "FFFFFF", "id_str": "832453050", "profile_background_color": "FFFFFF", "listed_count": 15, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 41672, "description": "Con solo seguirme puedes ser el afortunado ganador de un iPhone 5 o un BlackBerry Z10. Participa en nuestras PROMOCIONES", "friends_count": 18, "location": "LatinoAmerica", "profile_link_color": "00B3B3", "profile_image_url": "http://pbs.twimg.com/profile_images/473611091088392192/t4ZzbF24_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/832453050/1401752686", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "screen_name": "GanaiPhoneBB", "lang": "es", "profile_background_tile": true, "favourites_count": 238, "name": "Gana iPhone & BB", "notifications": false, "url": null, "created_at": "Wed Sep 19 03:26:16 +0000 2012", "contributors_enabled": false, "time_zone": "Central Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "es", "created_at": "Tue Jul 15 15:52:13 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 335011761, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3536494224/cfee2bf993c2408192f5add889771f21_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 941, "profile_sidebar_border_color": "C0DEED", "id_str": "335011761", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": -16200, "statuses_count": 38187, "description": "El Justiciero Venezolano", "friends_count": 1889, "location": "Venezuela", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/3536494224/cfee2bf993c2408192f5add889771f21_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/335011761/1397007693", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "JusticieroVene", "lang": "es", "profile_background_tile": false, "favourites_count": 12, "name": "JusticieroVenezolano", "notifications": false, "url": null, "created_at": "Thu Jul 14 00:56:15 +0000 2011", "contributors_enabled": false, "time_zone": "Caracas", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "es", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174336301850624, "favorite_count": 0, "source": "<a href=\"https://twitter.com/gal_ero\" rel=\"nofollow\">u53efu611bu3044u304cu5927u597du304duff01</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174336301850624", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2565045582, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480255404866158594/dt-kYEN3_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2801, "profile_sidebar_border_color": "C0DEED", "id_str": "2565045582", "profile_background_color": "C0DEED", "listed_count": 17, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 24314, "description": "u30aeu30e3u30ebu304cu597du304du2661u30a8u30edu304cu597du304du2661u305du3093u306au79c1u306eu88cfu57a2u3067u3059u3002u7d61u307fu5927u6b53u8fceu2661", "friends_count": 1514, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/480255404866158594/dt-kYEN3_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2565045582/1403336827", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "gal_ero", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu3044u30aeu30e3u30ebuff20u88cfu57a2", "notifications": false, "url": null, "created_at": "Fri Jun 13 10:27:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "@simonrug @Ians_Iphone I've answered that elsewhere. Somebody seems to be misleading you over the value of twitter.", "in_reply_to_status_id": 489173986644090880, "id": 489174336260308992, "favorite_count": 0, "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 270986692, "indices": [0, 9], "id_str": "270986692", "screen_name": "simonrug", "name": "Simon Thomas"}, {"id": 244542393, "indices": [10, 22], "id_str": "244542393", "screen_name": "Ians_Iphone", "name": "Ians_Iphone"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": "simonrug", "in_reply_to_user_id": 270986692, "retweet_count": 0, "id_str": "489174336260308992", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1044168385, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/476459552939200512/SU9nS1Yf_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"url": {"urls": [{"url": "http://t.co/rpDnAOS120", "indices": [0, 22], "expanded_url": "http://rugbyphilbb.wordpress.com/", "display_url": "rugbyphilbb.wordpress.com"}]}, "description": {"urls": [{"url": "http://t.co/2S1BBbZUcl", "indices": [63, 85], "expanded_url": "http://www.cardiffrfcfans.co.uk", "display_url": "cardiffrfcfans.co.uk"}]}}, "followers_count": 947, "profile_sidebar_border_color": "C0DEED", "id_str": "1044168385", "profile_background_color": "C0DEED", "listed_count": 5, "is_translation_enabled": false, "utc_offset": 3600, "statuses_count": 24103, "description": "The strength of the game is independence, not central control\r\nhttp://t.co/2S1BBbZUcl", "friends_count": 402, "location": "www.cardiffrfcfans.co.uk", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/476459552939200512/SU9nS1Yf_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1044168385/1391118179", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "rugbyPhilBB", "lang": "en", "profile_background_tile": false, "favourites_count": 780, "name": "PhilBB", "notifications": false, "url": "http://t.co/rpDnAOS120", "created_at": "Sat Dec 29 08:00:23 +0000 2012", "contributors_enabled": false, "time_zone": "Dublin", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": "270986692", "lang": "en", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": "489173986644090880", "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174336113098753, "favorite_count": 0, "source": "<a href=\"https://twitter.com/poincpan\" rel=\"nofollow\">nagaitoyomanai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174336113098753", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2569699611, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486748940537065472/YBdXseQ4_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 94, "profile_sidebar_border_color": "C0DEED", "id_str": "2569699611", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 398, "description": "u5baeu8febu535au4e4bu3055u3093u306eu6700u65b0u6d3bu52d5u60c5u5831u3092u30a2u30c3u30d7u3057u3066u3044u304du305fu3044u3068u601du3044u307eu3059u3002u30d0u30a4u30adu30f3u30b0u3001u30a2u30e1u30c8u30fcu30fcu30afu306au3069u76dbu308au3060u304fu3055u3093u3067u304au9001u308au3057u307eu3046uff3euff3e", "friends_count": 2001, "location": "u6771u4eacu90fdu6e0bu8c37u533a", "profile_link_color": "B30009", "profile_image_url": "http://pbs.twimg.com/profile_images/486748940537065472/YBdXseQ4_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2569699611/1404884928", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "unezgladis", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5baeu8febu535au4e4b u30a2u30e1u30c8u30fcu30fcu30af", "notifications": false, "url": null, "created_at": "Wed May 28 21:28:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "u305fu307eu305fu307eu671du30edu30fcu30bdu30f3u5bc4u3063u305fu3089Freeu304fu3058u3042u3063u305fu304bu3089u306au3093u3068u306au304du304bu5f15u3044u305fu3089u308cu3044u3061u3083u3093u304du305fu304bu3089u5e78u305bu3067iPhoneu5145u96fbu3057u3066u306au304fu306610%u3057u304bu306au3044u3051u3069u307eu3042u3044u3044u3002u304au306fu3088u3046u3054u3056u3044u307eu3059", "in_reply_to_status_id": null, "id": 489174335865643009, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174335865643009", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 81344173, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/627516748/back2113224780763330554.png", "verified": false, "profile_text_color": "00857C", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478593035710631936/5_TXLrRH_normal.jpeg", "profile_sidebar_fill_color": "000000", "entities": {"url": {"urls": [{"url": "http://t.co/Yf27MkNX33", "indices": [0, 22], "expanded_url": "http://www.pixiv.net/member.php?id=732851", "display_url": "pixiv.net/member.php?id=u2026"}]}, "description": {"urls": [{"url": "http://t.co/ND0TI8GgyM", "indices": [67, 89], "expanded_url": "http://twpf.jp/chihana", "display_url": "twpf.jp/chihana"}]}}, "followers_count": 124, "profile_sidebar_border_color": "FFFFFF", "id_str": "81344173", "profile_background_color": "FFC2E7", "listed_count": 7, "is_translation_enabled": false, "utc_offset": -36000, "statuses_count": 46532, "description": "u8150u9069u5207(BL)u306au8868u73feu30fbu8208u596eu3067TLu57cbu3081u6ce8u610fu6210u4ebau6e08u3002u7dcfu5317u4fe1u53f7u6a5fu304cu3044u308cu3070u305du308cu3067u3044u3044u3002RKRNu5947u6570u5b66u5e74u611bu3002uff71uff72uff8fuff7d/uff83uff86uff8cuff9fuff98/u3046u305fu3077u308a u8a73u2192http://t.co/ND0TI8GgyM", "friends_count": 147, "location": "", "profile_link_color": "FF0055", "profile_image_url": "http://pbs.twimg.com/profile_images/478593035710631936/5_TXLrRH_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/81344173/1353756585", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/627516748/back2113224780763330554.png", "screen_name": "chihana", "lang": "ja", "profile_background_tile": true, "favourites_count": 2653, "name": "u30adu30e5", "notifications": false, "url": "http://t.co/Yf27MkNX33", "created_at": "Sat Oct 10 12:30:23 +0000 2009", "contributors_enabled": false, "time_zone": "Hawaii", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "I need a new background for my iPhone home and lock screens.", "in_reply_to_status_id": null, "id": 489174335803129857, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174335803129857", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 29277141, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/443233142149611520/84C9Gt3x.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480433783246966784/9W_YemsZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 460, "profile_sidebar_border_color": "000000", "id_str": "29277141", "profile_background_color": "FF8400", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 3600, "statuses_count": 33276, "description": "", "friends_count": 442, "location": "", "profile_link_color": "00858A", "profile_image_url": "http://pbs.twimg.com/profile_images/480433783246966784/9W_YemsZ_normal.jpeg", "following": false, "geo_enabled": true, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/443233142149611520/84C9Gt3x.jpeg", "screen_name": "weardeodorant", "lang": "en", "profile_background_tile": true, "favourites_count": 597, "name": "", "notifications": false, "url": null, "created_at": "Mon Apr 06 19:50:26 +0000 2009", "contributors_enabled": false, "time_zone": "London", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174335404261376, "favorite_count": 0, "source": "<a href=\"https://twitter.com/zetolyxevuvu\" rel=\"nofollow\">maruukesuruyo</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174335404261376", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2492016549, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478446798122393600/mJvDGb0J_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3460, "profile_sidebar_border_color": "C0DEED", "id_str": "2492016549", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 422, "description": "u30dbu30edu30c3u3068u304fu308bu3088u3046u306au30b7u30e7u30fcu30c8u30b9u30c8u30fcu30eau30fcu3092u304au5c4au3057u307eu3059u3002u96fbu8ecau306eu4e2du3067u30a6u30ebu30a6u30ebu6ce8u610fu3067u3059u3002u30d5u30a9u30edu30fc&RTu3088u308du3057u304fu304au9858u3044u3057u307eu3059u3002", "friends_count": 2206, "location": "u6771u4eacu90fdu4e2du592eu533a", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/478446798122393600/mJvDGb0J_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2492016549/1402905393", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "short_story0_0", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u611fu52d5u30b7u30e7u30fcu30c8u30b9u30c8u30fcu30eau30fc", "notifications": false, "url": null, "created_at": "Fri Apr 18 11:44:07 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174334976454656, "favorite_count": 0, "source": "<a href=\"https://twitter.com/basketballsplay\" rel=\"nofollow\">u30c4u30a4u30c3u30bfu30fcu30b9u30ddu30fcu30c4u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174334976454656", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2467514293, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/460719211585622016/ZKqmjesc_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 9708, "profile_sidebar_border_color": "C0DEED", "id_str": "2467514293", "profile_background_color": "C0DEED", "listed_count": 34, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 70307, "description": "u30a8u30c3u30c1u304cu5927u597du304du306aJKu3067u3059u2661u305fu304fu3055u3093RTu3055u308cu308bu3068u6fc0u3057u304fu8208u596eu3057u307eu3059(*u00b4u03c9uff40*)u6c17u8efdu306bu30d5u30a9u30edu30fcu3057u3066u306du266au6c17u8efdu306bu30d5u30a9u30edu30fcu3059u308bu3088u2661", "friends_count": 1140, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/460719211585622016/ZKqmjesc_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2467514293/1398682736", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "meg_ero", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3081u3050uff20u30a8u30edu57a2", "notifications": false, "url": null, "created_at": "Mon Apr 28 09:52:31 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "I've collected 13,488 gold coins! http://t.co/jP0s28fXX8 #iphone, #iphonegames, #gameinsight", "in_reply_to_status_id": null, "id": 489174334502883329, "favorite_count": 0, "source": "<a href=\"https://itunes.apple.com/us/app/the-tribez/id511317727?

mt=8&uo=4\" rel=\"nofollow\">The Tribez on iOS</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [57, 64], "text": "iphone"}, {"indices": [66, 78], "text": "iphonegames"}, {"indices": [80, 92], "text": "gameinsight"}], "urls": [{"url": "http://t.co/jP0s28fXX8", "indices": [34, 56], "expanded_url": "http://gigam.es/imtw_Tribez", "display_url": "gigam.es/imtw_Tribez"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174334502883329", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 56657016, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "verified": false, "profile_text_color": "5F058C", "profile_image_url_https": "https://pbs.twimg.com/profile_images/463700953380577282/ftk8_zs5_normal.png", "profile_sidebar_fill_color": "9F6FDE", "entities": {"description": {"urls": []}}, "followers_count": 65, "profile_sidebar_border_color": "2F1E3D", "id_str": "56657016", "profile_background_color": "642D8B", "listed_count": 2, "is_translation_enabled": false, "utc_offset": 3600, "statuses_count": 4279, "description": "Mother of 4, Grandmother to Alyssa and Kaiden. Very happy atm xxx", "friends_count": 430, "location": "King's Lynn, Norfolk", "profile_link_color": "520578", "profile_image_url": "http://pbs.twimg.com/profile_images/463700953380577282/ftk8_zs5_normal.png", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/56657016/1402560989", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "screen_name": "bluejade21", "lang": "en", "profile_background_tile": true, "favourites_count": 3, "name": "Kim Cowell", "notifications": false, "url": null, "created_at": "Tue Jul 14 09:59:55 +0000 2009", "contributors_enabled": false, "time_zone": "London", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174334166953984, "favorite_count": 0, "source": "<a href=\"https://twitter.com/kashiaya0\" rel=\"nofollow\">u67cfu6728u3000u7531u9999</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174334166953984", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2474458352, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485304375208734722/W5NS3NdT_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 388, "profile_sidebar_border_color": "C0DEED", "id_str": "2474458352", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 282, "description": "u5b89u85e4u7f8eu59ebu3055u3093u306bu304bu304bu308fu308bu60c5u5831u3092u30a2u30c3u30d7u3057u3066u3044u304du305fu3044u3068u601du3044u307eu3059u3002", "friends_count": 1840, "location": "u6771u4eacu90fdu8abfu5e03u5e02", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/485304375208734722/W5NS3NdT_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2474458352/1404540580", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "fatujyqewog", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5b89u85e4u7f8eu59eb u30d5u30a3u30aeu30e5u30a2u30b9u30b1u30fcu30bfu30fc", "notifications": false, "url": null, "created_at": "Fri May 02 19:38:16 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174334166929410, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ero_watashi\" rel=\"nofollow\">ero_watashi</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174334166929410", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2559276240, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/480071353282732032/IySPf_K5_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2674, "profile_sidebar_border_color": "C0DEED", "id_str": "2559276240", "profile_background_color": "C0DEED", "listed_count": 17, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 24420, "description": "u8ab0u306bu3082u8a00u3048u306au3044u79d8u5bc6u3092u8cb4u65b9u3060u3051u306bu516cu958bu3057u3066u307eu3059u3002u3002u3002(u3003^_^u3003", "friends_count": 1489, "location": "u611bu306eu5de3*`.`u516b^u03b5^*", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/480071353282732032/IySPf_K5_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2559276240/1403292953", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_watashi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5b9fu306fu79c1u30a8u30edu306au3093u3067u3059u3002", "notifications": false, "url": null, "created_at": "Tue Jun 10 15:48:04 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174333445533697, "favorite_count": 0, "source": "<a href=\"https://twitter.com/crashin_learn\" rel=\"nofollow\">crashin_learn</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174333445533697", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2554459284, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479732049163460608/TV-NMfeO_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3038, "profile_sidebar_border_color": "C0DEED", "id_str": "2554459284", "profile_background_color": "C0DEED", "listed_count": 18, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 25372, "description": "u30afu30f3u30cbu5927u597du304du2661u30afu30f3u30cbu306eu753bu50cfu96c6u3081u3066u7814u7a76u3057u3066u307eu3059uff57u826fu304bu3063u305fu3089u304au304bu305au306bu3057u3066u304fu3060u3055u3044uff57u30d5u30a9u30edu30fcu3057u3066u304fu308cu308bu3068u30aau30cau30cbu30fcu304cu6357u3063u305fu308au3059u308bu304bu3082u2661RTu3088u308du3057u304fu306du266a", "friends_count": 1458, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479732049163460608/TV-NMfeO_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2554459284/1403212199", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "miki_kunni", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u7f8eu5e0cuff20u30afu30f3u30cbu5927u597du304d", "notifications": false, "url": null, "created_at": "Sun Jun 08 11:06:05 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "A Dish Best Served Naked : http://t.co/8zFE0iI4TN : #teen,#pussy,#movie,#iphone,#sex,#porn,#xxx,#sexy", "in_reply_to_status_id": null, "id": 489174333399777280, "favorite_count": 0, "source": "<a href=\"http://tweetadder.com\" rel=\"nofollow\">TweetAdder v4</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [52, 57], "text": "teen"}, {"indices": [58, 64], "text": "pussy"}, {"indices": [65, 71], "text": "movie"}, {"indices": [72, 79], "text": "iphone"}, {"indices": [80, 84], "text": "sex"}, {"indices": [85, 90], "text": "porn"}, {"indices": [91, 95], "text": "xxx"}, {"indices": [96, 101], "text": "sexy"}], "urls": [{"url": "http://t.co/8zFE0iI4TN", "indices": [27, 49], "expanded_url": "http://xgroping.com/a-dish-best-served-naked/", "display_url": "xgroping.com/a-dish-best-seu2026"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174333399777280", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2432519630, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467937303730483201/VX9fll3d_normal.jpeg", "profile_sidebar_fill_color": "EFEFEF", "entities": {"url": {"urls": [{"url": "http://t.co/Dyjnk6tyvy", "indices": [0, 22], "expanded_url": "http://Xoonii.com", "display_url": "Xoonii.com"}]}, "description": {"urls": []}}, "followers_count": 69, "profile_sidebar_border_color": "EEEEEE", "id_str": "2432519630", "profile_background_color": "131516", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 18000, "statuses_count": 52717, "description": "#butt,#xxx,#free,#sex,\n#nsfw,#fuck,#videos,#sexy,#anal,\n#teen,#pussy,#movie,#iphone,#sex,#porn", "friends_count": 0, "location": "Los Angeles,CA,US", "profile_link_color": "009999", "profile_image_url": "http://pbs.twimg.com/profile_images/467937303730483201/VX9fll3d_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif", "screen_name": "BlondeNude", "lang": "en", "profile_background_tile": true, "favourites_count": 0, "name": "Blonde Nude", "notifications": false, "url": "http://t.co/Dyjnk6tyvy", "created_at": "Mon Apr 07 19:52:49 +0000 2014", "contributors_enabled": false, "time_zone": "Islamabad", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174333139329024, "favorite_count": 0, "source": "<a href=\"http://tinyurl.com/pvjm8ho\" rel=\"nofollow\">u885du6483u306au4e8bu5b9fu3000u3000u3000u3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489174333139329024", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 3, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1184141054, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/436163824127721472/2YeKBYT4_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 255, "profile_sidebar_border_color": "C0DEED", "id_str": "1184141054", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 513, "description": "u8da3u5473u5c02u7528u203c u30b8u30e3u30cbu30fcu30bau3002LDHu3002u30c7u30a3u30bau30cbu30fcu3002u4eeeu9762u30e9u30a4u30c0u30fcu3002ONE PIECEu3002u597du304du3067u3059u203c u3075u3049u308du30fcu307fu30fcu3002\n\nu5d50 u6f64u304fu3093u306bu306eu62c5=u304au30fcu308bu62c5u2606", "friends_count": 556, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/436163824127721472/2YeKBYT4_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1184141054/1385677525", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "0226Yuta", "lang": "ja", "profile_background_tile": false, "favourites_count": 5, "name": "u3086u30fcu305fu2606", "notifications": false, "url": null, "created_at": "Sat Feb 16 00:02:43 +0000 2013", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Eu coletei 49,517 moedas de ouro! http://t.co/d5uJJaR7Bg #iphone, #iphonegames, #gameinsightBR", "in_reply_to_status_id": null, "id": 489174332892266496, "favorite_count": 0, "source": "<a href=\"http://bit.ly/tribez_itw\" rel=\"nofollow\">The Tribez for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [57, 64], "text": "iphone"}, {"indices": [66, 78], "text": "iphonegames"}, {"indices": [80, 94], "text": "gameinsightBR"}], "urls": [{"url": "http://t.co/d5uJJaR7Bg", "indices": [34, 56], "expanded_url": "http://gigam.es/imtw_Triboz", "display_url": "gigam.es/imtw_Triboz"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174332892266496", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 176128375, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "verified": false, "profile_text_color": "362720", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1099378546/OgAAABUVnf5seJuoXcuzZX8Cx9f3ZCI2HWevd2vtGVzjv8FZBCFmt7QJAf74TU-AoKucVfvZctX6vFenvqq4SxLfaWQAm1T1UAZkDk7eaR34p_rM04gyC-bPguI8_1__normal.jpg", "profile_sidebar_fill_color": "E5507E", "entities": {"description": {"urls": []}}, "followers_count": 33, "profile_sidebar_border_color": "CC3366", "id_str": "176128375", "profile_background_color": "FF6699", "listed_count": 3, "is_translation_enabled": false, "utc_offset": -10800, "statuses_count": 16617, "description": "", "friends_count": 123, "location": "", "profile_link_color": "B40B43", "profile_image_url": "http://pbs.twimg.com/profile_images/1099378546/OgAAABUVnf5seJuoXcuzZX8Cx9f3ZCI2HWevd2vtGVzjv8FZBCFmt7QJAf74TU-AoKucVfvZctX6vFenvqq4SxLfaWQAm1T1UAZkDk7eaR34p_rM04gyC-bPguI8_1__normal.jpg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "screen_name": "Paula_fg86", "lang": "pt", "profile_background_tile": true, "favourites_count": 1, "name": "Paula Gonu00e7alves", "notifications": false, "url": null, "created_at": "Sun Aug 08 17:07:19 +0000 2010", "contributors_enabled": false, "time_zone": "Brasilia", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "pt", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "pt", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174332736679937, "favorite_count": 0, "source": "<a href=\"https://twitter.com/gal_mizugi\" rel=\"nofollow\">gal_mizugi</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174332736679937", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2558013049, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479781151070879744/DsQahw03_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2931, "profile_sidebar_border_color": "C0DEED", "id_str": "2558013049", "profile_background_color": "C0DEED", "listed_count": 13, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 24991, "description": "u4e16u754cu7684u6709u540du306au30ccu30fcu30c7u30a3u30b9u30c8u30fbu30d3u30fcu30c1u306eu753bu50cfu3092u304au5c4au3051u3057u307eu3059uff01u7537u306au3089u4e00u5ea6u306fu61a7u308cu308bu30ccu30fcu30c7u30a3u30b9u30c8u30fbu30d3u30fcu30c1u3002u884cu3063u3066u307fu305fu3044u4ebau306fRTu304au9858u3044u3057u307eu3059uff01u30d5u30a9u30edu30fcu3082u5927u6b53u8fceuff01", "friends_count": 1378, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479781151070879744/DsQahw03_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2558013049/1403223829", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "nudist_beach_", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u753bu50cfu3011u30ccu30fcu30c7u30a3u30b9u30c8u30d3u30fcu30c1u3010u30a8u30edu3011", "notifications": false, "url": null, "created_at": "Tue Jun 10 02:28:29 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:04 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174331956539392, "favorite_count": 0, "source": "<a href=\"https://twitter.com/ero_love_ona\" rel=\"nofollow\">u30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u306fu30c4u30a4u30c3u30bfu30fcuff01</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174331956539392", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": false, "default_profile_image": false, "id": 2371683703, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif", "verified": false, "profile_text_color": "362720", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458958646475378688/NEbFaZI2_normal.jpeg", "profile_sidebar_fill_color": "E5507E", "entities": {"description": {"urls": []}}, "followers_count": 13346, "profile_sidebar_border_color": "FFFFFF", "id_str": "2371683703", "profile_background_color": "F69EAF", "listed_count": 39, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 72111, "description": "u30aau30cau30cbu30fcu3068u30bbu30c3u30afu30b9u304cu5927u597du304du306a10u4ee3u5973u5b50u3060u3088u2661RTu3057u3066u304fu308cu308bu30a8u30c3u30c1u306au4ebau304cu5927u597du7269u2661u3075u3041u307cu559cu3073u307eu3059u2661u898bu305fu3089u30d5u30a9u30edu30fcu3057u3066u3063u3066u306du2661", "friends_count": 2259, "location": "", "profile_link_color": "B40B43", "profile_image_url": "http://pbs.twimg.com/profile_images/458958646475378688/NEbFaZI2_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif", "screen_name": "ero_love_ona", "lang": "ja", "profile_background_tile": true, "favourites_count": 0, "name": "u30a8u30c3u30c1u5927u597du304duff20u306au304auff20u30a8u30edu57a2", "notifications": false, "url": null, "created_at": "Tue Mar 04 09:45:40 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @watashi_kitsui: u3010u3084u3063u3066u306fu3044u3051u306au3044u4e09u539fu5247u3011\n\n1. u5e78u305bu306au3068u304du306bu7d04u675fu3059u308bu306a\n\n2. u6012u3063u3066u308bu3068u304du306bu8fd4u4fe1u3059u308bu306a\n\n3. u60b2u3057u3044u3068u304du306bu6c7au5fc3u3059u308bu306a\n\nu3058u3083u306au3044u3068u307eu305fu3000u8ab0u304bu3092u50b7u3064u3051u3066u3057u307eu3046", "in_reply_to_status_id": null, "id": 489174331818143744, "favorite_count": 0, "source": "<a href=\"https://twitter.com/Lovepsychology1\" rel=\"nofollow\">u30a4u30f3u30c6u30b0u30e9</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2597924221, "indices": [3, 18], "id_str": "2597924221", "screen_name": "watashi_kitsui", "name": "u3053u308cu3001u672cu97f3u3002"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 193, "id_str": "489174331818143744", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3010u3084u3063u3066u306fu3044u3051u306au3044u4e09u539fu5247u3011\n\n1. u5e78u305bu306au3068u304du306bu7d04u675fu3059u308bu306a\n\n2. u6012u3063u3066u308bu3068u304du306bu8fd4u4fe1u3059u308bu306a\n\n3. u60b2u3057u3044u3068u304du306bu6c7au5fc3u3059u308bu306a\n\nu3058u3083u306au3044u3068u307eu305fu3000u8ab0u304bu3092u50b7u3064u3051u3066u3057u307eu3046", "in_reply_to_status_id": null, "id": 488244438859137024, "favorite_count": 94, "source": "<a href=\"http://twittbot.net/\" rel=\"nofollow\">twittbot.net</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 193, "id_str": "488244438859137024", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2597924221, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483948479685738496/3CltfrNk_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3387, "profile_sidebar_border_color": "C0DEED", "id_str": "2597924221", "profile_background_color": "C0DEED", "listed_count": 7, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 526, "description": "u307fu3093u306au306eu672cu97f3u3002", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/483948479685738496/3CltfrNk_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2597924221/1404217430", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "watashi_kitsui", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3053u308cu3001u672cu97f3u3002", "notifications": false, "url": null, "created_at": "Tue Jul 01 12:18:26 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Sun Jul 13 08:52:00 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2238663199, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/440771648258453506/llY9cWJk_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 2499, "profile_sidebar_border_color": "C0DEED", "id_str": "2238663199", "profile_background_color": "C0DEED", "listed_count": 7, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 23056, "description": "u8ab0u3082u304cu6b32u3057u3044u2661u30c7u30a3u30bau30cbu30fcu306eu58c1u7d19u3092u8a2du5b9au3057u3088u3046u266a", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/440771648258453506/llY9cWJk_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2238663199/1393923181", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "oshare_iphone", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u53b3u9078u3011u30c7u30a3u30bau30cbu30fcu2606iphoneu58c1u7d19u96c6u25a1", "notifications": false, "url": null, "created_at": "Tue Dec 10 05:50:15 +0000 2013", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174331256098816, "favorite_count": 0, "source": "<a href=\"https://twitter.com/gal_ero\" rel=\"nofollow\">u53efu611bu3044u304cu5927u597du304duff01</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174331256098816", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2472376711, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/466114821184684032/qafmAfMy_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 841, "profile_sidebar_border_color": "C0DEED", "id_str": "2472376711", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 68389, "description": "u30d9u30b9u30c8u30a2u30d7u30eau30b3u30ecu30afu30b7u30e7u30f3u306fu7d20u6575u306au30a2u30d7u30eau3092u3054u7d39u4ecbu3057u3066u3044u307eu3059u3002", "friends_count": 988, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/466114821184684032/qafmAfMy_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2472376711/1399965417", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "app_collection", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30d9u30b9u30c8u30a2u30d7u30eau30b3u30ecu30afu30b7u30e7u30f3", "notifications": false, "url": null, "created_at": "Thu May 01 11:39:58 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174331226734592, "favorite_count": 0, "source": "<a href=\"http://bit.ly/gMcdDJ\" rel=\"nofollow\">u6700u65b0u30cbu30e5u30fcu30b9.jpu3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489174331226734592", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 3, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2154620882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/429750302158233600/QWrhE1Pr_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 74, "profile_sidebar_border_color": "C0DEED", "id_str": "2154620882", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 705, "description": "u306eu3093u3061u3083u3093u5927u597du304duff5eu266a", "friends_count": 261, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/429750302158233600/QWrhE1Pr_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2154620882/1391295429", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "snow_kasumi", "lang": "ja", "profile_background_tile": false, "favourites_count": 104, "name": "kill meu2605u21d2u306eu3093u3061u3083u3093u2606", "notifications": false, "url": null, "created_at": "Fri Oct 25 10:32:58 +0000 2013", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Domuzz ablam iPhone 5s almis aglicam simdi aq ya", "in_reply_to_status_id": null, "id": 489174331222921216, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174331222921216", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1551050024, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000175982587/YP1qvwwX.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/485181146897326080/TxJT3sv8_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1087, "profile_sidebar_border_color": "FFFFFF", "id_str": "1551050024", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 2254, "description": "Maybe One Day", "friends_count": 1095, "location": "", "profile_link_color": "00B300", "profile_image_url": "http://pbs.twimg.com/profile_images/485181146897326080/TxJT3sv8_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1551050024/1403819420", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000175982587/YP1qvwwX.jpeg", "screen_name": "Yasemin_099", "lang": "tr", "profile_background_tile": true, "favourites_count": 997, "name": "u00dcu015eENGEu00c7 BAYAN", "notifications": false, "url": null, "created_at": "Thu Jun 27 16:53:54 +0000 2013", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "tr", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "tr", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174331100905472, "favorite_count": 0, "source": "<a href=\"https://twitter.com/fizasiqupate\" rel=\"nofollow\">vbnjhgdfgh</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174331100905472", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2487900592, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/474804715373334528/IbMN3FN-_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 268, "profile_sidebar_border_color": "C0DEED", "id_str": "2487900592", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 579, "description": "u4e0bu30cdu30bfu3092u540du8a00u3063u307du304fu3001u3069u3053u3068u306au304fu6df1u307fu3092u611fu3058u3055u305bu308bu611fu3058u306au8a00u8449u3092u96c6u3081u305fu30eau30eau30fcu30d5u30e9u30f3u30adu30fcu306eBOTu3067u3059u3002u672cu6c17u3067u3057u3093u307fu308au4e0bu30cdu30bfu3092u8a9eu308au307eu3057u3087u3046u3002u7d76u5bfeu30a6u30b1u308bu3068u601du3044u307eu3059u3002\r\nu30d5u30a9u30edu30fc&RTu3088u308du3057u304fu304au9858u3044u3057u307eu3059u3002", "friends_count": 1810, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/474804715373334528/IbMN3FN-_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2487900592/1402037106", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "lilylilyfranky", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u4e0bu30cdu30bfu3092u5049u5927u306bu8a9eu308bu3002u30eau30eau30fcu30d5u30e9u30f3u30adu30fc", "notifications": false, "url": null, "created_at": "Wed Apr 16 07:26:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174330442383361, "favorite_count": 0, "source": "<a href=\"https://twitter.com/kyonyu_heaven\" rel=\"nofollow\">kyonyu_heaven</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174330442383361", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2588402767, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481936360807223296/5q6bcPd-_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1183, "profile_sidebar_border_color": "C0DEED", "id_str": "2588402767", "profile_background_color": "C0DEED", "listed_count": 9, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 20139, "description": "u53b3u9078u3055u308cu305fu5de8u4e73u306eu5929u56fdu3078u3088u3046u3053u305du3002u81f3u9ad8u306eu30a8u30edu30b9u3092u304au5c4au3051u3057u3066u307eu3059u2661u6c17u306bu5165u3063u305fu3089RTuff06u30d5u30a9u30edu30fcu304au9858u3044u3057u307eu3059u306du266a", "friends_count": 246, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481936360807223296/5q6bcPd-_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2588402767/1403737868", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "kyonyu_heaven", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u53b3u9078u3011u5de8u4e73u5929u56fdu3010u81f3u9ad8u3011", "notifications": false, "url": null, "created_at": "Wed Jun 25 23:04:33 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Play a real fruity on your iPhone, #DoubleAgent from #Reflex Gaming... http://t.co/OpZjRUdg4G http://t.co/FzTFw9pudw", "in_reply_to_status_id": null, "id": 489174329893339137, "favorite_count": 0, "source": "<a href=\"https://itunes.apple.com/us/app/reflex-fruit-machines/id680528964?

mt=8&uo=4\" rel=\"nofollow\">Reflex Fruit Machines on iOS</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [35, 47], "text": "DoubleAgent"}, {"indices": [53, 60], "text": "Reflex"}], "urls": [{"url": "http://t.co/OpZjRUdg4G", "indices": [71, 93], "expanded_url": "http://goo.gl/TU8gBa", "display_url": "goo.gl/TU8gBa"}], "media": [{"expanded_url": "http://twitter.com/HarmanRemi/status/489174329893339137/photo/1", "display_url": "pic.twitter.com/FzTFw9pudw", "url": "http://t.co/FzTFw9pudw", "media_url_https": "https://pbs.twimg.com/media/BsnldgwIEAE0DfB.jpg", "id_str": "489174329717166081", "sizes": {"small": {"h": 480, "resize": "fit", "w": 320}, "large": {"h": 480, "resize": "fit", "w": 320}, "medium": {"h": 480, "resize": "fit", "w": 320}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [94, 116], "type": "photo", "id": 489174329717166081, "media_url": "http://pbs.twimg.com/media/BsnldgwIEAE0DfB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174329893339137", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2513717618, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/471035672992948224/1CwV5IJC_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 8, "profile_sidebar_border_color": "C0DEED", "id_str": "2513717618", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 16, "description": "Love 2", "friends_count": 23, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/471035672992948224/1CwV5IJC_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "HarmanRemi", "lang": "en-GB", "profile_background_tile": false, "favourites_count": 1, "name": "remi harman", "notifications": false, "url": null, "created_at": "Wed May 21 21:27:53 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @DudyshkinBoss: u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489174329830023170, "favorite_count": 0, "source": "<a href=\"https://twitter.com/\" rel=\"nofollow\">u3070dsu3075u3049su3075u3049su3069</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2534761051, "indices": [3, 17], "id_str": "2534761051", "screen_name": "DudyshkinBoss", "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b"}], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489174329830023170", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3059u3063u3074u3093u304au3057u3083u3079u308aCASu2661\nu30e2u30a4uff01iPhoneu304bu3089u30c4u30a4u30adu30e3u30b9u3067u914du4fe1u4e2d -", "in_reply_to_status_id": null, "id": 489172239141437440, "favorite_count": 0, "source": "<a href=\"https://twitter.com/dwestee00\" rel=\"nofollow\">dousimasuka</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 11, "id_str": "489172239141437440", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2534761051, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 107, "profile_sidebar_border_color": "C0DEED", "id_str": "2534761051", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 143, "description": "u4ecau6700u3082u30ceu30eau306bu306eu3063u3066u3044u308bu795eu7530u6c99u4e5fu52a0u3055u307eu3092u5fdcu63f4u3059u308bu305fu3081u306eu30b5u30a4u30c8u3067u3059u3002", "friends_count": 1931, "location": "u6771u4eacu90fdu76eeu9ed2u533a", "profile_link_color": "B30033", "profile_image_url": "http://pbs.twimg.com/profile_images/486064805472518144/bJaFRevZ_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2534761051/1404721922", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "DudyshkinBoss", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u795eu7530u6c99u4e5fu52a0 u30a2u30cau3068u96eau306eu5973u738b", "notifications": false, "url": null, "created_at": "Fri May 30 10:11:54 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:18:44 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2519539374, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/487812015373557760/K81tYj0-_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 183, "profile_sidebar_border_color": "C0DEED", "id_str": "2519539374", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 152, "description": "u3042u306au305fu306bu304au5f97u306au30cfu30fcu30b2u30f3u30c0u30c3u30c4u306eu6700u65b0u60c5u5831u3092u307eu3068u3081u3066u30a2u30c3u30d7uff01u3069u3093u3069u3093u4f7fu3063u3066u307fu3066u306du3002", "friends_count": 2001, "location": "TOKYO", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/487812015373557760/K81tYj0-_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2519539374/1405138542", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "wulyzejidada", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u304au5f97u306au30cfu30fcu30b2u30f3u30c0u30c3u30c4u60c5u5831", "notifications": false, "url": null, "created_at": "Sat May 24 05:19:33 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174329658073088, "favorite_count": 0, "source": "<a href=\"https://twitter.com/kyonyu_heaven\" rel=\"nofollow\">kyonyu_heaven</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174329658073088", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2541607597, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/478577738232496129/dMVnmSaM_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3165, "profile_sidebar_border_color": "C0DEED", "id_str": "2541607597", "profile_background_color": "C0DEED", "listed_count": 14, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 25955, "description": "u30aau30cau597du304du306eu30a8u30c3u30c1u306au5973u306eu5b50u3060u3088(*/u03c9uff3c*) u30a8u30edu30a8u30edu306au30c4u30a4u30fcu30c8u3057u304bu3057u306au3044u3093u3067u697du3057u3093u3067u3063u3066u304fu3060u3055u3044(u3003uff89u03c9uff89)u30d5u30a9u30edu30fcu3057u3066u304fu308cu308bu3068u5b09u3057u3044u3067u3059(u3003u8278u3003)", "friends_count": 1270, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/478577738232496129/dMVnmSaM_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2541607597/1402936901", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "yusa_ero", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u2606u3085u3055uff20u30a8u30edu57a2u2606", "notifications": false, "url": null, "created_at": "Mon Jun 02 14:22:49 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174329330905088, "favorite_count": 0, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">u8a71u984cu306eu30cbu30e5u30fcu30b9u2606u3000u3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489174329330905088", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 3, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2553936632, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483620668102045696/hF28KqqP_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 131, "profile_sidebar_border_color": "C0DEED", "id_str": "2553936632", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 54, "description": "(uff61-_-uff61)", "friends_count": 143, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/483620668102045696/hF28KqqP_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2553936632/1404139142", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tsubasa__u", "lang": "ja", "profile_background_tile": false, "favourites_count": 20, "name": "u3069u3079u3064u3070u3055", "notifications": false, "url": null, "created_at": "Sun Jun 08 05:11:06 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174328911474688, "favorite_count": 0, "source": "<a href=\"https://twitter.com/inthe_skirt\" rel=\"nofollow\">u30deu30b9u30bfu30fcu30b3u30dfu30e5u30cbu30b1u30fcu30b7u30e7u30f3u30c4u30a4u30c3u30bfu30fc</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174328911474688", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2588402540, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481940172225789952/72Z9r282_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1404, "profile_sidebar_border_color": "C0DEED", "id_str": "2588402540", "profile_background_color": "C0DEED", "listed_count": 14, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 20400, "description": "u30d1u30f3u30c1u30e9u2026u898bu305fu3044u3063uff01u8997u304du305fu3044uff01uff01u3063u3066u30e4u30c4u306fu3061u3087u3063u3068u898bu3066u3063u3066uff57u53b3u9078u3057u305fu30d1u30f3u30c1u30e9u753bu50cfu96c6u3081u3066u308bu3002u6c17u306bu5165u3063u305fu753bu50cfu306fRTu3057u3066u304fu308cu308bu3068u3046u308cu3057u3044u2606#u30d1u30f3u30c1u30e9", "friends_count": 315, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481940172225789952/72Z9r282_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2588402540/1403738626", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "skirt_heaven", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u53b3u9078u3011u30d1u30f3u30c1u30e9u5929u56fdu3010u30a8u30edu3011", "notifications": false, "url": null, "created_at": "Wed Jun 25 23:17:00 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Iphone repairs and unlocks-providing sure thing respect otherwise fret line: Vaev", "in_reply_to_status_id": null, "id": 489174328726917121, "favorite_count": 0, "source": "<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174328726917121", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 1240913870, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/3505596299/924ebdb53cb8ccb8b599b878e6fc96f6_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 15, "profile_sidebar_border_color": "C0DEED", "id_str": "1240913870", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 30342, "description": "", "friends_count": 1, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/3505596299/924ebdb53cb8ccb8b599b878e6fc96f6_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "HamphreyHailey", "lang": "ru", "profile_background_tile": false, "favourites_count": 0, "name": "HamphreyHailey", "notifications": false, "url": null, "created_at": "Mon Mar 04 09:01:21 +0000 2013", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Request: Tweak for Video Streaming on Smart TV without using Apple TV by live streaming concept alru2026 http://t.co/jdrgzzRy1y", "in_reply_to_status_id": null, "id": 489174328684978176, "favorite_count": 0, "source": "<a href=\"http://rss2twi.com\" rel=\"nofollow\">rss2twi.com</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/jdrgzzRy1y", "indices": [101, 123], "expanded_url": "http://rss2twi.com/link?

post_id=1742912", "display_url": "rss2twi.com/link?post_id=1u2026"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174328684978176", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2390757745, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/444773262820511746/2UfeHLOM_normal.png", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 403, "profile_sidebar_border_color": "C0DEED", "id_str": "2390757745", "profile_background_color": "C0DEED", "listed_count": 8, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 25476, "description": "iPhone, iOSthemes, jailbreak of the topic in Reddit", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/444773262820511746/2UfeHLOM_normal.png", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "Reddit_iPhone", "lang": "ja", "profile_background_tile": false, "favourites_count": 28109, "name": "Reddit iPhone", "notifications": false, "url": null, "created_at": "Sat Mar 15 09:52:00 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Endorse kakah\"@HebiAsli: Hay @luthfinzlfkr @nixiepiaaf @namiutm Yuk follow @alysyahrief & ikutan kuis #KuisAlysyahrief Berhadiah iPhone 5. \"", "in_reply_to_status_id": null, "id": 489174328248791040, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2459427170, "indices": [14, 23], "id_str": "2459427170", "screen_name": "HebiAsli", "name": "#PrayForGAZA"}, {"id": 192258614, "indices": [29, 42], "id_str": "192258614", "screen_name": "luthfinzlfkr", "name": "Luthfi Nz"}, {"id": 1354193768, "indices": [43, 54], "id_str": "1354193768", "screen_name": "nixiepiaaf", "name": "nixiepia"}, {"id": 1945588898, "indices": [55, 63], "id_str": "1945588898", "screen_name": "namiutm", "name": "Nami"}, {"id": 2174374680, "indices": [75, 87], "id_str": "2174374680", "screen_name": "alysyahrief", "name": "Aliando Syahrief"}], "hashtags": [{"indices": [106, 122], "text": "KuisAlysyahrief"}], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174328248791040", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 192258614, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/708349648/528dd3e9222c4b97585f1f6378b18979.jpeg", "verified": false, "profile_text_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/477113172118081536/L4wWEi4U_normal.jpeg", "profile_sidebar_fill_color": "81EB78", "entities": {"description": {"urls": []}}, "followers_count": 352, "profile_sidebar_border_color": "FFFFFF", "id_str": "192258614", "profile_background_color": "11D43E", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 16678, "description": "2 people 1 story 1 love, MetasaIkhsan!", "friends_count": 280, "location": "", "profile_link_color": "F20808", "profile_image_url": "http://pbs.twimg.com/profile_images/477113172118081536/L4wWEi4U_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/192258614/1392562808", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/708349648/528dd3e9222c4b97585f1f6378b18979.jpeg", "screen_name": "luthfinzlfkr", "lang": "en", "profile_background_tile": true, "favourites_count": 17, "name": "Luthfi Nz", "notifications": false, "url": null, "created_at": "Sat Sep 18 16:40:14 +0000 2010", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "in", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "in", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ero_app_sokuho: u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/u2026", "in_reply_to_status_id": null, "id": 489174328185868288, "favorite_count": 0, "source": "<a href=\"https://twitter.com/niji_ero_club\" rel=\"nofollow\">niji_ero_club</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2478456882, "indices": [3, 18], "id_str": "2478456882", "screen_name": "ero_app_sokuho", "name": "u30a8u30edu30a2u30d7u30eau901fu5831"}], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [74, 96], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"source_status_id_str": "489171331204665344", "expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "source_status_id": 489171331204665344, "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489174328185868288", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u3053u308cu306fu30e4u30d0u30a4uff01\nu7f8eu5973u3068u51fau4f1au3048u3066u3044u3084u3089u3057u3044u3053u3068u307eu3067u3067u304du3061u3083u3063u305fu30a2u30d7u30eauff57uff57\n\niPhoneu30fbAndroid\nu3000u2192http://t.co/De3FY5jpFJ\n\nu30a8u30edu7387u304cu30cfu30f3u30d1u306au3044uff01u767bu9332u30d5u30eau30fcu3067u7121u6599u3060u304bu3089DLu3057u3066u304au3051uff57 http://t.co/AsIfGu7tiA", "in_reply_to_status_id": null, "id": 489171331204665344, "favorite_count": 0, "source": "<a href=\"https://twitter.com/app_deai\" rel=\"nofollow\">app_deai</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/De3FY5jpFJ", "indices": [54, 76], "expanded_url": "http://app-dl.net/twi/8", "display_url": "app-dl.net/twi/8"}], "media": [{"expanded_url": "http://twitter.com/ero_app_sokuho/status/489171331204665344/photo/1", "display_url": "pic.twitter.com/AsIfGu7tiA", "url": "http://t.co/AsIfGu7tiA", "media_url_https": "https://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg", "id_str": "489171331020103680", "sizes": {"small": {"h": 419, "resize": "fit", "w": 306}, "large": {"h": 419, "resize": "fit", "w": 306}, "medium": {"h": 419, "resize": "fit", "w": 306}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [107, 129], "type": "photo", "id": 489171331020103680, "media_url": "http://pbs.twimg.com/media/Bsniu9vCIAAqUxB.jpg"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 51, "id_str": "489171331204665344", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2478456882, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1061, "profile_sidebar_border_color": "C0DEED", "id_str": "2478456882", "profile_background_color": "C0DEED", "listed_count": 4, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 64073, "description": "u30a8u30edu597du304du5fc5u898buff01u30a8u30edu304fu3066u697du3057u3044u30a2u30d7u30eau3092u7d39u4ecbu3057u3066u3044u304fu3088uff01", "friends_count": 1006, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/467223410343309313/1kZk7wUW_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2478456882/1400229710", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "ero_app_sokuho", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu30a2u30d7u30eau901fu5831", "notifications": false, "url": null, "created_at": "Mon May 05 14:48:34 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:15:08 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2471007692, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/463582449872543744/Q8Ky2pYE_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 4476, "profile_sidebar_border_color": "C0DEED", "id_str": "2471007692", "profile_background_color": "C0DEED", "listed_count": 25, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 69655, "description": "u30a2u30cbu30e1u30a8u30edu753bu50cfu3084u53efu611bu3044u5973u306eu5b50u306eu753bu50cfu3092u8cbcu308au307eu3059uff01u4ed6u306bu3082u30a8u30edu753bu50cfu3092u30eau30c4u30a4u30fcu30c8u3057u307eu304fu308au307eu3059uff01u30d5u30a9u30edu30fcu3001RTu6b53u8fceuff01u753bu50cfu3092RTu3057u3066u304fu308cu308bu4ebau3092u30d5u30a9u30edu30fcu3057u3066u304du307eu3059uff01", "friends_count": 3122, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/463582449872543744/Q8Ky2pYE_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2471007692/1399361891", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "niji_ero_club", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u4e8cu6b21u5143u30a8u30edu753bu50cfu3092u8cbcu308bu4f1a", "notifications": false, "url": null, "created_at": "Wed Apr 30 13:59:21 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "A new achievement: `Landscaper`. Can you get it too?

http://t.co/agVWzErgex #iphone,#iphonegames,#gameinsight", "in_reply_to_status_id": null, "id": 489174327481614337, "favorite_count": 0, "source": "<a href=\"http://gigam.es/TribezAndCastlez_tw\" rel=\"nofollow\">The Tribez & Castlez</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [76, 83], "text": "iphone"}, {"indices": [84, 96], "text": "iphonegames"}, {"indices": [97, 109], "text": "gameinsight"}], "urls": [{"url": "http://t.co/agVWzErgex", "indices": [53, 75], "expanded_url": "http://gigam.es/Castlez_tw", "display_url": "gigam.es/Castlez_tw"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174327481614337", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 480649256, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "verified": false, "profile_text_color": "3D1957", "profile_image_url_https": "https://pbs.twimg.com/profile_images/472877899524345856/EQOUeOhG_normal.jpeg", "profile_sidebar_fill_color": "7AC3EE", "entities": {"description": {"urls": []}}, "followers_count": 72, "profile_sidebar_border_color": "65B0DA", "id_str": "480649256", "profile_background_color": "8C1CDB", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 285, "description": "Wife and mummy xx endo suffer #ilovemyson #endosisters #lovemyhubby #ilovemydaughter.", "friends_count": 214, "location": "northants", "profile_link_color": "FF0000", "profile_image_url": "http://pbs.twimg.com/profile_images/472877899524345856/EQOUeOhG_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/480649256/1348694223", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "screen_name": "DonnaDickens2", "lang": "en", "profile_background_tile": true, "favourites_count": 41, "name": "Donna Dickens", "notifications": false, "url": null, "created_at": "Wed Feb 01 18:48:46 +0000 2012", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174327305060353, "favorite_count": 0, "source": "<a href=\"http://bit.ly/gMcdDJ\" rel=\"nofollow\">u6700u65b0u30cbu30e5u30fcu30b9.jpu3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489174327305060353", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 3, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2451525600, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/460429447187816449/8l0Aot80_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1, "profile_sidebar_border_color": "C0DEED", "id_str": "2451525600", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 70, "description": "", "friends_count": 7, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/460429447187816449/8l0Aot80_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2451525600/1397835042", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "colaaaaaKiKi", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u548cu5f25", "notifications": false, "url": null, "created_at": "Fri Apr 18 15:27:11 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Leaked iPhone 6 #sapphire screen tough, but not unbreakable u25ba http://t.co/57ztC9cjV3\nvia @CNET", "in_reply_to_status_id": null, "id": 489174326646956032, "favorite_count": 0, "source": "<a href=\"http://bufferapp.com\" rel=\"nofollow\">Buffer</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 30261067, "indices": [89, 94], "id_str": "30261067", "screen_name": "CNET", "name": "CNET"}], "hashtags": [{"indices": [16, 25], "text": "sapphire"}], "urls": [{"url": "http://t.co/57ztC9cjV3", "indices": [62, 84], "expanded_url": "http://cnet.co/1mXEFF0", "display_url": "cnet.co/1mXEFF0"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174326646956032", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 41652749, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/105048412/Background_300dpi_1800pxW_Rv3.jpg", "verified": false, "profile_text_color": "616061", "profile_image_url_https": "https://pbs.twimg.com/profile_images/377862314/PA241410_normal.JPG", "profile_sidebar_fill_color": "000000", "entities": {"url": {"urls": [{"url": "http://t.co/d6knAK1tZw", "indices": [0, 22], "expanded_url": "http://gplus.to/DJFrankie", "display_url": "gplus.to/DJFrankie"}]}, "description": {"urls": []}}, "followers_count": 5881, "profile_sidebar_border_color": "181A1E", "id_str": "41652749", "profile_background_color": "1A1B1F", "listed_count": 529, "is_translation_enabled": false, "utc_offset": -25200, "statuses_count": 69760, "description": "Social Media | Travel | Food | Science | Technology | Business | Art | Architecture | Photography", "friends_count": 6458, "location": "Los Angeles, CA", "profile_link_color": "2FC2EF", "profile_image_url": "http://pbs.twimg.com/profile_images/377862314/PA241410_normal.JPG", "following": false, "geo_enabled": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/105048412/Background_300dpi_1800pxW_Rv3.jpg", "screen_name": "DJFrankieee", "lang": "en", "profile_background_tile": false, "favourites_count": 2319, "name": "Francis Unson", "notifications": false, "url": "http://t.co/d6knAK1tZw", "created_at": "Thu May 21 19:07:15 +0000 2009", "contributors_enabled": false, "time_zone": "Pacific Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "I'm now an A-List celebrity in Kim Kardashian: Hollywood. Come join me and become famous too by playing on iPhone! http://t.co/DiXOvBW6wQ", "in_reply_to_status_id": null, "id": 489174325895766016, "favorite_count": 0, "source": "<a href=\"http://www.apple.com\" rel=\"nofollow\">iOS</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/DiXOvBW6wQ", "indices": [115, 137], "expanded_url": "http://itunes.apple.com/app/id860822992", "display_url": "itunes.apple.com/app/id860822992"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174325895766016", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 291446335, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/478948192893956096/ZOQyZfWT.jpeg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483863905991528448/HfOZ2v-w_normal.jpeg", "profile_sidebar_fill_color": "F6F6F6", "entities": {"url": {"urls": [{"url": "https://t.co/8E8uzjH0sJ", "indices": [0, 23], "expanded_url": "https://twitter.com/michael5sos/status/172603916259819520", "display_url": "twitter.com/michael5sos/stu2026"}]}, "description": {"urls": []}}, "followers_count": 1701, "profile_sidebar_border_color": "FFFFFF", "id_str": "291446335", "profile_background_color": "ACDED6", "listed_count": 21, "is_translation_enabled": false, "utc_offset": -10800, "statuses_count": 4225, "description": "what is bio // u2661griersxcaniffu2661", "friends_count": 1253, "location": "canada", "profile_link_color": "038543", "profile_image_url": "http://pbs.twimg.com/profile_images/483863905991528448/HfOZ2v-w_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/291446335/1404195904", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/478948192893956096/ZOQyZfWT.jpeg", "screen_name": "mendesxxirwin", "lang": "en", "profile_background_tile": true, "favourites_count": 9376, "name": "christine", "notifications": false, "url": "https://t.co/8E8uzjH0sJ", "created_at": "Mon May 02 01:26:18 +0000 2011", "contributors_enabled": false, "time_zone": "Atlantic Time (Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174325396664320, "favorite_count": 0, "source": "<a href=\"http://bit.ly/gMcdDJ\" rel=\"nofollow\">u6700u65b0u30cbu30e5u30fcu30b9.jpu3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489174325396664320", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 3, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2438204449, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/483588443067273216/G9jsDJ-d_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 142, "profile_sidebar_border_color": "C0DEED", "id_str": "2438204449", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 405, "description": "u8d8au4e2du261eu6b66u554611h", "friends_count": 149, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/483588443067273216/G9jsDJ-d_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2438204449/1404527855", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "sksp2283", "lang": "ja", "profile_background_tile": false, "favourites_count": 1109, "name": "u54b2u5e0c", "notifications": false, "url": null, "created_at": "Fri Apr 11 08:54:46 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Hate when I'm about to text somebody back then somebody else with an iPhone text me at the same time and I hit their message instead", "in_reply_to_status_id": null, "id": 489174325153370112, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174325153370112", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 62900514, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000847196240/cbc99e07688d52953f0da4101dd6f199_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 654, "profile_sidebar_border_color": "C0DEED", "id_str": "62900514", "profile_background_color": "C0DEED", "listed_count": 1, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 28998, "description": "", "friends_count": 425, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/378800000847196240/cbc99e07688d52953f0da4101dd6f199_normal.jpeg", "following": false, "geo_enabled": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "Shahonlowry", "lang": "en", "profile_background_tile": false, "favourites_count": 2915, "name": "MC Hon", "notifications": false, "url": null, "created_at": "Tue Aug 04 19:13:05 +0000 2009", "contributors_enabled": false, "time_zone": "Quito", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "en", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174324486471681, "favorite_count": 0, "source": "<a href=\"https://twitter.com/CdRegaro610\" rel=\"nofollow\">u672cu7530u540du8a00u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174324486471681", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2588798892, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482016806702288897/cJmgQnww_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 313, "profile_sidebar_border_color": "C0DEED", "id_str": "2588798892", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 496, "description": "u30b5u30c3u30abu30fcu65e5u672cu4ee3u8868u306eu672cu7530u572du4ecbu5148u9031u306eu540du8a00u3001u683cu8a00u96c6u3067u3059u3002u4e16u754cu3067u6d3bu8e8du3059u308bu30c8u30c3u30d7u9078u624bu304cu3001u30b5u30c3u30abu30fcu3001u4ebau751fu306bu3064u3044u3066u71b1u304fu3064u3076u3084u304du307eu3059uff01u30d5u30a9u30edu30fcu3001u30eau30c4u30a4u30fcu30c8u304au9858u3044u3057u307eu3059uff01", "friends_count": 1964, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482016806702288897/cJmgQnww_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2588798892/1403757635", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "gensen_honda", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u53b3u9078u3011u672cu7530u572du4ecbu540du8a00u96c6", "notifications": false, "url": null, "created_at": "Thu Jun 26 04:15:13 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:02 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "The Kingdom's citizens are happy to have Scarecrow! Try to build it too! http://t.co/agVWzErgex #iphone,#iphonegames,#gameinsight", "in_reply_to_status_id": null, "id": 489174324025511936, "favorite_count": 0, "source": "<a href=\"http://gigam.es/TribezAndCastlez_tw\" rel=\"nofollow\">The Tribez & Castlez</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [96, 103], "text": "iphone"}, {"indices": [104, 116], "text": "iphonegames"}, {"indices": [117, 129], "text": "gameinsight"}], "urls": [{"url": "http://t.co/agVWzErgex", "indices": [73, 95], "expanded_url": "http://gigam.es/Castlez_tw", "display_url": "gigam.es/Castlez_tw"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174324025511936", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 480649256, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme10/bg.gif", "verified": false, "profile_text_color": "3D1957", "profile_image_url_https": "https://pbs.twimg.com/profile_images/472877899524345856/EQOUeOhG_normal.jpeg", "profile_sidebar_fill_color": "7AC3EE", "entities": {"description": {"urls": []}}, "followers_count": 72, "profile_sidebar_border_color": "65B0DA", "id_str": "480649256", "profile_background_color": "8C1CDB", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 285, "description": "Wife and mummy xx endo suffer #ilovemyson #endosisters #lovemyhubby #ilovemydaughter.", "friends_count": 214, "location": "northants", "profile_link_color": "FF0000", "profile_image_url": "http://pbs.twimg.com/profile_images/472877899524345856/EQOUeOhG_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/480649256/1348694223", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme10/bg.gif", "screen_name": "DonnaDickens2", "lang": "en", "profile_background_tile": true, "favourites_count": 41, "name": "Donna Dickens", "notifications": false, "url": null, "created_at": "Wed Feb 01 18:48:46 +0000 2012", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:01 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "I'm now an A-List celebrity in Kim Kardashian: Hollywood. Come join me and become famous too by playing on iPhone! http://t.co/EteX7p0NDW", "in_reply_to_status_id": null, "id": 489174322854907904, "favorite_count": 0, "source": "<a href=\"http://www.apple.com\" rel=\"nofollow\">iOS</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/EteX7p0NDW", "indices": [115, 137], "expanded_url": "http://itunes.apple.com/app/id860822992", "display_url": "itunes.apple.com/app/id860822992"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174322854907904", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 236210608, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/381571887/rust-and-paint.jpg", "verified": false, "profile_text_color": "205C76", "profile_image_url_https": "https://pbs.twimg.com/profile_images/460946046706012160/i0G8CUEF_normal.jpeg", "profile_sidebar_fill_color": "F8D058", "entities": {"description": {"urls": []}}, "followers_count": 157, "profile_sidebar_border_color": "F8D058", "id_str": "236210608", "profile_background_color": "205C76", "listed_count": 1, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 1979, "description": "ECU student, psychology/ philosophy undergrad, music enthusiast, animal activist, imaginary adventurer, amateur philosopher", "friends_count": 207, "location": "East Coast", "profile_link_color": "53BBE8", "profile_image_url": "http://pbs.twimg.com/profile_images/460946046706012160/i0G8CUEF_normal.jpeg", "following": false, "geo_enabled": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/236210608/1357523035", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/381571887/rust-and-paint.jpg", "screen_name": "JessEdwards1", "lang": "en", "profile_background_tile": true, "favourites_count": 379, "name": "Jessi Edwards", "notifications": false, "url": null, "created_at": "Mon Jan 10 02:11:16 +0000 2011", "contributors_enabled": false, "time_zone": "Central Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:01 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "#desi,#porn,#sex,#iphone,#android, Asian Hot Babe Got Fucked In Her Fresh Looking Wet Puss http://t.co/YbsVE12LVW", "in_reply_to_status_id": null, "id": 489174321752203264, "favorite_count": 0, "source": "<a href=\"http://tweetadder.com\" rel=\"nofollow\">TweetAdder v4</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [0, 5], "text": "desi"}, {"indices": [6, 11], "text": "porn"}, {"indices": [12, 16], "text": "sex"}, {"indices": [17, 24], "text": "iphone"}, {"indices": [25, 33], "text": "android"}], "urls": [{"url": "http://t.co/YbsVE12LVW", "indices": [91, 113], "expanded_url": "http://xoonii.com/asian-hot-babe-got-fucked-in-her-fresh-looking-wet-pussy/", "display_url": "xoonii.com/asian-hot-babeu2026"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174321752203264", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2431968716, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/457191548279476224/f3wq1wT1_normal.jpeg", "profile_sidebar_fill_color": "F6F6F6", "entities": {"url": {"urls": [{"url": "http://t.co/izQHnpLS67", "indices": [0, 22], "expanded_url": "http://xoonii.com", "display_url": "xoonii.com"}]}, "description": {"urls": []}}, "followers_count": 380, "profile_sidebar_border_color": "EEEEEE", "id_str": "2431968716", "profile_background_color": "ACDED6", "listed_count": 9, "is_translation_enabled": false, "utc_offset": 18000, "statuses_count": 68743, "description": "#teen,#pussy,#movie,#iphone,#sex,#porn\n#pics,#anal,#teen,#hot,\n#porn,#sex,#hot,#teen\n#nipples,#boobs,#lesbian,", "friends_count": 0, "location": "Grand Rapids,MI,US", "profile_link_color": "038543", "profile_image_url": "http://pbs.twimg.com/profile_images/457191548279476224/f3wq1wT1_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2431968716/1397837974", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif", "screen_name": "AsianPornX", "lang": "en", "profile_background_tile": false, "favourites_count": 0, "name": "Asian Porn X", "notifications": false, "url": "http://t.co/izQHnpLS67", "created_at": "Mon Apr 07 12:29:47 +0000 2014", "contributors_enabled": false, "time_zone": "Islamabad", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:01 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @tokutoku_appli: u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 htu2026", "in_reply_to_status_id": null, "id": 489174321546268672, "favorite_count": 0, "source": "<a href=\"http://tinyurl.com/pvjm8ho\" rel=\"nofollow\">u885du6483u306au4e8bu5b9fu3000u3000u3000u3000</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2479820437, "indices": [3, 18], "id_str": "2479820437", "screen_name": "tokutoku_appli", "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a"}], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [59, 81], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [107, 129], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"source_status_id_str": "489173858079891456", "expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "source_status_id": 489173858079891456, "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489174321546268672", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "u30c1u30e5u30fcu30c8u30eau30a2u30ebu30acu30c1u30e3u3067u306au3093u3068uff01\nu300eu52a0u85e4u6e05u6b63u300fu3042u305fu3063u305fu30fcu2606\nu3000\niPhone\nu21d2http://t.co/0tL4z5oXrq\n(u53f3u4e0aSafariu3067u958bu304f)\nu3000\nAndroid\nu21d2http://t.co/DSiZzBV3eO\nu3000\nu904bu547du3084u2661 http://t.co/jazh3g3nlu", "in_reply_to_status_id": null, "id": 489173858079891456, "favorite_count": 3, "source": "<a href=\"http://yahoo.co.jp\" rel=\"nofollow\">2e42ac19-56e6-4401-94cf-75a1c970</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/0tL4z5oXrq", "indices": [39, 61], "expanded_url": "http://urx.nu/aaSu", "display_url": "urx.nu/aaSu"}, {"url": "http://t.co/DSiZzBV3eO", "indices": [87, 109], "expanded_url": "http://urx.nu/aaSy", "display_url": "urx.nu/aaSy"}], "media": [{"expanded_url": "http://twitter.com/tokutoku_appli/status/489173858079891456/photo/1", "display_url": "pic.twitter.com/jazh3g3nlu", "url": "http://t.co/jazh3g3nlu", "media_url_https": "https://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png", "id_str": "489173857664655360", "sizes": {"large": {"h": 741, "resize": "fit", "w": 450}, "small": {"h": 559, "resize": "fit", "w": 340}, "medium": {"h": 741, "resize": "fit", "w": 450}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [117, 139], "type": "photo", "id": 489173857664655360, "media_url": "http://pbs.twimg.com/media/BsnlCCOCYAAcyyF.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 283, "id_str": "489173858079891456", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2479820437, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 189, "profile_sidebar_border_color": "C0DEED", "id_str": "2479820437", "profile_background_color": "C0DEED", "listed_count": 3, "is_translation_enabled": false, "utc_offset": 32400, "statuses_count": 1, "description": "u5f79u7acbu3064u30a2u30d7u30eau2606u6687u3064u3076u3057u306bu6700u9ad8u306eu30a2u30d7u30eau2606u795eu30b2u30fcu306au3069u3092u7d39u4ecbu3059u308bu3088u3002u3002u3002u7a7au3044u305fu6642u9593u306fu30a2u30d7u30eau3067u3072u3064u307eu2026u6687u3064u3076u3057u3060(uff61uff65 u03c9)u309e", "friends_count": 0, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482778786845315072/bKYQVWy7_normal.jpeg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "tokutoku_appli", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u5f97u3005u7121u6599u30a2u30d7u30eau266a", "notifications": false, "url": null, "created_at": "Tue May 06 13:15:15 +0000 2014", "contributors_enabled": false, "time_zone": "Irkutsk", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:25:10 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 555842431, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/482421953546825728/vgr8TemO_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 41, "profile_sidebar_border_color": "C0DEED", "id_str": "555842431", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 54, "description": "u77e5u591a u5de5u696d2u5e74 u30d0u30b9u30b1u90e8 u30edu30deu30ddu30ebu884cu304du305fu3044u30fc", "friends_count": 45, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/482421953546825728/vgr8TemO_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/555842431/1403625789", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "crossbone59", "lang": "ja", "profile_background_tile": false, "favourites_count": 17, "name": "u3068u3046u3054", "notifications": false, "url": null, "created_at": "Tue Apr 17 09:59:18 +0000 2012", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:01 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Australia Courses 75. Grammar 1: Sentence Structure - St. Hilda's School http://t.co/Ol1CjXWBNU #iTunesU #iTunes #iPhone #Apple #Mac", "in_reply_to_status_id": null, "id": 489174321340751872, "favorite_count": 0, "source": "<a href=\"http://blog.77jp.net\" rel=\"nofollow\">Top 10 iTunes U</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [96, 104], "text": "iTunesU"}, {"indices": [105, 112], "text": "iTunes"}, {"indices": [113, 120], "text": "iPhone"}, {"indices": [121, 127], "text": "Apple"}, {"indices": [128, 132], "text": "Mac"}], "urls": [{"url": "http://t.co/Ol1CjXWBNU", "indices": [73, 95], "expanded_url": "http://tinyurl.com/pvgf5qc", "display_url": "tinyurl.com/pvgf5qc"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174321340751872", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2457821562, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif", "verified": false, "profile_text_color": "634047", "profile_image_url_https": "https://pbs.twimg.com/profile_images/458585855347548160/ObJZcdjc_normal.png", "profile_sidebar_fill_color": "E3E2DE", "entities": {"url": {"urls": [{"url": "http://t.co/UBaFeqTc4O", "indices": [0, 22], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}, "description": {"urls": [{"url": "http://t.co/BIIZY2zulT", "indices": [0, 22], "expanded_url": "http://j.mp/1mMfen3", "display_url": "j.mp/1mMfen3"}, {"url": "http://t.co/UBaFeqTc4O", "indices": [133, 155], "expanded_url": "http://j.mp/YolpPN", "display_url": "j.mp/YolpPN"}]}}, "followers_count": 133, "profile_sidebar_border_color": "D3D2CF", "id_str": "2457821562", "profile_background_color": "EDECE9", "listed_count": 4, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 99671, "description": "http://t.co/BIIZY2zulT iTunes Store Top 10 iTunes U. United States, China, Korea, United Kingdom, France, Australia, Germany, Japan, http://t.co/UBaFeqTc4O", "friends_count": 17, "location": "", "profile_link_color": "088253", "profile_image_url": "http://pbs.twimg.com/profile_images/458585855347548160/ObJZcdjc_normal.png", "following": false, "geo_enabled": false, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif", "screen_name": "iturank", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "Top 10 iTunes U", "notifications": false, "url": "http://t.co/UBaFeqTc4O", "created_at": "Tue Apr 22 08:34:58 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:01 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "free porn: Sweet Asian Girl Receives Vicious Doggy #sex #movie #hot #iPhone http://t.co/RlVQdkzIAW", "in_reply_to_status_id": null, "id": 489174320242253825, "favorite_count": 0, "source": "<a href=\"http://tweetadder.com\" rel=\"nofollow\">TweetAdder v4</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [51, 55], "text": "sex"}, {"indices": [56, 62], "text": "movie"}, {"indices": [63, 67], "text": "hot"}, {"indices": [68, 75], "text": "iPhone"}], "urls": [{"url": "http://t.co/RlVQdkzIAW", "indices": [76, 98], "expanded_url": "http://bit.ly/1fQJugJ", "display_url": "bit.ly/1fQJugJ"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174320242253825", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2585629135, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481400425384402944/GFKrLlAu_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 318, "profile_sidebar_border_color": "C0DEED", "id_str": "2585629135", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 14718, "description": "", "friends_count": 63, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481400425384402944/GFKrLlAu_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2585629135/1403609789", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "BusGropes", "lang": "en", "profile_background_tile": false, "favourites_count": 0, "name": "Bus Gropes", "notifications": false, "url": null, "created_at": "Tue Jun 24 11:35:12 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:01 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174320162160640, "favorite_count": 0, "source": "<a href=\"https://twitter.com/FqRegaro610\" rel=\"nofollow\">u30a8u30edu5409u306eu6559u3048</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174320162160640", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [114, 136], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174172442980352", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2578133024, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 794, "profile_sidebar_border_color": "C0DEED", "id_str": "2578133024", "profile_background_color": "C0DEED", "listed_count": 2, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 656, "description": "u601du308fu305au4ebau306bu8a71u3057u305fu304fu306au308bu3001u660eu65e5u304bu3089u4f7fu3048u308bu30aau30e2u30b7u30edu96d1u5b66u3070u304bu308au96c6u3081u307eu3057u305fu3002u3078u3048uff5eu3068u601du3063u305fu3089RTu304au9858u3044u3057u307eu3059uff01", "friends_count": 1422, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/479870870924455937/VBkAEk9k_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2578133024/1403245357", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "trivia_trivia5", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6", "notifications": false, "url": null, "created_at": "Fri Jun 20 06:06:37 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:26:25 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2609454152, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/486111353073967105/I235yoqH_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 331, "profile_sidebar_border_color": "C0DEED", "id_str": "2609454152", "profile_background_color": "C0DEED", "listed_count": 0, "is_translation_enabled": false, "utc_offset": null, "statuses_count": 307, "description": "u3061u3087u3063u3068u3048u3063u3061u306au96d1u5b66u30fbu5909u614bu306au3053u3068u3092u3064u3076u3084u304du307eu3059u3002", "friends_count": 1965, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/486111353073967105/I235yoqH_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2609454152/1404733383", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "eroyoshi_oshie", "lang": "ja", "profile_background_tile": false, "favourites_count": 0, "name": "u30a8u30edu5409u306eu6559u3048", "notifications": false, "url": null, "created_at": "Mon Jul 07 11:32:48 +0000 2014", "contributors_enabled": false, "time_zone": null, "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "ja", "created_at": "Tue Jul 15 22:27:01 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "ja", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "#porn,#sex,#pussy,#naked,#iphone,#teen,#xxx,#hot Brazen Hussy Rebeca Is Screwed Bad In Her http://t.co/QJkue1MFhm", "in_reply_to_status_id": null, "id": 489174319897911297, "favorite_count": 0, "source": "<a href=\"http://tweetadder.com\" rel=\"nofollow\">TweetAdder v4</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [{"indices": [0, 5], "text": "porn"}, {"indices": [6, 10], "text": "sex"}, {"indices": [11, 17], "text": "pussy"}, {"indices": [18, 24], "text": "naked"}, {"indices": [25, 32], "text": "iphone"}, {"indices": [33, 38], "text": "teen"}, {"indices": [39, 43], "text": "xxx"}, {"indices": [44, 48], "text": "hot"}], "urls": [{"url": "http://t.co/QJkue1MFhm", "indices": [91, 113], "expanded_url": "http://xlotion.com/brazen-hussy-rebeca-is-screwed-bad-in-her-ass-hole-while-bianca-is-fondling-her-pussy/", "display_url": "xlotion.com/brazen-hussy-ru2026"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174319897911297", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 2270588815, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/457189788987031552/sFAkwF0g_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 3372, "profile_sidebar_border_color": "C0DEED", "id_str": "2270588815", "profile_background_color": "C0DEED", "listed_count": 8, "is_translation_enabled": false, "utc_offset": 19800, "statuses_count": 74502, "description": "Explorer. Passionate student. Unable to type with boxing gloves on. Prone to fits of apathy. Troublemaker.", "friends_count": 56, "location": "US", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/457189788987031552/sFAkwF0g_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/2270588815/1397837548", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "screen_name": "KukuWilliam", "lang": "en", "profile_background_tile": false, "favourites_count": 0, "name": "Boob Rub", "notifications": false, "url": null, "created_at": "Tue Dec 31 16:44:17 +0000 2013", "contributors_enabled": false, "time_zone": "Chennai", "protected": false, "default_profile": true, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:00 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Desde que veo anime en el iPhone no puedo spamear al respecto XD", "in_reply_to_status_id": null, "id": 489174319583748096, "favorite_count": 0, "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": []}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174319583748096", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 123685351, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/843089452/24b5f4af74783b9e5f9e7ace582aae94.gif", "verified": false, "profile_text_color": "0F0B12", "profile_image_url_https": "https://pbs.twimg.com/profile_images/415343470258049024/zAfaXqLd_normal.jpeg", "profile_sidebar_fill_color": "DE7CED", "entities": {"url": {"urls": [{"url": "https://t.co/eSJ5CghUx3", "indices": [0, 23], "expanded_url": "https://www.facebook.com/SunaoShiratori", "display_url": "facebook.com/SunaoShiratori"}]}, "description": {"urls": []}}, "followers_count": 221, "profile_sidebar_border_color": "000000", "id_str": "123685351", "profile_background_color": "D40CD4", "listed_count": 5, "is_translation_enabled": false, "utc_offset": -21600, "statuses_count": 22658, "description": "Leader at @VersaillesPQ_GT ST. I'm not good at talking about me, I'm a girl, physician (MD), otaku, cosplayer, fujoshi, writer.", "friends_count": 127, "location": "Guatemala", "profile_link_color": "701A67", "profile_image_url": "http://pbs.twimg.com/profile_images/415343470258049024/zAfaXqLd_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/123685351/1348900379", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/843089452/24b5f4af74783b9e5f9e7ace582aae94.gif", "screen_name": "SunaoShiratori", "lang": "en", "profile_background_tile": true, "favourites_count": 1327, "name": "Sunao (u767du9ce5 u7d20u76f4)", "notifications": false, "url": "https://t.co/eSJ5CghUx3", "created_at": "Tue Mar 16 22:37:38 +0000 2010", "contributors_enabled": false, "time_zone": "Central America", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "lang": "es", "created_at": "Tue Jul 15 22:27:00 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "es", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @ForbesTech: The best iPhone camera apps you'll find this year: http://t.co/p7IY5vsChs http://t.co/gmTxk9REoV", "in_reply_to_status_id": null, "id": 489174319449534464, "favorite_count": 0, "source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 14885549, "indices": [3, 14], "id_str": "14885549", "screen_name": "ForbesTech", "name": "Forbes Tech News"}], "hashtags": [], "urls": [{"url": "http://t.co/p7IY5vsChs", "indices": [67, 89], "expanded_url": "http://onforb.es/1nt7P9v", "display_url": "onforb.es/1nt7P9v"}], "media": [{"source_status_id_str": "489171309021388800", "expanded_url": "http://twitter.com/ForbesTech/status/489171309021388800/photo/1", "display_url": "pic.twitter.com/gmTxk9REoV", "url": "http://t.co/gmTxk9REoV", "media_url_https": "https://pbs.twimg.com/media/Bsnitp4IgAEuEHz.png", "source_status_id": 489171309021388800, "id_str": "489171308509691905", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [90, 112], "type": "photo", "id": 489171308509691905, "media_url": "http://pbs.twimg.com/media/Bsnitp4IgAEuEHz.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 19, "id_str": "489174319449534464", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "The best iPhone camera apps you'll find this year: http://t.co/p7IY5vsChs http://t.co/gmTxk9REoV", "in_reply_to_status_id": null, "id": 489171309021388800, "favorite_count": 16, "source": "<a href=\"http://www.socialflow.com\" rel=\"nofollow\">SocialFlow</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/p7IY5vsChs", "indices": [51, 73], "expanded_url": "http://onforb.es/1nt7P9v", "display_url": "onforb.es/1nt7P9v"}], "media": [{"expanded_url": "http://twitter.com/ForbesTech/status/489171309021388800/photo/1", "display_url": "pic.twitter.com/gmTxk9REoV", "url": "http://t.co/gmTxk9REoV", "media_url_https": "https://pbs.twimg.com/media/Bsnitp4IgAEuEHz.png", "id_str": "489171308509691905", "sizes": {"small": {"h": 191, "resize": "fit", "w": 340}, "large": {"h": 576, "resize": "fit", "w": 1024}, "medium": {"h": 338, "resize": "fit", "w": 600}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [74, 96], "type": "photo", "id": 489171308509691905, "media_url": "http://pbs.twimg.com/media/Bsnitp4IgAEuEHz.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 19, "id_str": "489171309021388800", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 14885549, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/92775085/twitter-background.jpg", "verified": true, "profile_text_color": "000000", "profile_image_url_https": "https://pbs.twimg.com/profile_images/828527305/technology_normal.jpg", "profile_sidebar_fill_color": "F7F7F7", "entities": {"url": {"urls": [{"url": "http://t.co/BtZjDpK3en", "indices": [0, 22], "expanded_url": "http://www.forbes.com/technology/", "display_url": "forbes.com/technology/"}]}, "description": {"urls": []}}, "followers_count": 1254094, "profile_sidebar_border_color": "CCCCCC", "id_str": "14885549", "profile_background_color": "FFFFFF", "listed_count": 21055, "is_translation_enabled": false, "utc_offset": -18000, "statuses_count": 46279, "description": "Tech news and insights from Forbes.", "friends_count": 16428, "location": "On and off the grid.", "profile_link_color": "336699", "profile_image_url": "http://pbs.twimg.com/profile_images/828527305/technology_normal.jpg", "following": false, "geo_enabled": false, "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/92775085/twitter-background.jpg", "screen_name": "ForbesTech", "lang": "en", "profile_background_tile": true, "favourites_count": 6, "name": "Forbes Tech News", "notifications": false, "url": "http://t.co/BtZjDpK3en", "created_at": "Fri May 23 19:32:37 +0000 2008", "contributors_enabled": false, "time_zone": "Quito", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:15:03 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 359885420, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/851149332/6d307b6e9a14ef5bd366bc2e2bae1874.png", "verified": false, "profile_text_color": "404040", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1616942178/Twitter_avatar_QM_normal.png", "profile_sidebar_fill_color": "FFFFFF", "entities": {"url": {"urls": [{"url": "http://t.co/eu1AwNyY1o", "indices": [0, 22], "expanded_url": "http://www.qmee.com", "display_url": "qmee.com"}]}, "description": {"urls": []}}, "followers_count": 1812, "profile_sidebar_border_color": "000000", "id_str": "359885420", "profile_background_color": "022330", "listed_count": 10, "is_translation_enabled": false, "utc_offset": 3600, "statuses_count": 3193, "description": "Qmee rewarded search. We help you earn cash rewards on sites you use everyday. Cash in or pay to a charity. Donu2019t change what you do, change what you get.", "friends_count": 805, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/1616942178/Twitter_avatar_QM_normal.png", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/359885420/1404399899", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/851149332/6d307b6e9a14ef5bd366bc2e2bae1874.png", "screen_name": "qmee", "lang": "en", "profile_background_tile": false, "favourites_count": 87, "name": "Qmee", "notifications": false, "url": "http://t.co/eu1AwNyY1o", "created_at": "Mon Aug 22 10:08:22 +0000 2011", "contributors_enabled": false, "time_zone": "London", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:00 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Check this out. Best of the Worst - Ugly iPhone Cases http://t.co/gdvkOAYEak", "in_reply_to_status_id": null, "id": 489174319293923328, "favorite_count": 0, "source": "<a href=\"https://twitter.com/Olivie_Curtis\" rel=\"nofollow\">Olivie_Curtis</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/gdvkOAYEak", "indices": [54, 76], "expanded_url": "http://luufy.com/site/post/734?k=1", "display_url": "luufy.com/site/post/734?u2026"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174319293923328", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": false, "default_profile_image": false, "id": 150814406, "profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/107513823/beyonce_knowles.jpg", "verified": false, "profile_text_color": "333333", "profile_image_url_https": "https://pbs.twimg.com/profile_images/481703908402659328/-r1jD2m4_normal.jpeg", "profile_sidebar_fill_color": "DDEEF6", "entities": {"description": {"urls": []}}, "followers_count": 1456, "profile_sidebar_border_color": "FFFFFF", "id_str": "150814406", "profile_background_color": "C0DEED", "listed_count": 6, "is_translation_enabled": false, "utc_offset": -14400, "statuses_count": 1100, "description": "An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way.", "friends_count": 1639, "location": "", "profile_link_color": "0084B4", "profile_image_url": "http://pbs.twimg.com/profile_images/481703908402659328/-r1jD2m4_normal.jpeg", "following": false, "geo_enabled": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/150814406/1403682148", "profile_background_image_url": "http://pbs.twimg.com/profile_background_images/107513823/beyonce_knowles.jpg", "screen_name": "Olivie_Curtis", "lang": "en", "profile_background_tile": true, "favourites_count": 0, "name": "Olivie Curtis", "notifications": false, "url": null, "created_at": "Tue Jun 01 22:19:40 +0000 2010", "contributors_enabled": false, "time_zone": "Eastern Time (US & Canada)", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "en", "created_at": "Tue Jul 15 22:27:00 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "en", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "Veja Isso: Apple e IBM se unem em plano de 'big data' para iPhone e iPad: A Apple e a IBM revelaram, nesta ter... http://t.co/j5NCFqnCf6", "in_reply_to_status_id": null, "id": 489174319272960000, "favorite_count": 0, "source": "<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/j5NCFqnCf6", "indices": [114, 136], "expanded_url": "http://bit.ly/1wsgePV", "display_url": "bit.ly/1wsgePV"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 0, "id_str": "489174319272960000", "favorited": false, "user": {"follow_request_sent": false, "profile_use_background_image": true, "default_profile_image": false, "id": 78183476, "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif", "verified": false, "profile_text_color": "663B12", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1948356702/fotoezequiel_normal.jpg", "profile_sidebar_fill_color": "DAECF4", "entities": {"url": {"urls": [{"url": "http://t.co/0Shbul2Y9g", "indices": [0, 22], "expanded_url": "http://www.ganhardinheirolivre.com/blog", "display_url": "ganhardinheirolivre.com/blog"}]}, "description": {"urls": []}}, "followers_count": 927, "profile_sidebar_border_color": "C6E2EE", "id_str": "78183476", "profile_background_color": "C6E2EE", "listed_count": 11, "is_translation_enabled": false, "utc_offset": -10800, "statuses_count": 1167, "description": "O sucesso u00e9 consequencia natural da busca constante para superar os limites.", "friends_count": 2001, "location": "Su00e3o Josu00e9 dos Campos", "profile_link_color": "1F98C7", "profile_image_url": "http://pbs.twimg.com/profile_images/1948356702/fotoezequiel_normal.jpg", "following": false, "geo_enabled": true, "profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif", "screen_name": "Ezequiel_Yezeck", "lang": "pt", "profile_background_tile": false, "favourites_count": 38, "name": "Ezequiel Garcia ", "notifications": false, "url": "http://t.co/0Shbul2Y9g", "created_at": "Tue Sep 29 01:43:15 +0000 2009", "contributors_enabled": false, "time_zone": "Brasilia", "protected": false, "default_profile": false, "is_translator": false}, "geo": null, "in_reply_to_user_id_str": null, "possibly_sensitive": false, "lang": "pt", "created_at": "Tue Jul 15 22:27:00 +0000 2014", "in_reply_to_status_id_str": null, "place": null, "metadata": {"iso_language_code": "pt", "result_type": "recent"}}, {"contributors": null, "truncated": false, "text": "RT @trivia_trivia5: CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?

\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http:u2026", "in_reply_to_status_id": null, "id": 489174319100997632, "favorite_count": 0, "source": "<a href=\"https://twitter.com/GfRegaro610\" rel=\"nofollow\"> u9b45u60d1u306e48u624b</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [{"id": 2578133024, "indices": [3, 18], "id_str": "2578133024", "screen_name": "trivia_trivia5", "name": "u3010u3078u3048uff5eu3011u3068u58f0u304cu51fau3066u3057u307eu3046u96d1u5b66u96c6"}], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [63, 85], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [96, 118], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media": [{"source_status_id_str": "489174172442980352", "expanded_url": "http://twitter.com/trivia_trivia5/status/489174172442980352/photo/1", "display_url": "pic.twitter.com/WdBU5Wwguj", "url": "http://t.co/WdBU5Wwguj", "media_url_https": "https://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png", "source_status_id": 489174172442980352, "id_str": "489174172174536706", "sizes": {"small": {"h": 226, "resize": "fit", "w": 340}, "large": {"h": 281, "resize": "fit", "w": 422}, "medium": {"h": 281, "resize": "fit", "w": 422}, "thumb": {"h": 150, "resize": "crop", "w": 150}}, "indices": [139, 140], "type": "photo", "id": 489174172174536706, "media_url": "http://pbs.twimg.com/media/BsnlUV3CUAI9vIJ.png"}]}, "in_reply_to_screen_name": null, "in_reply_to_user_id": null, "retweet_count": 202, "id_str": "489174319100997632", "favorited": false, "retweeted_status": {"contributors": null, "truncated": false, "text": "CMu3067u8d85u8a71u984cuff01uff01\nu6f2bu753bu304cu8aadu307fu653eu984cu306eu30a2u30d7u30eau304c\nu30deu30b8u3067u795eu3059u304eu308b?\n\nAndroidu2192 http://t.co/1z66mannAW\n\niPhoneu2192 http://t.co/E8vKH3Zsqx\n\nu3082u3046u6f2bu753bu8cb7u3046u5fc5u8981u306au3044u306dww http://t.co/WdBU5Wwguj", "in_reply_to_status_id": null, "id": 489174172442980352, "favorite_count": 0, "source": "<a href=\"https://twitter.com/AtRegaro610\" rel=\"nofollow\">u3078u3048uff5eu306au96d1u5b66u96c6</a>", "retweeted": false, "coordinates": null, "entities": {"symbols": [], "user_mentions": [], "hashtags": [], "urls": [{"url": "http://t.co/1z66mannAW", "indices": [43, 65], "expanded_url": "http://jump.cx/WeJb6", "display_url": "jump.cx/WeJb6"}, {"url": "http://t.co/E8vKH3Zsqx", "indices": [76, 98], "expanded_url": "http://jump.cx/ir3S4", "display_url": "jump.cx/ir3S4"}], "media":





原文地址:https://www.cnblogs.com/gcczhongduan/p/5209168.html