Title: EndPointy Menus
Author: Gunjan Jaswal
Published: <strong>دسمبر 16, 2025</strong>
Last modified: دسمبر 16, 2025

---

Search plugins

![](https://ps.w.org/endpointy-menus/assets/banner-772x250.png?rev=3424765)

![](https://ps.w.org/endpointy-menus/assets/icon.svg?rev=3424779)

# EndPointy Menus

 By [Gunjan Jaswal](https://profiles.wordpress.org/gunjanjaswal/)

[Download](https://downloads.wordpress.org/plugin/endpointy-menus.1.1.0.zip)

 * [Details](https://bcc.wordpress.org/plugins/endpointy-menus/#description)
 * [Reviews](https://bcc.wordpress.org/plugins/endpointy-menus/#reviews)
 *  [Installation](https://bcc.wordpress.org/plugins/endpointy-menus/#installation)
 * [Development](https://bcc.wordpress.org/plugins/endpointy-menus/#developers)

 [Support](https://wordpress.org/support/plugin/endpointy-menus/)

## Description

EndPointy Menus adds custom REST API routes to expose your WordPress navigation 
menus as JSON.

**Base namespace:** `endpointy-menus/v1`

**Endpoints:**

 * `GET /wp-json/endpointy-menus/v1/menus`
    Returns all registered menus with locations
   and items.
 * `GET /wp-json/endpointy-menus/v1/menus/<id>`
    Returns a single menu and its items
   by menu ID.
 * `GET /wp-json/endpointy-menus/v1/locations`
    Returns all registered menu locations
   with assigned menus.
 * `GET /wp-json/endpointy-menus/v1/locations/<location>`
    Returns a menu assigned
   to a specific location (e.g., ‘primary’, ‘footer’).

**Query Parameters:**

 * `nested=true` – Returns menu items in a hierarchical tree structure with parent-
   child relationships.
    Example: `/wp-json/endpointy-menus/v1/menus/2?nested=true`

This is useful for headless WordPress setups or any external app that needs to read
your menu structure.

### Usage

Example requests:

**Get all menus:**
 https://your-site.com/wp-json/endpointy-menus/v1/menus

**Get single menu by ID:**
 https://your-site.com/wp-json/endpointy-menus/v1/menus/
2

**Get all menu locations:**
 https://your-site.com/wp-json/endpointy-menus/v1/locations

**Get menu by location (e.g., ‘primary’):**
 https://your-site.com/wp-json/endpointy-
menus/v1/locations/primary

**Get nested menu structure:**
 https://your-site.com/wp-json/endpointy-menus/v1/
menus/2?nested=true https://your-site.com/wp-json/endpointy-menus/v1/locations/primary?
nested=true

Use these URLs directly from your front-end application or API client.

### Support the Developer

If you find this plugin useful, you can support the developer:

 * Website: https://gunjanjaswal.me
 * GitHub: https://github.com/gunjanjaswal/Endpointy-Menus
 * Buy Me a Coffee: https://buymeacoffee.com/gunjanjaswal

### Contributing

Contributions, issues, and feature requests are welcome!
 GitHub: https://github.
com/gunjanjaswal/Endpointy-Menus Issues: https://github.com/gunjanjaswal/Endpointy-
Menus/issues

## Installation

 1. Upload the `endpointy-menus` folder to your `wp-content/plugins` directory.
 2. Activate **EndPointy Menus** from the Plugins screen in WordPress.
 3. Ensure you have at least one menu configured under **Appearance  Menus**.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“EndPointy Menus” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Gunjan Jaswal ](https://profiles.wordpress.org/gunjanjaswal/)

[Translate “EndPointy Menus” into your language.](https://translate.wordpress.org/projects/wp-plugins/endpointy-menus)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/endpointy-menus/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/endpointy-menus/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/endpointy-menus/)
by [RSS](https://plugins.trac.wordpress.org/log/endpointy-menus/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Added support for filtering menus by location.
 * Added nested menu hierarchy with `nested=true` query parameter.
 * Added `/locations` endpoint to list all menu locations.
 * Added `/locations/<location>` endpoint to get menu by location.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.1.0**
 *  Last updated **4 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/endpointy-menus/)
 * Tags
 * [headless](https://bcc.wordpress.org/plugins/tags/headless/)[JSON](https://bcc.wordpress.org/plugins/tags/json/)
   [menus](https://bcc.wordpress.org/plugins/tags/menus/)[navigation](https://bcc.wordpress.org/plugins/tags/navigation/)
   [rest-api](https://bcc.wordpress.org/plugins/tags/rest-api/)
 *  [Advanced View](https://bcc.wordpress.org/plugins/endpointy-menus/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/endpointy-menus/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/endpointy-menus/reviews/)

## Contributors

 *   [ Gunjan Jaswal ](https://profiles.wordpress.org/gunjanjaswal/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/endpointy-menus/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://buymeacoffee.com/gunjanjaswal)