Plume API
Fun

/quote

Get a motivation quote

GET
/quote

Query Parameters

locale?string

Response locale

Value in"en" | "fr"

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/quote"
{
  "quote": "string",
  "author": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}