Title: Create comments
Last modified: August 21, 2016

---

# Create comments

 *  Resolved [Peter Luit](https://wordpress.org/support/users/peterluit/)
 * (@peterluit)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/create-comments-1/)
 * It seems not to be possible to create comments using this plugin. Is that a right
   conclusion?
 * [https://wordpress.org/plugins/json-rest-api/](https://wordpress.org/plugins/json-rest-api/)

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

 *  Thread Starter [Peter Luit](https://wordpress.org/support/users/peterluit/)
 * (@peterluit)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/create-comments-1/#post-5143986)
 * I have seen the code below here: [https://github.com/WP-API/WP-API/blob/master/docs/schema.md](https://github.com/WP-API/WP-API/blob/master/docs/schema.md)
 * But not in the [http://wp-api.org/](http://wp-api.org/) documentation. Any ideas,
   how to create a comment for a post?
 * “\/posts\/<id>\/comments\/<comment>”: {
    “supports”: [ “HEAD”, “GET”, “POST”,“
   PUT”, “PATCH”, “DELETE” ], “accepts_json”: true },
 *  Plugin Author [Ryan McCue](https://wordpress.org/support/users/rmccue/)
 * (@rmccue)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/create-comments-1/#post-5144020)
 * This is not currently supported, but we’re [looking into adding it](https://github.com/WP-API/WP-API/issues/21)
   in a future release.
 *  [brad989](https://wordpress.org/support/users/brad989/)
 * (@brad989)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/create-comments-1/#post-5144025)
 * Any chance of this getting in with WP 4.1? I’m looking to develop a theme with
   this api and right now this is the bottleneck.
 * Is [this](https://github.com/tlovett1/WP-API/compare/feature/new-comment) a good
   enough work around for now?
 * Thanks for working so hard on this Ryan. It’s really great.
 *  [Paul van Beukering](https://wordpress.org/support/users/paul-van-beukering/)
 * (@paul-van-beukering)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/create-comments-1/#post-5144027)
 * [@brad989](https://wordpress.org/support/users/brad989/), is that theme going
   to be opensource? In that case, looking forward to test/use it
 *  [brad989](https://wordpress.org/support/users/brad989/)
 * (@brad989)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/create-comments-1/#post-5144034)
 * [@paul](https://wordpress.org/support/users/paul/), not right away. I’m working
   on it full-time with the intention to sell it although I would be interested 
   in distributing an open-source light version at some point and/or donating to
   this project with some of the proceeds.

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

The topic ‘Create comments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/json-rest-api_2e3641.svg)
 * [WP REST API (WP API)](https://wordpress.org/plugins/json-rest-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-rest-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-rest-api/)
 * [Active Topics](https://wordpress.org/support/plugin/json-rest-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-rest-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-rest-api/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 5 replies
 * 4 participants
 * Last reply from: [brad989](https://wordpress.org/support/users/brad989/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/create-comments-1/#post-5144034)
 * Status: resolved