API

Explore the sayings of the gambling addicts... in your own programs.

GitHub API

Base URL: https://kakegurui-quotes.vercel.app/api

GET /quotes

Get a list of all quotes.

[
  {
    "id": 0,
    "quote": "quote text",
    "author": "name"
  },
  ...
]
GET /quotes/:id

Get a quote by ID.

{
  "id": 0,
  "quote": "quote text",
  "author": "name"
}