スキーマ
スキーマはtaxonomyオブジェクトに存在するすべてのフィールドを定義しています。
capabilities object |
All capabilities used by the taxonomy. 読み取り専用 コンテキスト: |
description string |
A human-readable description of the taxonomy. 読み取り専用 コンテキスト: |
hierarchical boolean |
Whether or not the taxonomy should have children. 読み取り専用 コンテキスト: |
labels object |
Human-readable labels for the taxonomy for various contexts. 読み取り専用 コンテキスト: |
name string |
The title for the taxonomy. 読み取り専用 コンテキスト: |
slug string |
An alphanumeric identifier for the taxonomy. 読み取り専用 コンテキスト: |
show_cloud boolean |
Whether or not the term cloud should be displayed. 読み取り専用 コンテキスト: |
types array |
Types associated with the taxonomy. 読み取り専用 コンテキスト: |
rest_base string |
REST base route for the taxonomy. 読み取り専用 コンテキスト: |
visibility object |
The visibility settings for the taxonomy. 読み取り専用 コンテキスト: |
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.
初期値: 次のいずれか: |
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.
初期値: 次のいずれか: |
定義
GET /wp/v2/taxonomies/<taxonomy>
リクエスト例
$ curl http://demo.wp-api.org/wp-json/wp/v2/taxonomies/<taxonomy>