TacoFancy API
TacoFancy API provides access to a collection of taco recipes, including detailed ingredients and preparation methods. This free public API is ideal for recipe apps, food blogs, and culinary platforms focusing on Mexican cuisine. Developers can easily integrate authentic taco recipes to enhance food discovery and cooking experiences.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Retrieves authentic taco recipes from the community
Full URL
https://github.com/evz/tacofancy-api/tacos
Code Examples
curl -X GET 'https://github.com/evz/tacofancy-api/tacos'
Parameters
{ "limit": 5, "category": "breakfast" }
Example Response
[
{
"name": "Breakfast Chorizo Tacos",
"origin": "Mexico City",
"ingredients": [
"chorizo",
"eggs",
"potatoes"
]
}
]
Version
v1
Tags
foodrecipes
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
None specified
Supported Languages
English
Use Cases
cooking apps
recipe generators
Related APIs
Discover similar APIs that might interest you