A simple API to retrieve some quotes of Breaking Bad, bitch!
🌐 Website and demo: https://breakingbadquotes.xyz/
🆕 https://api.breakingbadquotes.xyz
OLD : https://breaking-bad-quotes.herokuapp.com
Get a random quote in this format:
[
{
"quote": "I am not in danger, Skyler. I AM the danger!",
"author": "Walter White"
}
]
Returns an array with {number}
quotes e.g. GET /v1/quotes/5
.
[
{
"quote": "Clearly, his taste in women is the same as his taste in lawyers.",
"author": "Saul Goodman"
},
{
"quote": "Shut the f*ck up and let me die in peace.",
"author": "Mike Ehrmantraut"
},
{
"quote": "My name is ASAC Schrader, and you can go f*ck yourself.",
"author": "Hank Schrader"
},
{
"quote": "You all know exactly who I am. Say my name.",
"author": "Walter White"
},
{
"quote": "May his death satisfy you.",
"author": "Gustavo Fring"
}
]
You can integrate the API into Postman thanks to the Postman collection available on the repository.
You can find the Dockerfile here and on Docker Hub.
If you want to add some quotes, just add them in quotes.js
file and do a pull request !
Inspired by Ron Swanson Quotes.