SYNCER

SYNCER

List Object(リストオブジェクト)の説明

9件

公開日:

リストオブジェクトは、個々のリストに関する情報を含むオブジェクトです。

JSONの例

リストオブジェクトの例です。このリストを取得しました。

JSON

{"id":198828364,"id_str":"198828364","name":"SYNCER","uri":"\/SyncerJP\/lists\/syncer1","subscriber_count":0,"member_count":2,"mode":"public","description":"SYNCER\u304c\u904b\u7528\u3059\u308b\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ea\u30b9\u30c8\u3067\u3059\u3002","slug":"syncer1","full_name":"@SyncerJP\/syncer1","created_at":"Sat Mar 14 16:25:36 +0000 2015","following":false,"user":{"id":2905085521,"id_str":"2905085521","name":"SYNCER","screen_name":"SyncerJP","location":"Tokyo","description":"\u30d6\u30ed\u30b0\u300cSYNCER\u300d\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u3059\u3002\u8a18\u4e8b\u306b\u8a00\u53ca\u3057\u3066\u304f\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u6c17\u306b\u5165\u308a\u767b\u9332\u3057\u305f\u308a\u3057\u307e\u3059\u3002 \u6700\u7d42\u66f4\u65b0\u65e5:2015\/05\/22","url":"https:\/\/t.co\/J5bOOK7ugS","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/J5bOOK7ugS","expanded_url":"https:\/\/syncer.jp","display_url":"syncer.jp","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":269,"friends_count":2,"listed_count":10,"created_at":"Thu Nov 20 11:17:51 +0000 2014","favourites_count":1614,"utc_offset":32400,"time_zone":"Tokyo","geo_enabled":true,"verified":false,"statuses_count":661,"lang":"ja","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/600501255656448000\/1qe0CVbE.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/600501255656448000\/1qe0CVbE.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604130129762074624\/5c0Rku36_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604130129762074624\/5c0Rku36_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2905085521\/1432005636","profile_link_color":"D36015","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null,"translator_type":"regular"}}

プロパティの説明

リストオブジェクトに含まれる各プロパティの説明です。

created_at
: String
リストの作成日時。
description
: String
リストの説明文。
following
: Boolean
アクセストークンの主が、このリストを購読している場合はtrueになる。
full_name
: String
リストのオーナー(作成者)のスクリーンネームと、スラッグの組み合わせ。何に利用するデータかは不明。
id
: Int
数値型のリストID。桁数が多い場合、サーバーによっては末尾の数が丸められてしまう。
id_str
: String
文字列型のリストID。
member_count
: Int
リストに追加されているユーザー(発言者)の数。
mode
: String
リストのモード。公開の場合はpublic、非公開の場合はprivateになる。
name
: String
リストの名前。
slug
: String
リストのスラッグ。
subscriber_count
: Int
リストの購読者(保存したユーザー)の数。
uri
: String
リストのパス。https://twitter.comと繋げるとURLアドレスになる。
user
: Object
オーナー(作成者)であるユーザーの情報を含んだユーザーオブジェクト