Taxonomies Edit
Topics
Schema Schema
The schema defines all the fields that exist for a taxonomy object.
capabilities object |
All capabilities used by the taxonomy.
Read only Context: |
description string |
A human-readable description of the taxonomy.
Read only Context: |
hierarchical boolean |
Whether or not the taxonomy should have children.
Read only Context: |
labels object |
Human-readable labels for the taxonomy for various contexts.
Read only Context: |
name string |
The title for the taxonomy.
Read only Context: |
slug string |
An alphanumeric identifier for the taxonomy.
Read only Context: |
show_cloud boolean |
Whether or not the term cloud should be displayed.
Read only Context: |
types array |
Types associated with the taxonomy.
Read only Context: |
rest_base string |
REST base route for the taxonomy.
Read only Context: |
Example Request Example Request
$ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wp/v2/taxonomies
List Taxonomies List Taxonomies
Arguments Arguments
context
|
Scope under which the request is made; determines fields present in response.
Default: One of: |
type
|
Limit results to taxonomies associated with a specific post type. |
Definition Definition
GET /wp/v2/taxonomies
Example Request Example Request
$ curl http://demo.wp-api.org/wp-json/wp/v2/taxonomies
Retrieve a Taxonomy Retrieve a Taxonomy
Arguments Arguments
taxonomy
|
An alphanumeric identifier for the taxonomy. |
context
|
Scope under which the request is made; determines fields present in response.
Default: One of: |
Definition Definition
GET /wp/v2/taxonomies/<taxonomy>
Example Request Example Request
$ curl http://demo.wp-api.org/wp-json/wp/v2/taxonomies/<taxonomy>