[ad_1]
Plugin Author
Brecht
(@brechtvds)
I just answered your email to our support address and will copy the same answer here. Let’s continue the conversation via email as it’s easier to handle support there.
We make use of the regular WordPress REST API. Recipes are a custom post type with their own Recipe Taxonomies so they can be accessed through the endpoints that WordPress provides.
This gives you access to the recipe fields, but the idea of WP Recipe Maker is that you add recipes as part of a regular post. So I’d use the endpoints to get a list of those posts (and their categories) and then check what recipe ID is inside.
The rating endpoint should work fine to access individual ratings. Make sure the ID is correct and that you are authenticated. 123 is just an example.
