Category(カテゴリ)
カテゴリをあらわすオブジェクトです。カテゴリページ(トップページでカテゴリを選択した状態)ではcategoryで表示中のカテゴリを参照できます。
INDEX
- ancestors
- articles
- children
- comments
- daily_popular_articles
- descendants
- description
- icon_path
- icon_url
- image_large_url
- image_medium_url
- image_original_url
- image_small_url
- image_square_url
- image_thumbnail_url
- monthly_popular_articles
- name
- num_articles
- num_comments
- parent
- path
- permalink
- popular_tags
- private_articles
- reserved_articles
- url
- weekly_popular_articles
ancestors
祖先カテゴリ。上位階層のすべてのCategoryオブジェクトの配列。
articles
記事ArticleオブジェクトのRelationを記事公開日時の降順で取得。
children
サブカテゴリ。1階層下のCategoryオブジェクトの配列。
comments
カテゴリに属する記事へ投稿された公開済みのCommentオブジェクトのRelation。
daily_popular_articles
記事ArticleオブジェクトのRelationを24時間以内のページビューの多い順に取得。
descendants
子孫カテゴリ。階層下のすべてのCategoryオブジェクトの配列。
description
カテゴリ説明。
icon_path
アイコン画像のURLパス。
icon_url
アイコン画像のURL。
image_large_url
カテゴリ画像のURL(1280px)。
image_medium_url
カテゴリ画像のURL(640px)。
image_original_url
カテゴリ画像のURL(オリジナルサイズ)。
※resizeフィルタを併用してください。
image_small_url
カテゴリ画像のURL(320px)。
image_square_url
カテゴリ画像のURL(150x150px正方形)。
image_thumbnail_url
カテゴリ画像のURL(75x75px正方形)。
monthly_popular_articles
記事ArticleオブジェクトのRelationを1ヶ月以内のページビューの多い順に取得。
name
カテゴリ名。
num_articles
記事の数。
num_comments
カテゴリに属する記事へ投稿された公開済みのコメントの数。
parent
親カテゴリ。1階層上のCategoryオブジェクト。
path
カテゴリページのURLパス。
permalink
Permalink ID(カテゴリページURLの固有文字列)。またはカテゴリ名(name)。
popular_tags
このカテゴリでよく使われているTagオブジェクトの配列。
private_articles
非公開記事ArticleオブジェクトのRelationを公開日時の降順で取得。
reserved_articles
公開日前の記事のArticleオブジェクトのRelationを公開日時の昇順で取得。
url
カテゴリページのURL。
weekly_popular_articles
記事ArticleオブジェクトのRelationを1週間以内のページビューの多い順に取得。