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

NameTypeDescription

all

boolean

Get all the quotes data columns. Default is false.

{   
    "id": "iu29UEoeu2e3",
    "slug": "million-to-the-moon",
    "quote": "Million to the moon !",
    "webUrl": "https://milliontoken.cloud/quotes/million-to-the-moon",
    "apiUrl": "https://milliontoken.cloud/quotes/million-to-the-moon"
}

Get a Quote by Slug

GET https://api.millioncloud.org/quotes/:slug

Path Parameters

NameTypeDescription

slug

string

Get a Quote by slug

Get a Quote by ID

GET https://api.millioncloud.org/quotes/:id

Path Parameters

NameTypeDescription

string

Get a Quote by ID

Get Quotes List

GET https://api.millioncloud.org/quotes

Query Parameters

NameTypeDescription

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