Recipe - Food - Nutrition

FREEMIUM
Verified
By David | Updated 8 दिन पहले | Food
Popularity

9.9 / 10

Latency

488ms

Service Level

100%

Health Check

N/A

Back to All Discussions

get recipes with using only part of recipe title

Rapid account: Oehqoehfo
oehqoehfo
4 वर्ष पहले

when user searches for example “chocolate” in form tag, I want to send a request and get all recipes with “chocolate” included in title.

I tried both
"https://api.spoonacular.com/recipes/cuisine?title=chocolate"; and
"https://api.spoonacular.com/recipes/cuisine?title=“chocolate”";

but they both show
{“status”:405,“code”:0,“message”:“We’re so sorry, something went wrong. If this error persists, please contact us.”,“link”:“https://www.mashape.com/webknox/”}

what is wrong with my url?

Rapid account: Spoonacular
spoonacular Commented 4 वर्ष पहले

You try to send a GET request to a POST endpoint: https://spoonacular.com/food-api/docs#Classify-Cuisine

Join in the discussion - add comment below:

Login / Signup to post new comments