• Stars
    star
    387
  • Rank 110,590 (Top 3 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple API to retrieve some quotes of Breaking Bad, bitch!

Breaking Bad quotes API

A simple API to retrieve some quotes of Breaking Bad, bitch!

🌐 Website and demo: https://breakingbadquotes.xyz/

Production host

🆕 https://api.breakingbadquotes.xyz

OLD : https://breaking-bad-quotes.herokuapp.com

API

GET /v1/quotes

Get a random quote in this format:

https://api.breakingbadquotes.xyz/v1/quotes

[
	{
		"quote": "I am not in danger, Skyler. I AM the danger!",
		"author": "Walter White"
	}
]

GET /v1/quotes/{number}

Returns an array with {number} quotes e.g. GET /v1/quotes/5.

https://api.breakingbadquotes.xyz/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"
  }
]

Postman

You can integrate the API into Postman thanks to the Postman collection available on the repository.

Docker

You can find the Dockerfile here and on Docker Hub.

Contributing

If you want to add some quotes, just add them in quotes.js file and do a pull request !

Credits

Inspired by Ron Swanson Quotes.

More Repositories

1

ezservermonitor-web

eZ Server Monitor`Web - A simple and lightweight dashboard for Linux
PHP
348
star
2

get-rss-feed-url-extension

Retreive RSS feeds URLs from WebSite - Chrome Extension
JavaScript
210
star
3

ezservermonitor-sh

eZ Server Monitor`sh - A simple and lightweight dashboard for Linux
Shell
110
star
4

game-of-thrones-quotes-api

A free API to retrieve some quotes of Game of Thrones!
JavaScript
45
star
5

recaptcha

Google reCAPTCHA v2 PHP class
PHP
42
star
6

mysql-backup

Backup your MySQL databases by selecting tables (or not) and using compression (zip or gzip) !
PHP
20
star
7

TweetBoxBot

TweetBoxBot automatically tweets random informations from a Linux machine
Python
10
star
8

htmlify-csv

Converts a CSV file into an HTML table very easily!
CSS
9
star
9

raspi-sensors

Temperature monitoring dashboard
PHP
6
star
10

breaking-bad-quotes-cli

Get a random quote from Breaking Bad in your terminal!
JavaScript
5
star
11

jquery.passwordstrength

jQuery plugin to check the strength of a password
JavaScript
3
star
12

tiles-shadow

A simple tiles grid with nice effect
CSS
1
star
13

extension-localhost-banner-alert

Add a banner to your browser whenever you're on a local development site
JavaScript
1
star
14

oss-117-quotes-api

Une API de répliques d'OSS 117 ? Habile !
JavaScript
1
star
15

extension-leboncoin-recherches-sauvegardees

Extension qui liste vos recherches sauvegardées Leboncoin
JavaScript
1
star
16

lbc-images

Ce script permet de télécharger toutes les images d'une annonce du site leboncoin.fr
JavaScript
1
star
17

php-extract-meta-url

Extract title, description, keywords, image, favicon and RSS from URL
PHP
1
star
18

shevabam

1
star
19

FlatWAMP

Flat WAMP homepage
PHP
1
star
20

CircleLoader

Simple circle loader in CSS
CSS
1
star
21

amazon-product-info

Get simple product information from Amazon API
PHP
1
star