Title: REST API Global parameter: _fields=_embedded[wp:term][1][0].name
Last modified: November 29, 2019

---

# REST API Global parameter: _fields=_embedded[wp:term][1][0].name

 *  Resolved [Lukasz](https://wordpress.org/support/users/wpfed/)
 * (@wpfed)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/global-parameter-_fields_embeddedwpterm10-name/)
 * WP 5.3 REST API allows to filter nested content but does not seem to work?
 * [https://developer.wordpress.org/rest-api/using-the-rest-api/global-parameters/#_fields](https://developer.wordpress.org/rest-api/using-the-rest-api/global-parameters/#_fields)
 * Example:
    _fields=_embedded[wp:term][1][0].name
 * I can filter other fields like so: _fields=id,title,excerpt,content,link
 * Seems it would be useful for the community to know this, anybody have any ideas?
    -  This topic was modified 6 years, 6 months ago by [Lukasz](https://wordpress.org/support/users/wpfed/).
    -  This topic was modified 6 years, 6 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Lukasz](https://wordpress.org/support/users/wpfed/)
 * (@wpfed)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/global-parameter-_fields_embeddedwpterm10-name/#post-12186862)
 * This is currently not possible but there is an active ticket:
 * [https://core.trac.wordpress.org/ticket/39696](https://core.trac.wordpress.org/ticket/39696)
 *  [dbedoyat](https://wordpress.org/support/users/dbedoyat/)
 * (@dbedoyat)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/global-parameter-_fields_embeddedwpterm10-name/#post-12816511)
 * Assume that you use react, you can do this with props
 *     ```
       {post._embedded["wp:term"]
       ? post._embedded["wp:term"][0][0].name : ""}
       ```
   
 * And you can see your terms in your application.
 *  [deanwombourne](https://wordpress.org/support/users/deanwombourne/)
 * (@deanwombourne)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/global-parameter-_fields_embeddedwpterm10-name/#post-13345807)
 * Hi
 * Was there ever an answer to this, I’m having exactly the same issue.
 * The ticket mentioned earlier allows _embed to specify individual fields, but 
   I still can’t get _embed to work if I’m also using _fields as a parameter?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘REST API Global parameter: _fields=_embedded[wp:term][1][0].name’ is 
closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 3 participants
 * Last reply from: [deanwombourne](https://wordpress.org/support/users/deanwombourne/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/global-parameter-_fields_embeddedwpterm10-name/#post-13345807)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
