Some Breaking Bad quotes
Access quotes from the TV show Breaking Bad through a simple API.
import requests url = "https://breakingbadquotes.xyz/api/quotes" response = requests.get(url) print(response.json())
Last 50 checks (10 min intervals)