Community-driven taco database
Community-driven API providing random taco recipes and their ingredients.
import requests url = "https://taco-fancy.com/api/random" response = requests.get(url) print(response.json())
Last 50 checks (10 min intervals)