# [Add .meta handler for posts](https://github.com/kadamwhite/wordpress-rest-api/issues/56)

> state: **open** opened by: **kadamwhite** on: **6/30/2014**

The &#x60;/posts&#x60; endpoint provides two routes for interacting with post meta values:

* &#x60;/posts/&lt;id&gt;/meta&#x60;
* &#x60;/posts/&lt;id&gt;/meta/&lt;mid&gt;&#x60;

Both of these depend on authentication, so that should be taken care of (and documented, see #33) before we implement this.

### Comments

