Skip to content

misterh01/brainyquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BainyQuoteApi


Get random quote from BrainyQuote using this rest api...

Base URL = https://brainyquote.misterh.dev/


GET /

get random quote from random topic

Query Parameter: total(optional) = return total number of quotes. max = 10, default = 0

GET /topic/{topic_name}

get random quote from a topic

Parameter: topic_name = brainyquote topic name

  • read topic_list.txt to get current topic avaiable in this api..

Get /findbyid?id={id}

get quote by id

Query Parameter: id = quote id

Quote ID == {topic_name}{section}_{index}

  • example = age1_12

Get /daily

get quote of the day

Releases

No releases published

Packages

No packages published

Languages