I figured this out, you have to add _embed=1 to any request so:
/posts?_embed=1&orderby=date&order=asc
for instance.
Then it will include an _embeddable
key. Annoyingly all the terms come under here so you have to do some extra work to extract the difference between tags and categories etc.
Related Posts:
- WordPress Rest API custom endpoint optional param
- How do I cache (core) API requests?
- WP REST API only returning partial list of users
- Slow REST API calls on self-hosted WordPress [closed]
- Retrieving pages with multiple tags using REST API
- how to authenticate for the REST API from a plugin and from command line
- WordPress API – Get Drafts
- How do I use the WP REST API plugin and the OAuth Server plugin to allow for registration and login?
- How to stop WP API endpoint from caching?
- How to get the attached gallery in the rest API?
- WP API : date_query parameter
- Custom route for WP-API gives “rest_no_route” value
- Get more than 10 posts in a specific category with the wordpress api
- “rest_no_route” – Debug error
- Developing Themes with React/Angular
- curl POST work with user meta but not the custom user meta
- Implementing the wp json-rest api
- Create post with REST API in php with file_get_contents
- node-wpapi: how to handle authentication?
- How can I cache WordPress Rest API Response
- WordPress REST API always misses parameters – rest_missing_callback_param
- Adding rest api endpoints to an old theme
- Develop REST API using WordPress for Android app [closed]
- Why aren’t tags and categories added in post request to WP Rest API
- Calling an API to do authentication / user login
- How do I query my WordPress posts on another HTML page using the WordPress Restful API?
- body_class REST field in WP-API
- How to edit feature image with XML RPC?
- How to add an endpoint for my custom post type? /wp-json/wp/v2/posts is working but it didn’t in the custom post
- WP REST API and Access-Control-Allow-Origin
- rest_cannot_create_user
- Periodically Query an external API on wordpress site
- Extending the API I created to return category names
- Rest WP_Error always return null
- Posting data from Ionic app to WordPress
- How to display parent category with first level child in REST API
- WordPress REST API Endpoint (Authors and Categories latest posts)
- Why does “if statement” has to “die()”, otherwise wont work?
- Best way to make a JSON API from WordPress?
- REST API And Error Codes – No Message
- How to login via wordpress api and get user details?
- How many users/load can the rest API handle?
- This page didn’t load Google Maps correctly. See the JavaScript console for technical details
- This page didn’t load Google Maps correctly. See the JavaScript console for technical details
- What is an Endpoint?
- Constructing requests with URL Query String in Python
- Yahoo! Finance CSV file will not return Dow Jones (^DJI)
- Is there a developers api for craigslist.org
- How do you get the API key for Locu?
- Postman Resolving “Invalid CORS request” for a POST Request
- Using the Rewrite API to Construct a RESTful URL
- WP function/filter for modifying http headers?
- Access WordPress API Outside of WordPress (command-line PHP)
- Create API for single sign-on with 3rd party site
- Query WP REST API v2 by multiple meta keys
- Set up WP Authentication from External API
- Fetch All Posts (Including Those Using a Custom Post Type) With WordPress API
- WP REST API no longer supports filter param, so how do I get posts in a custom taxonomy?
- Is there a way to get protected meta fields through any of the available built-in WordPress APIs? (xmlrpc, wp-json)
- What is the best way to get directory path for wp-config.php?
- WordPress JSON output
- Is it safe to fix Access-Control-Allow-Origin (CORS origin) errors with a php header directive?
- External WordPress API
- Why is per_page not working with categories in WP API?
- REST API: How can I restrict a custom post type to only be accessible by authenticated users?
- Creating a post with the REST API, curl and oauth returning 401 error
- Should I store external API data in my WP database or keep it as a transient?
- Sending POST Request from server
- How to implement ERP (Enterprise Resource Planning) into WordPress?
- List Table API – Safe to use?
- API integration with WordPress
- Does the REST API (official) support custom post types?
- POST to a REST API from a wordpress form
- Gutenberg internal page link search box
- get WP-API by page id
- WordPress.org Support Forum API
- Sync posts from one WordPress site to another
- Authentication/API Questions
- Connect external web app to wordpress
- How to get all posts (in chunks) via XML-RPC?
- AJAX request from Chrome Extension to WordPress Website
- How to add a custom parameter to a WP API default route?
- Headless WordPress: How to authenticate front end requests?
- Passing variables to new page
- utf8 encoding in json rest api
- Multisite functions to communicate with individual site functions
- Authentication for a mobile app connected via wp-rest api?
- Cannot edit post meta fields with rest API
- get_userdata by username
- WordPress API – count posts
- How to Securely and remotely Create new user in wordpress using Rest API
- API in numbers?
- how to get nonce using json api
- Does WordPress support a shortcode calling itself from within a shortcode call?
- What is the official way to consume the WordPress API? (api.wordpress.org)
- Stuck with wp_remote_post sending data to an external api on user registration
- REST-API: extend media-endpoint
- API for Post Stats for Self-Hosted WordPress using JetPack [closed]
- How to get title tag of an external page with http api?
- How to Hit External REST POST API in WordPress? [closed]