Post Comments using WP REST API v2 in WordPress

Take a look at the comment docs – http://v2.wp-api.org/reference/comments/

And the following syntax:

https://www.example.com/wp-json/wp/v2/comments?author=Your%20Name%20Here&[email protected]&author_name=Your%20Name%20Here&content=Your%20Comment%20Here&post=1604252

Leave a Comment