millioncloud.org
  • MillionCloud
  • Token
    • Million Token
    • Million Token Community
    • Graphic Resources
  • Public API
    • Million Holders
    • Million Liquidity Pools
    • Million NFTs
    • Million Memes
    • Million Quotes
    • Million Influencers
    • Million Community Projects
  • Tutorials
    • MillionToken Addresses
    • Buy Million Token
      • Buy MM on Uniswap V2
      • Buy MM on Uniswap V3
      • Buy MM on SushiSwap
      • Buy MM on Quickswap
      • Buy MM on PancakeSwap
      • Buy MM on TraderJoe
      • Buy MM on MoonSwap
      • Buy MM on Raydium
      • Buy MM on LuaSwap
      • Buy MM on Gate.io
    • Network Setups
      • Setup Polygon on MetaMask
      • Setup BSC on MetaMask
      • Setup Avanlache on MetaMask
      • Setup Moonriver on MetaMask
      • Setup TomoChain on MetaMask
      • Setup Fantom on MetaMask
      • Setup Harmony on MetaMask
      • Setup Near Wallet
    • Crypto Security
  • Third Party API
    • Sushiswap
    • Etherscan
    • Solana Explorer
    • BscScan
    • Cardanoscan (coming soon ?)
    • CoinGecko
    • Bloxy
  • Links
    • millioncloud.org
  • Updates
    • Changelog
  • Donations
Powered by GitBook
On this page
  • Get a Random quote for Million Token
  • Get a Quote by Slug
  • Get a Quote by ID
  • Get Quotes List
  • Get the quotes authors List
  • Get the quotes sources List

Was this helpful?

  1. Public API

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.

{   
    "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"
}
{
    "message": "Ain't no quotes here !" 
}

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

PreviousMillion MemesNextMillion Influencers

Last updated 2 years ago

Was this helpful?