Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 564 Bytes

all.md

File metadata and controls

24 lines (18 loc) · 564 Bytes

Get all characters

Method : GET

URL : https://dark-api.herokuapp.com/api/v1/quote

Auth required : False

Success Responses

Code : 200 OK

[ 
    {
         "id": 1,
         "author": "Ines Kahnwald",
         "season": 1,
         "episode": "Alpha and Omega",
         "quote": "Have you heard of Master Zhuang’s paradox? 'I dreamt I was a butterfly. Now I’ve woken up and I no longer know if I’m a person who dreamed he’s a butterfly or if I’m a butterfly who’s dreaming it’s a person."
   },
    ...
]