Skip to content

API Docs

W4RR10R edited this page Oct 28, 2020 · 1 revision

/search/query

Method: GET

Response Type: List

[
  {
    "author": "Author Name", 
    "image": "Image URL", 
    "tags": [
      "tag"
    ], 
    "text": "Quote Text"
  }
]

/random

Method: GET

Response Type: Dict

{
  "author": "Author Name", 
  "image": "image url", 
  "tags": [
    "tag1", 
    "tag2"
  ], 
  "text": "Quote Text"
}

/search/query/no_of_pages

Method: GET

Response Type: List

[
  {
    "author": "Author Name", 
    "image": "Image URL", 
    "tags": [
      "tag"
    ], 
    "text": "Quote Text"
  }
]
.
.
.
Upto N number of pages
Clone this wiki locally