This plugin include all existing terms into separate WordPress REST API (v2) endpoint.
As of April 2026, WP REST API is a WordPress api plugin with 30 active installations and a 5/5 rating from 3 reviews. It has been downloaded 3.8K+ times in total. Requires WordPress 4.4+ and PHP false+. Available on WordPress.org since 2016. Last updated 10 years ago — may have compatibility concerns. Top alternative: WP Consent API.
This plugin will add separate WordPress REST API (v2) endpoint, with all available terms (all used categories, tags and custom taxonomies).
It is very useful when you need to create some filters into your app, with lists of all available terms.
For example what can you get, using wp-json/wp/v2/all-terms request (where categories and tags – standart taxonomies, and technologies – custom created taxonomy):
{
categories: [
{
term_id: 9,
name: "Downloads",
slug: "downloads",
term_group: 0,
term_taxonomy_id: 9,
taxonomy: "category",
description: "",
parent: 0,
count: 1,
filter: "raw"
},
term_id: 1,
name: "Uncategorized",…| WordPress | 4.4+ requiredTested up to 4.4.34 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.