Million Quotes
Access the Million Token Quotes.
Features aren't implemented yet. Next release will come soon !
Get a Random quote for Million Token
GET
https://api.millioncloud.org/quotes/random
This endpoint allows you to get free cakes.
Query Parameters
Name
Type
Description
all
boolean
Get all the quotes data columns. Default is false.
Get a Quote by Slug
GET
https://api.millioncloud.org/quotes/:slug
Path Parameters
Name
Type
Description
slug
string
Get a Quote by slug
Get a Quote by ID
GET
https://api.millioncloud.org/quotes/:id
Path Parameters
Name
Type
Description
string
Get a Quote by ID
Get Quotes List
GET
https://api.millioncloud.org/quotes
Query Parameters
Name
Type
Description
sort_by
string
text, length, author, created_at, source
order
string
asc or desc
limit
string
Set the number of requested Quotes. Default is 20.
Get the quotes authors List
GET
https://api.millioncloud.org/quotes/authors
Get the quotes sources List
GET
https://api.millioncloud.org/quotes/sources
Last updated