$10 Hackathon / University Sign Up

Please get a username on RapidAPI.com before sending this form.
You can get up to 5,000 requests per day with our academic or hackathon plan for $10/month. Please be sure to read the slides that will be sent to you with your invitation.
Your name: Your email (for academic access, please use your university email): School or hackathon name (or link): RapidAPI username (sign up at rapidapi.com before sending this form): What are you going to build? (at least 150 characters): Access needed until (extension after 3 months can be arranged):
Please like this page before requesting access.


We are a small team and check every request manually. If your request is granted it may take up to 72 hours for us to get back to you.
request access
*By checking this box, you agree we may use the information you provided to contact you by email. You can unsubscribe at any time. We use Sendy to send email and it will be processed in accordance with our Privacy Policy and Terms.
×

Show Images

Ingredients

Endpoints like the ingredient autosuggestion will only give you an image name. You have to build the full URL by prepending the base path. The base path for ingredient images https://img.spoonacular.com/ingredients_{SIZE}/, where {SIZE} is one of the following:

So for "apple.jpg" the full path for 100x100 is https://img.spoonacular.com/ingredients_100x100/apple.jpg

Cooking Equipment

The recipe instruction endpoint will give you information about the equipment used for cooking the dish. You will only receive the image name. You have to build the full URL by prepending the base path. The base path for equipment images https://img.spoonacular.com/equipment_{SIZE}/, where {SIZE} is one of the following:

So for "slow-cooker.jpg" the full path for 100x100 is https://img.spoonacular.com/ingredients_100x100/slow-cooker.jpg

Recipes

Recipe endpoints will almost always give you a recipe id. With that and the imageType you can build the complete image paths depending on your needs.

The base path for image URLs is https://img.spoonacular.com/recipes/. Once you know the recipe id {ID} and image type {TYPE}, you can complete that path to show an image. The complete path follows this pattern https://img.spoonacular.com/recipes/{ID}-{SIZE}.{TYPE}, where {SIZE} is one of the following:

A complete image path might look like this: https://img.spoonacular.com/recipes/579247-556x370.jpg

Or this: https://img.spoonacular.com/recipes/579247-90x90.jpg

Grocery Products

Grocery product endpoints will almost always give you a product id. With that and the imageType you can build the complete image paths depending on your needs.

The base path for image URLs is https://img.spoonacular.com/products/. Once you know the product id {ID} and image type {TYPE}, you can complete that path to show an image. The complete path follows this pattern https://img.spoonacular.com/products/{ID}-{SIZE}.{TYPE}, where {SIZE} is one of the following:

A complete image path might look like this: https://img.spoonacular.com/products/35507-636x393.jpg

Or this: https://img.spoonacular.com/products/35507-90x90.jpg

Menu Items

Menu item will almost always give you a menu item id. With that and the imageType you can build the complete image paths depending on your needs.

The base path for image URLs is https://img.spoonacular.com/menu-items/. Once you know the menu item id {ID} and image type {TYPE}, you can complete that path to show an image. The complete path follows this pattern https://img.spoonacular.com/menu-items/{ID}-{SIZE}.{TYPE}, where {SIZE} is one of the following:

A complete image path might look like this: https://img.spoonacular.com/menu-items/423186-636x393.png

Or this: https://img.spoonacular.com/menu-items/423186-90x90.png