スキーマ

スキーマはtaxonomyオブジェクトに存在するすべてのフィールドを定義しています。

capabilities
object

All capabilities used by the taxonomy.

読み取り専用

コンテキスト: edit

description
string

A human-readable description of the taxonomy.

読み取り専用

コンテキスト: view, edit

hierarchical
boolean

Whether or not the taxonomy should have children.

読み取り専用

コンテキスト: view, edit

labels
object

Human-readable labels for the taxonomy for various contexts.

読み取り専用

コンテキスト: edit

name
string

The title for the taxonomy.

読み取り専用

コンテキスト: view, edit, embed

slug
string

An alphanumeric identifier for the taxonomy.

読み取り専用

コンテキスト: view, edit, embed

show_cloud
boolean

Whether or not the term cloud should be displayed.

読み取り専用

コンテキスト: edit

types
array

Types associated with the taxonomy.

読み取り専用

コンテキスト: view, edit

rest_base
string

REST base route for the taxonomy.

読み取り専用

コンテキスト: view, edit, embed

visibility
object

The visibility settings for the taxonomy.

読み取り専用

コンテキスト: edit

Example Request

$ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wp/v2/taxonomies

Taxonomy一覧

引数

context

Scope under which the request is made; determines fields present in response.

初期値: view

次のいずれか: view, embed, edit

type

Limit results to taxonomies associated with a specific post type.

定義

GET /wp/v2/taxonomies

リクエスト例

$ curl http://demo.wp-api.org/wp-json/wp/v2/taxonomies

Taxonomyを取得する

引数

taxonomy

An alphanumeric identifier for the taxonomy.

context

Scope under which the request is made; determines fields present in response.

初期値: view

次のいずれか: view, embed, edit

定義

GET /wp/v2/taxonomies/<taxonomy>

リクエスト例

$ curl http://demo.wp-api.org/wp-json/wp/v2/taxonomies/<taxonomy>