Adding menus endpoints on WP REST API v2
Get all menus:
GET /menus/v1/menus
Get menus data from slug or ID:
GET /menus/v1/menus/{slug}
Get all locations:
GET /menus/v1/locations
Get menus data from location's slug
GET /menus/v1/locations/{slug}
Compatible with ACF menu's custom attributes and menu item's custom attributes.
Compatible with Menu Image, Icons made easy.
Made with contrib.rocks.