Title: REST API
Last modified: February 25, 2021

---

# REST API

 *  Resolved [olivierbernal](https://wordpress.org/support/users/olivierbernal/)
 * (@olivierbernal)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/rest-api-110/)
 * Hi,
 * I would like to develop a mobile app based on my WordPress site, using WP Recipe
   Maker.
 * On the documentation, I only see 2 endpoints:
    – Recipes in the REST API – Recipe
   Ratings in the REST API
 * Is there a way to search for a recipe though REST API? or getting all recipes
   at once (I will search myself).
 * Cheers, thanks for your help.

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

 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/rest-api-110/#post-14100426)
 * That recipes endpoint can be used for searching/querying recipes.
 * It’s basically the default WordPress REST API endpoint, so any of these options
   will work: [https://developer.wordpress.org/rest-api/reference/posts/](https://developer.wordpress.org/rest-api/reference/posts/)
 * For example, getting recipes by a specific ingredient:
    [https://demo.wprecipemaker.com/wp-json/wp/v2/wprm_recipe/?wprm_ingredient=21](https://demo.wprecipemaker.com/wp-json/wp/v2/wprm_recipe/?wprm_ingredient=21)
 *  [kelleyco2](https://wordpress.org/support/users/kelleyco2/)
 * (@kelleyco2)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/rest-api-110/#post-14163139)
 * [@brechtvds](https://wordpress.org/support/users/brechtvds/) I’ve been able to
   successfully send a GET request to view all my recipes, but I’m having trouble
   with the ratings GET request. Even the [endpoint](https://bootstrapped.ventures/wp-json/wp-recipe-maker/v1/rating/123)
   in the docs for ratings returns a 404, but I’m probably doing something wrong.
   Is there something I’m missing there?
 * Thanks so much for your help!
    -  This reply was modified 5 years, 3 months ago by [kelleyco2](https://wordpress.org/support/users/kelleyco2/).
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/rest-api-110/#post-14163200)
 * It’s just an example URL in the documentation that’s not supposed to actually
   work. 123 is an example ID of a rating.
 * Could you open a new support topic with what it is you’re trying to do exactly
   and what you’ve already tried as endpoints?
 *  [kelleyco2](https://wordpress.org/support/users/kelleyco2/)
 * (@kelleyco2)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/rest-api-110/#post-14163203)
 * [@brechtvds](https://wordpress.org/support/users/brechtvds/) Will do! Thanks 
   a bunch!

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

The topic ‘REST API’ is closed to new replies.

 * ![](https://ps.w.org/wp-recipe-maker/assets/icon-256x256.png?rev=2967063)
 * [WP Recipe Maker](https://wordpress.org/plugins/wp-recipe-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-recipe-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-recipe-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-recipe-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-recipe-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-recipe-maker/reviews/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)
 * [app](https://wordpress.org/support/topic-tag/app/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [rest](https://wordpress.org/support/topic-tag/rest/)

 * 4 replies
 * 3 participants
 * Last reply from: [kelleyco2](https://wordpress.org/support/users/kelleyco2/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/rest-api-110/#post-14163203)
 * Status: resolved